summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-17touch upLuke Shumaker
2013-06-17use xbs, not svnLuke Shumaker
2013-06-17fix testsLuke Shumaker
- properly set SRCPOOL - have SVNREPO point to the checkout, not the server repo - in case TMPDIR has a symlink in it, use `readlink -e` on both sides of inspecting symlinks. - use `grep {pattern} &>/dev/null` instead of `grep -q {pattern}`. Because `grep -q` is able to bail early, a program being piped in to it may spit out a message about a write error to stderr.
2013-06-16db-functions: use common.shLuke Shumaker
2013-06-16fix TMPDIRLuke Shumaker
2013-06-16Don't make assumptions about the host architecture.Luke Shumaker
2013-06-12test/: use libremakepkg instead of arch-*buildLuke Shumaker
2013-04-30Removed svn, should work with regular absNicolás Reynolds
2013-01-31db-update: Ignore forgeign staging packagesPierre Schmitz
2013-01-20ftpdir-cleanup: fix ACL issues on nymeriaFlorian Pritz
Signed-off-by: Florian Pritz <bluewind@xinu.at> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2012-11-30Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/dbscriptsLuke Shumaker
2012-11-25Fix sourceballs permissionsPierre Schmitz
2012-11-13get-repos: Don't stop after reporead fails.Michał Masłowski
Issue #220 prevents it from working for some repos.
2012-11-04Grant the SVNUSER access to the working directoryPierre Schmitz
2012-11-03Adjust configuration for use on nymeria.archlinux.orgPierre Schmitz
2012-10-31Merge branch 'dbscripts-repo'Luke Shumaker
2012-10-31sitting on the serverParabola
2012-10-27Add the possibility to run all svn commands with a different userPierre Schmitz
* A SVNUSER can be configured in the config file * This user needs to be able to call svn without a password
2012-10-20Remove broken symlinks after cleanupNicolás Reynolds
2012-10-16db-list-unsigned-packages.py: Don't list signed packages.Parabola
2012-10-16db-list-unsigned-packages: Ignore missing packages, pass the repo name.Parabola
2012-10-16db-list-unsigned-packages: rewrite using a helper Python script.Michał Masłowski
The previous implementation parsed each tarball multiple times having quadratic time complexity in the number of packages. It was too slow for a complete run.
2012-10-13db-list-unsigned-packages: New script.Michał Masłowski
2012-10-13Deprecating old python scriptsNicolás Reynolds
2012-10-13Merge branch 'master' of https://projects.parabolagnulinux.org/dbscriptsParabola
2012-10-13Deprecating repo-updateNicolás Reynolds
Thanks to aurelien to make me find the misterious garbage packages under staging/!
2012-10-07Use system repo-addParabola
2012-10-03Use pacman-key to check signatures as it now uses a correct exit valuePierre Schmitz
2012-10-03test: Do not suppress devtools outputPierre Schmitz
2012-10-02Deprecating repo-add with license extractionNicolás Reynolds
2012-09-13db-update: Ignore repos in repos.Michał Masłowski
2012-08-21This is clearly not the wayNicolás Reynolds
2012-08-21FixNicolás Reynolds
2012-08-21Sync signatures tooNicolás Reynolds
2012-08-05grep has been moved to /usrPierre Schmitz
2012-07-28db-move: Remove double space in tag_listFlorian Pritz
This fixes this message which shouldn't have one space after the opening brace and two space before x86_64. "db-move: moved cups-filters from [testing] to [extra] ( i686, x86_64)" Signed-off-by: Florian Pritz <bluewind@xinu.at> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2012-06-26Re-enabled check on other repos; skip already released packagesNicolás Reynolds
2012-06-16Fix handling of package sources containg files with an @ characterPierre Schmitz
2012-06-11Reduce output when downloading sourcesPierre Schmitz
2012-06-10Make repositories for testing2x configurablePierre Schmitz
2012-06-10Use our own copy of makepkg.conf instead of depending on the host onePierre Schmitz
2012-06-10Remove support for packages that are not in the package poolPierre Schmitz
2012-06-10Remove support for packages in legacy $repo/os/any directoriesPierre Schmitz
2012-06-10db-move: commit all arches at onceFlorian Pritz
Signed-off-by: Florian Pritz <bluewind@xinu.at> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2012-05-28Remove TMPDIRNicolás Reynolds
2012-05-22adding pcr (Parabola Community Repo)André Fabian Silva Delgado
2012-05-21adding coadde repoMárcio Silva
2012-04-29Source the config before the functions as the latter references the formerPierre Schmitz
2012-04-29Respect TMPDIR config when creating the working directoryPierre Schmitz
2012-04-26[gis] repo for geospatial softwareNicolás Reynolds