Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2012-10-03 | Use pacman-key to check signatures as it now uses a correct exit value | Pierre Schmitz | |
2012-10-03 | test: Do not suppress devtools output | Pierre Schmitz | |
2012-10-02 | Deprecating repo-add with license extraction | Nicolás Reynolds | |
2012-09-13 | db-update: Ignore repos in repos. | Michał Masłowski | |
2012-08-21 | This is clearly not the way | Nicolás Reynolds | |
2012-08-21 | Fix | Nicolás Reynolds | |
2012-08-21 | Sync signatures too | Nicolás Reynolds | |
2012-08-05 | grep has been moved to /usr | Pierre Schmitz | |
2012-07-28 | db-move: Remove double space in tag_list | Florian 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-26 | Re-enabled check on other repos; skip already released packages | Nicolás Reynolds | |
2012-06-16 | Fix handling of package sources containg files with an @ character | Pierre Schmitz | |
2012-06-11 | Reduce output when downloading sources | Pierre Schmitz | |
2012-06-10 | Make repositories for testing2x configurable | Pierre Schmitz | |
2012-06-10 | Use our own copy of makepkg.conf instead of depending on the host one | Pierre Schmitz | |
2012-06-10 | Remove support for packages that are not in the package pool | Pierre Schmitz | |
2012-06-10 | Remove support for packages in legacy $repo/os/any directories | Pierre Schmitz | |
2012-06-10 | db-move: commit all arches at once | Florian Pritz | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2012-05-28 | Remove TMPDIR | Nicolás Reynolds | |
2012-05-22 | adding pcr (Parabola Community Repo) | André Fabian Silva Delgado | |
2012-05-21 | adding coadde repo | Márcio Silva | |
2012-04-29 | Source the config before the functions as the latter references the former | Pierre Schmitz | |