Store and display the location of packages

Store the location a package can be found at, and display this on the package
page.

If available, link off to the git repository containing the package.
This commit is contained in:
Christopher Baines 2019-05-13 21:02:53 +01:00
parent 9aaab6b751
commit 7341d17254
15 changed files with 217 additions and 28 deletions

View file

@ -0,0 +1,7 @@
-- Revert guix-data-service:add_git_repositories_cgit_url_base from pg
BEGIN;
ALTER TABLE git_repositories DROP COLUMN cgit_url_base;
COMMIT;

View file

@ -0,0 +1,7 @@
-- Revert guix-data-service:add_location_information from pg
BEGIN;
-- XXX Add DDLs here.
COMMIT;