Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-08 | Be very careful about using $0. | Luke Shumaker | |
2013-08-26 | removed unnecessary code | Icarious | |
2012-01-08 | remove locks | Nicolás Reynolds | |
2012-01-08 | Merge branch 'master' of https://projects.archlinux.org/git/dbscripts | Nicolás Reynolds | |
Conflicts: db-remove | |||
2011-11-05 | The README file is no longer useful | Rémy Oudompheng | |
2011-11-05 | Move global code under a if __name__ == '__main__' block. | Rémy Oudompheng | |
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 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||
2011-10-30 | Merge branch 'master' of https://projects.archlinux.org/git/dbscripts | Nicolás Reynolds | |
2011-10-14 | Rebuilt alpm.so for pacman 4.0 soname bump | Pierre Schmitz | |
2011-08-13 | Failedpkgs array wasn't working | Nicolás Reynolds | |
2011-08-13 | Added useful messages | Nicolás Reynolds | |
2011-08-13 | Cleaner sourceballs2 | Nicolás Reynolds | |
2011-08-12 | Fixed unexistent REPOS array and skip removal when the ABS tree is empty. | Nicolás Reynolds | |
2011-08-11 | Sort unique pkgnames | Nicolás Reynolds | |
2011-08-11 | Forgot +x | Nicolás Reynolds | |
2011-08-11 | Changed xargs for find -exec | Nicolás Reynolds | |
2011-08-11 | Script to solve issue165 | Nicolás Reynolds | |
2011-08-09 | Ignore staging | Nicolás Reynolds | |
2011-08-09 | update-abs-tarballs +x | Nicolás Reynolds | |
2011-08-03 | Merge branch 'master' of https://projects.archlinux.org/git/dbscripts | Nicolás Reynolds | |
2011-07-24 | Add epoch support to integrity check cron job | Eric Bélanger | |
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2011-07-16 | Syncs ABSLibre tarballs between ABSLibre host and repo server | Nicolás Reynolds | |
2011-04-17 | Merge branch 'master' of ssh://vparabola/srv/git/projects/dbscripts | Nicolás Reynolds | |
Conflicts: cron-jobs/sourceballs2 | |||
2011-04-17 | Merge branch 'master' of https://projects.archlinux.org/git/dbscripts | Nicolás Reynolds | |
Conflicts: db-functions | |||
2011-04-17 | sourceballs2 | Nicolás Reynolds | |
2011-04-16 | Merge branch 'master' of vparabola:~/projects/dbscripts | Joshua Ismael Haase Hernández | |
Conflicts: cron-jobs/sourceballs2 | |||
2011-04-02 | Add signature files to update/move/remove targets | Rémy Oudompheng | |
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 | |
2011-03-26 | Use repo-add to create the files database for each repo | Pierre Schmitz | |
2011-03-06 | Fixes | Parabola | |
2011-03-05 | sourceballs2 creates sourceballs from the entire ABSLibre | Nicolás Reynolds | |
2011-02-20 | Merge branch 'master' of http://projects.parabolagnulinux.org/dbscripts | Parabola | |
Conflicts: db-functions | |||
2011-02-20 | sourceballs | Parabola | |
2011-02-20 | Changes to sourceball everything | Nicolás Reynolds | |
2011-02-18 | First stab at sourceballing everything | Nicolás Reynolds | |
2011-01-30 | Make sure to only remove package files from the cleanup dirs | Pierre Schmitz | |
2011-01-08 | archweb update: source virtualenv if it exists | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-12-18 | Remove old files from the cleanup dirs | Pierre Schmitz | |
2010-12-18 | Touch old packages after moving them to the cleanup dirs | Pierre Schmitz | |
This updates the mtime of those files and will help us to remove them later. | |||
2010-12-09 | check_packages.py: remove obsolete klibc workaround | Pierre Schmitz | |
2010-12-09 | Call integrity-check with specific repo list for each architecture | Pierre Schmitz | |
2010-12-05 | Only emit a warning when a repository does not exist. | Rémy Oudompheng | |
Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2010-12-05 | Add support for the [multilib] repo. | Rémy Oudompheng | |
Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2010-12-05 | Style changes: add parentheses around print "...". | Rémy Oudompheng | |
Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2010-12-05 | Style changes: remove usage of the 'has_key' method. | Rémy Oudompheng | |
Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2010-11-25 | create-filelists: Improve performance by reading package list from db ↵ | Pierre Schmitz | |
instead from fs | |||
2010-11-25 | update-web-db: Lock db and script | Pierre Schmitz | |
* 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 | |
2010-11-25 | Rewrote create-filelists | Pierre Schmitz | |
* 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 | |