mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
many changes in prep for launch
new doc page added changed AUR to community lower-cased unsupported fixed half of the bug with changing categories: categories now can't be changed for packages in community however they can still be changed out from under maintainers by joe users for unsupported packages debugged problem with package details not found when unsupported uploads were with Category 0 (changed default to 19)
This commit is contained in:
parent
7fccb8b634
commit
71b5b9e6b7
7 changed files with 196 additions and 21 deletions
|
@ -95,11 +95,11 @@ CREATE TABLE PackageLocations (
|
|||
PRIMARY KEY (ID)
|
||||
);
|
||||
INSERT INTO PackageLocations (Location) VALUES ('none');
|
||||
INSERT INTO PackageLocations (Location) VALUES ('Unsupported');
|
||||
INSERT INTO PackageLocations (Location) VALUES ('AUR');
|
||||
INSERT INTO PackageLocations (Location) VALUES ('Current');
|
||||
INSERT INTO PackageLocations (Location) VALUES ('Extra');
|
||||
INSERT INTO PackageLocations (Location) VALUES ('Unstable');
|
||||
INSERT INTO PackageLocations (Location) VALUES ('unsupported');
|
||||
INSERT INTO PackageLocations (Location) VALUES ('community');
|
||||
INSERT INTO PackageLocations (Location) VALUES ('current');
|
||||
INSERT INTO PackageLocations (Location) VALUES ('extra');
|
||||
INSERT INTO PackageLocations (Location) VALUES ('unstable');
|
||||
|
||||
|
||||
-- Information about the actual packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue