summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-14oopsLuke Shumaker
2013-10-14db-sync: also generate ${repo}.files databases for imported reposLuke Shumaker
2013-10-14Merge branch 'repo'Luke Shumaker
2013-10-14Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/dbscriptsLuke Shumaker
2013-10-14config: only set staging if it is not set from the environmentParabola
2013-08-28remove mtjm repoAndré Fabian Silva Delgado
2013-08-26remove fauno repoAndré Fabian Silva Delgado
2013-08-26Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/dbscriptsAndré Fabian Silva Delgado
2013-08-26remove deprecated reposAndré Fabian Silva Delgado
2013-08-26removed unnecessary codeIcarious
2013-08-22remove coherence repoAndré Fabian Silva Delgado
2013-08-21rename unfree to nonfreeMárcio Alexandre Silva Delgado
2013-08-20revert back db-moveMárcio Alexandre Silva Delgado
2013-08-20fixing db-move for any package architectureMárcio Alexandre Silva Delgado
2013-08-20fixing PKGEXT variableMárcio Alexandre Silva Delgado
2013-08-20adding nonprism repoMárcio Alexandre Silva Delgado
2013-08-19Merge branch 'web'Luke Shumaker
2013-08-19get-repos: parabolaweb wants *.files.tar.gz files, not *.db.tar.gzParabola
2013-08-16add coherence repoAndré Fabian Silva Delgado
2013-08-15Verbose mode is optionalNicolás Reynolds
Signed-off-by: Nicolás Reynolds <fauno@endefensadelsl.org>
2013-07-28twiddle with configLuke Shumaker
2013-06-29use the get_full_version from libremessages (actually, common.sh)Luke Shumaker
It works properly when split packages have different versions.
2013-06-18use /etc/makepkg.conf for sourceballsLuke Shumaker
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