Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-05-27 | remove unused function | Florian Pritz | 2 | -46/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-27 | add sudo support | Florian Pritz | 1 | -0/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-27 | make db-move work with pkgnames | Florian Pritz | 2 | -9/+34 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-27 | bugfix | Florian Pritz | 2 | -3/+10 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-27 | bugfix | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-27 | fix db-update | Florian Pritz | 2 | -6/+12 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-27 | cleanup | Florian Pritz | 2 | -2/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-27 | fix arch_db_add | Florian Pritz | 1 | -12/+16 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-27 | cleanup | Florian Pritz | 4 | -24/+22 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-27 | use global variable to track history changes and commit everything at once | Florian Pritz | 5 | -8/+19 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-27 | add historical git repo; fix db-move | Florian Pritz | 5 | -97/+67 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-27 | somewhat working | Florian Pritz | 4 | -89/+53 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-11-01 | disallow packages without a valid PACKAGER | Dave Reisner | 2 | -0/+10 | |
Shame. Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||||
2014-11-01 | cron-jobs: Fix issues with empty repositories | Pierre Schmitz | 2 | -3/+3 | |
2013-11-02 | Add lastupdate file20131102 | Florian Pritz | 1 | -0/+10 | |
This allows for faster checking if an update might be needed and helps to let reporead run when something changed. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-11-02 | sourceballs: fix ACL issues on nymeria | Jan Alexander Steffens (heftig) | 3 | -11/+11 | |
ACLs from the WORKDIR were used, leading to problems as these weren't world-readable. Fix follows ftpdir-cleanup. Signed-off-by: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||||
2013-01-31 | db-update: Ignore forgeign staging packages20130131 | Pierre Schmitz | 2 | -1/+18 | |
2013-01-20 | ftpdir-cleanup: fix ACL issues on nymeria | Florian Pritz | 1 | -2/+11 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||||
2012-11-25 | Fix sourceballs permissions | Pierre Schmitz | 1 | -1/+1 | |
2012-11-04 | Grant the SVNUSER access to the working directory | Pierre Schmitz | 1 | -1/+6 | |
2012-11-03 | Adjust configuration for use on nymeria.archlinux.org | Pierre Schmitz | 5 | -17/+25 | |
2012-10-27 | Add the possibility to run all svn commands with a different user | Pierre Schmitz | 11 | -26/+37 | |
* A SVNUSER can be configured in the config file * This user needs to be able to call svn without a password | |||||
2012-10-03 | Use pacman-key to check signatures as it now uses a correct exit value20121003 | Pierre Schmitz | 2 | -14/+1 | |
2012-10-03 | test: Do not suppress devtools output | Pierre Schmitz | 2 | -3/+3 | |
2012-08-05 | grep has been moved to /usr20120805 | Pierre Schmitz | 1 | -1/+1 | |
2012-07-28 | db-move: Remove double space in tag_list | Florian Pritz | 1 | -1/+1 | |
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-16 | Fix handling of package sources containg files with an @ character20120616 | Pierre Schmitz | 1 | -2/+2 | |
2012-06-11 | Reduce output when downloading sources | Pierre Schmitz | 1 | -5/+5 | |
2012-06-10 | Make repositories for testing2x configurable20120610 | Pierre Schmitz | 5 | -8/+16 | |
2012-06-10 | Use our own copy of makepkg.conf instead of depending on the host one | Pierre Schmitz | 2 | -1/+122 | |
2012-06-10 | Remove support for packages that are not in the package pool | Pierre Schmitz | 3 | -64/+0 | |
2012-06-10 | Remove support for packages in legacy $repo/os/any directories | Pierre Schmitz | 3 | -137/+7 | |
2012-06-10 | db-move: commit all arches at once | Florian Pritz | 1 | -1/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||||
2012-04-29 | Source the config before the functions as the latter references the former | Pierre Schmitz | 11 | -11/+11 | |
2012-04-29 | Respect TMPDIR config when creating the working directory | Pierre Schmitz | 2 | -1/+3 | |
2012-03-26 | Use gpg status-file instead of status-fd | Pierre Schmitz | 1 | -3/+1 | |
2012-03-07 | Update sourceballs.skip | Pierre Schmitz | 1 | -5/+19 | |
2012-03-07 | sourceballs: If ALLOWED_LICENSES is empty create source packages for every ↵ | Pierre Schmitz | 1 | -1/+1 | |
package | |||||
2012-02-19 | Do not check source gpg signatures | Pierre Schmitz | 1 | -1/+1 | |
2012-02-19 | Sourceballs: Output details if fetching the sources failed | Pierre Schmitz | 1 | -1/+7 | |
2012-02-19 | Fix typo and leftover shm usage | Pierre Schmitz | 1 | -2/+2 | |
2012-02-19 | Add at least one positive signing test | Pierre Schmitz | 1 | -0/+5 | |
2012-01-14 | Add [multilib-staging] to sigurd config | Pierre Schmitz | 1 | -1/+1 | |
2011-12-19 | Avoid calls to basename | Pierre Schmitz | 15 | -44/+44 | |
2011-12-18 | Validate package signatures on db-update | Pierre Schmitz | 4 | -5/+62 | |
2011-11-05 | The README file is no longer useful20111105 | Rémy Oudompheng | 1 | -2/+0 | |
2011-11-05 | Move global code under a if __name__ == '__main__' block. | Rémy Oudompheng | 1 | -120/+121 | |
This allows running python2 -m doctest on the script. Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-11-05 | Use ctypes module to access alpm_pkg_vercmp() instead of the C module. | Rémy Oudompheng | 5 | -59/+16 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-11-05 | Add simple tests for db-repo-add and db-repo-remove | Pierre Schmitz | 2 | -0/+112 | |
2011-11-05 | db-repo-add: At least check if the package to be added is available in the ↵ | Pierre Schmitz | 1 | -2/+2 | |
correct directory |