summaryrefslogtreecommitdiff
path: root/cron-jobs
AgeCommit message (Expand)Author
2016-04-17devlist-mailer: Make LIST and FROM configurablelukeshu/archlinux+cleanupLuke Shumaker
2016-04-17Normalize to tab indent.Luke Shumaker
2016-04-17Consistently use "$(dirname "$(readlink -e "$0")")"Luke Shumaker
2016-04-17Use += instead of jumping through hoops.Luke Shumaker
2016-04-16Use printf-formatters instead of string interpolation on msg, error, etc.Luke Shumaker
2016-04-16Fix quoting around variables, especially arrays.Luke Shumaker
2016-02-07Update bundled makepkg.confPierre Schmitz
2014-11-01cron-jobs: Fix issues with empty repositoriesPierre Schmitz
2013-11-02sourceballs: fix ACL issues on nymeriaJan Alexander Steffens (heftig)
2013-01-20ftpdir-cleanup: fix ACL issues on nymeriaFlorian Pritz
2012-11-25Fix sourceballs permissionsPierre Schmitz
2012-10-27Add the possibility to run all svn commands with a different userPierre Schmitz
2012-06-11Reduce output when downloading sourcesPierre Schmitz
2012-06-10Use our own copy of makepkg.conf instead of depending on the host onePierre Schmitz
2012-06-10Remove support for packages in legacy $repo/os/any directoriesPierre Schmitz
2012-04-29Source the config before the functions as the latter references the formerPierre Schmitz
2012-03-07Update sourceballs.skipPierre Schmitz
2012-03-07sourceballs: If ALLOWED_LICENSES is empty create source packages for every pa...Pierre Schmitz
2012-02-19Do not check source gpg signaturesPierre Schmitz
2012-02-19Sourceballs: Output details if fetching the sources failedPierre Schmitz
2011-12-19Avoid calls to basenamePierre Schmitz
2011-11-05The README file is no longer usefulRémy Oudompheng
2011-11-05Move global code under a if __name__ == '__main__' block.Rémy Oudompheng
2011-11-05Use ctypes module to access alpm_pkg_vercmp() instead of the C module.Rémy Oudompheng
2011-10-14Rebuilt alpm.so for pacman 4.0 soname bumpPierre Schmitz
2011-07-24Add epoch support to integrity check cron jobEric Bélanger
2011-04-02Add signature files to update/move/remove targetsRémy Oudompheng
2011-04-01Recompiled alpm python module against pacman 3.5Pierre Schmitz
2011-03-26Use repo-add to create the files database for each repoPierre Schmitz
2011-01-30Make sure to only remove package files from the cleanup dirsPierre Schmitz
2011-01-08archweb update: source virtualenv if it existsDan McGee
2010-12-18Remove old files from the cleanup dirsPierre Schmitz
2010-12-18Touch old packages after moving them to the cleanup dirsPierre Schmitz
2010-12-09check_packages.py: remove obsolete klibc workaroundPierre Schmitz
2010-12-09Call integrity-check with specific repo list for each architecturePierre Schmitz
2010-12-05Only emit a warning when a repository does not exist.Rémy Oudompheng
2010-12-05Add support for the [multilib] repo.Rémy Oudompheng
2010-12-05Style changes: add parentheses around print "...".Rémy Oudompheng
2010-12-05Style changes: remove usage of the 'has_key' method.Rémy Oudompheng
2010-11-25create-filelists: Improve performance by reading package list from db instead...Pierre Schmitz
2010-11-25update-web-db: Lock db and scriptPierre Schmitz
2010-11-25sourceballs: be nicePierre Schmitz
2010-11-25Rewrote create-filelistsPierre Schmitz
2010-11-25Add FILESEXT variable for use in create-filelistsPierre Schmitz
2010-11-25Make ftpdir-cleanup less verboseEric Bélanger
2010-11-25Added seperate dryrun options for the packages and sources cleanup scriptsEric Bélanger
2010-11-24sourceballs: fix working directoryPierre Schmitz
2010-11-23sourceballs: Move to our workdir first to fix warning with sudo usagePierre Schmitz
2010-11-23sourceballs: avoid failing twicePierre Schmitz
2010-11-23sourceballs: fix outputPierre Schmitz