mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Add a packager field to packages
Store the last packager in addition to storing the submitter and the maintainer of a package. This allows for checking who last updated a package, even if the package has been disowned. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
0e368510f4
commit
a93363ac08
6 changed files with 56 additions and 9 deletions
|
@ -400,7 +400,7 @@ function pkg_get_details($id=0) {
|
|||
$q.= "PackageBases.NumVotes, PackageBases.OutOfDateTS, ";
|
||||
$q.= "PackageBases.SubmittedTS, PackageBases.ModifiedTS, ";
|
||||
$q.= "PackageBases.SubmitterUID, PackageBases.MaintainerUID, ";
|
||||
$q.= "PackageCategories.Category ";
|
||||
$q.= "PackageBases.PackagerUID, PackageCategories.Category ";
|
||||
$q.= "FROM Packages, PackageBases, PackageCategories ";
|
||||
$q.= "WHERE PackageBases.ID = Packages.PackageBaseID ";
|
||||
$q.= "AND PackageBases.CategoryID = PackageCategories.ID ";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue