Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-14 | oops | Luke Shumaker | |
2013-10-14 | db-sync: also generate ${repo}.files databases for imported repos | Luke Shumaker | |
2013-10-14 | Merge branch 'repo' | Luke Shumaker | |
2013-10-14 | Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/dbscripts | Luke Shumaker | |
2013-10-14 | config: only set staging if it is not set from the environment | Parabola | |
2013-08-28 | remove mtjm repo | André Fabian Silva Delgado | |
2013-08-26 | remove fauno repo | André Fabian Silva Delgado | |
2013-08-26 | Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/dbscripts | André Fabian Silva Delgado | |
2013-08-26 | remove deprecated repos | André Fabian Silva Delgado | |
2013-08-26 | removed unnecessary code | Icarious | |
2013-08-22 | remove coherence repo | André Fabian Silva Delgado | |
2013-08-21 | rename unfree to nonfree | Márcio Alexandre Silva Delgado | |
2013-08-20 | revert back db-move | Márcio Alexandre Silva Delgado | |
2013-08-20 | fixing db-move for any package architecture | Márcio Alexandre Silva Delgado | |
2013-08-20 | fixing PKGEXT variable | Márcio Alexandre Silva Delgado | |
2013-08-20 | adding nonprism repo | Márcio Alexandre Silva Delgado | |
2013-08-19 | Merge branch 'web' | Luke Shumaker | |
2013-08-19 | get-repos: parabolaweb wants *.files.tar.gz files, not *.db.tar.gz | Parabola | |
2013-08-16 | add coherence repo | André Fabian Silva Delgado | |
2013-08-15 | Verbose mode is optional | Nicolás Reynolds | |
Signed-off-by: Nicolás Reynolds <fauno@endefensadelsl.org> | |||
2013-07-28 | twiddle with config | Luke Shumaker | |
2013-06-29 | use the get_full_version from libremessages (actually, common.sh) | Luke Shumaker | |
It works properly when split packages have different versions. | |||
2013-06-18 | use /etc/makepkg.conf for sourceballs | Luke Shumaker | |
2013-06-17 | touch up | Luke Shumaker | |
2013-06-17 | use xbs, not svn | Luke Shumaker | |
2013-06-17 | fix tests | Luke 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-16 | db-functions: use common.sh | Luke Shumaker | |
2013-06-16 | fix TMPDIR | Luke Shumaker | |
2013-06-16 | Don't make assumptions about the host architecture. | Luke Shumaker | |
2013-06-12 | test/: use libremakepkg instead of arch-*build | Luke Shumaker | |
2013-04-30 | Removed svn, should work with regular abs | Nicolás Reynolds | |
2013-01-31 | db-update: Ignore forgeign staging packages | Pierre Schmitz | |
2013-01-20 | ftpdir-cleanup: fix ACL issues on nymeria | Florian Pritz | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2012-11-30 | Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/dbscripts | Luke Shumaker | |
2012-11-25 | Fix sourceballs permissions | Pierre Schmitz | |
2012-11-13 | get-repos: Don't stop after reporead fails. | Michał Masłowski | |
Issue #220 prevents it from working for some repos. | |||
2012-11-04 | Grant the SVNUSER access to the working directory | Pierre Schmitz | |
2012-11-03 | Adjust configuration for use on nymeria.archlinux.org | Pierre Schmitz | |
2012-10-31 | Merge branch 'dbscripts-repo' | Luke Shumaker | |
2012-10-31 | sitting on the server | Parabola | |
2012-10-27 | Add the possibility to run all svn commands with a different user | Pierre Schmitz | |
* A SVNUSER can be configured in the config file * This user needs to be able to call svn without a password | |||
2012-10-20 | Remove broken symlinks after cleanup | Nicolás Reynolds | |
2012-10-16 | db-list-unsigned-packages.py: Don't list signed packages. | Parabola | |
2012-10-16 | db-list-unsigned-packages: Ignore missing packages, pass the repo name. | Parabola | |
2012-10-16 | db-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-13 | db-list-unsigned-packages: New script. | Michał Masłowski | |
2012-10-13 | Deprecating old python scripts | Nicolás Reynolds | |
2012-10-13 | Merge branch 'master' of https://projects.parabolagnulinux.org/dbscripts | Parabola | |
2012-10-13 | Deprecating repo-update | Nicolás Reynolds | |
Thanks to aurelien to make me find the misterious garbage packages under staging/! | |||
2012-10-07 | Use system repo-add | Parabola | |