Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 in legacy $repo/os/any directories | Pierre Schmitz | 1 | -23/+0 | |
2012-04-29 | Source the config before the functions as the latter references the former | Pierre Schmitz | 4 | -4/+4 | |
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 | |
2011-12-19 | Avoid calls to basename | Pierre Schmitz | 3 | -3/+3 | |
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-10-14 | Rebuilt alpm.so for pacman 4.0 soname bump | Pierre Schmitz | 1 | -0/+0 | |
2011-07-24 | Add epoch support to integrity check cron job | Eric Bélanger | 1 | -2/+6 | |
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||||
2011-04-02 | Add signature files to update/move/remove targets | Rémy Oudompheng | 1 | -2/+8 | |
Signature files are optional and the previous behaviour is unchanged when signatures files do not exist. Signed-off-by: Rémy Oudompheng <remy@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||||
2011-04-01 | Recompiled alpm python module against pacman 3.5 | Pierre Schmitz | 1 | -0/+0 | |
2011-03-26 | Use repo-add to create the files database for each repo20110326 | Pierre Schmitz | 1 | -101/+0 | |
2011-01-30 | Make sure to only remove package files from the cleanup dirs | Pierre Schmitz | 2 | -2/+2 | |
2011-01-08 | archweb update: source virtualenv if it exists | Dan McGee | 1 | -0/+7 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2010-12-18 | Remove old files from the cleanup dirs | Pierre Schmitz | 2 | -0/+17 | |
2010-12-18 | Touch old packages after moving them to the cleanup dirs | Pierre Schmitz | 2 | -1/+5 | |
This updates the mtime of those files and will help us to remove them later. | |||||
2010-12-09 | check_packages.py: remove obsolete klibc workaround20101209 | Pierre Schmitz | 1 | -6/+0 | |
2010-12-09 | Call integrity-check with specific repo list for each architecture | Pierre Schmitz | 1 | -10/+26 | |
2010-12-05 | Only emit a warning when a repository does not exist. | Rémy Oudompheng | 1 | -2/+2 | |
Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||||
2010-12-05 | Add support for the [multilib] repo. | Rémy Oudompheng | 1 | -1/+2 | |
Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||||
2010-12-05 | Style changes: add parentheses around print "...". | Rémy Oudompheng | 1 | -10/+10 | |
Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||||
2010-12-05 | Style changes: remove usage of the 'has_key' method. | Rémy Oudompheng | 1 | -11/+11 | |
Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||||
2010-11-25 | create-filelists: Improve performance by reading package list from db ↵ | Pierre Schmitz | 1 | -5/+4 | |
instead from fs | |||||
2010-11-25 | update-web-db: Lock db and script | Pierre Schmitz | 1 | -26/+46 | |
* usage of db-functions * Lock the db and work on a copy to avoid long lock times * Lock the script itself to avoid multiple calls * Adjust to coding style to other dbscripts | |||||
2010-11-25 | sourceballs: be nice | Pierre Schmitz | 1 | -0/+3 | |
2010-11-25 | Rewrote create-filelists | Pierre Schmitz | 1 | -66/+81 | |
* use correct locking of the repos * added test case * removes file lists of deleted packages * add compression independent symlink to files db | |||||
2010-11-25 | Add FILESEXT variable for use in create-filelists | Pierre Schmitz | 1 | -5/+3 | |
2010-11-25 | Make ftpdir-cleanup less verbose | Eric Bélanger | 1 | -1/+0 | |
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||||
2010-11-25 | Added seperate dryrun options for the packages and sources cleanup scripts | Eric Bélanger | 1 | -2/+2 | |
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||||
2010-11-24 | sourceballs: fix working directory | Pierre Schmitz | 1 | -3/+2 | |
2010-11-23 | sourceballs: Move to our workdir first to fix warning with sudo usage | Pierre Schmitz | 1 | -0/+2 | |
2010-11-23 | sourceballs: avoid failing twice | Pierre Schmitz | 1 | -0/+7 | |
2010-11-23 | sourceballs: fix output | Pierre Schmitz | 1 | -8/+3 | |
2010-11-23 | sourceballs: be less verbose | Pierre Schmitz | 1 | -6/+21 | |
2010-11-23 | Rewrite sourceballs to increase performance and reliability | Pierre Schmitz | 1 | -45/+99 | |
* Decrease file stats as much as possible * Create a list of all packages and meta data only once * Create a list of available source packages only once * Create a list of expected packages only once * Combine all three scripts into one to share data and code * Use as much information from the db files as possible and avoid using svn * Avoid attempting to create the same source package twice Logic works as follows: 1) create a list of all packages 2) Check for each package if we need a src package and create one 3) During this process create a list of all src packages that should be there 4) Diff both lists for the cleanup | |||||
2010-11-22 | Attempt to fix integrity-check | Pierre Schmitz | 1 | -5/+6 | |
2010-11-22 | check_archlinux: fix for python2 usage | Pierre Schmitz | 3 | -2/+2 | |
2010-11-21 | texlive sources are already on ftp.archlinux.org | Pierre Schmitz | 1 | -0/+20 | |
2010-11-21 | sourceballs: Of course sort does only operate on lines | Pierre Schmitz | 1 | -1/+1 | |
2010-11-21 | Blacklist more duplicate data packages | Pierre Schmitz | 1 | -0/+5 | |
2010-11-21 | sourceballs.skip: ufoai-data has the same sources as ufoai | Pierre Schmitz | 1 | -0/+1 | |
2010-11-21 | sourceballs.skip: tremulous-data has the same sources as tremulous | Pierre Schmitz | 1 | -0/+1 | |
2010-11-21 | sourceballs.skip: torcs-data has the same sources as torcs | Pierre Schmitz | 1 | -0/+1 | |
2010-11-21 | sourceballs.skip: nexuiz-data has the same sources as nexuiz | Pierre Schmitz | 1 | -0/+1 | |
2010-11-21 | sourceballs: Don't write any log | Pierre Schmitz | 1 | -8/+3 | |
This is consistent with the other dbscripts. The output will be send to the mailinglist. | |||||
2010-11-20 | sourceballs: Lock the repo while reading the db file | Pierre Schmitz | 1 | -3/+10 | |