Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-23 | Making it work | Parabola | |
2011-11-14 | Merge branch 'master' of https://projects.parabolagnulinux.org/dbscripts | Parabola | |
Conflicts: config | |||
2011-11-14 | Local changes | Parabola | |
2011-11-14 | Fixes while testing it | Parabola | |
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-11-05 | Add simple tests for db-repo-add and db-repo-remove | Pierre Schmitz | |
2011-11-05 | db-repo-add: At least check if the package to be added is available in the ↵ | Pierre Schmitz | |
correct directory | |||
2011-11-05 | Add test for moving multiple packages at once | Pierre Schmitz | |
2011-11-05 | Split package database test functions from check* functions | Pierre Schmitz | |
This way we can check consitency of databases independent from a svn repo | |||
2011-11-05 | check svn entry for any packages | Pierre Schmitz | |
2011-11-05 | db-remove: support removing multiple packages at once | Pierre Schmitz | |
2011-11-05 | Adjust tests to use new db-remove interface | Pierre Schmitz | |
2011-11-05 | db-repo-{add, remove}: allow specifying multiple packages | Dan McGee | |
This allows invoking these commands for more than one package at a time which is incredibly more efficient as the database doesn't need to be locked, unpacked, modified, changed, and unlocked for every single passed package name or file if you have more than one. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-11-05 | db-*: always handle pkgname/pkgbase/pkgfile argument last | Dan McGee | |
This matches what we do in db-update, and makes the most sense if we want to expand these commands to take multiple arguments at the same time. Especially in the case of db-repo-add and db-repo-remove, these wrapper commands should be no more limiting than repo-add and repo-remove which always allow multiple arguments and are more efficient that way. This patch simply reorders the arguments; a later patch will support multiple pkgname/pkgbase/pkgfile arguments on the command line. Although this does break backwards compatibility and requires some changing of muscle memory, I think it is a worthwhile change to make as the functionality of these commands becomes more powerful and the order of arguments becomes the same in all of them. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-11-03 | Merge branch 'sync-db-first' of ↵ | Parabola | |
https://projects.parabolagnulinux.org/dbscripts into sync-db-first | |||
2011-11-03 | Removed unneeded code | Nicolás Reynolds | |
2011-10-30 | Merge branch 'master' of https://projects.archlinux.org/git/dbscripts | Nicolás Reynolds | |
2011-10-30 | Local test config | Nicolás Reynolds | |
2011-10-30 | Seems to work, entering test status. | Nicolás Reynolds | |
2011-10-30 | Require a signature file for new packages | Pierre Schmitz | |
2011-10-28 | Sync package databases first | Nicolas Reynolds | |
* Get all available packages * Remove unfree from the sync list * Sync everything whitelisted | |||
2011-10-28 | Merge branch 'master' of https://projects.parabolagnulinux.org/dbscripts | Nicolas Reynolds | |
Conflicts: config | |||
2011-10-28 | Reflect server changes on config | Nicolas Reynolds | |
2011-10-14 | Rebuilt alpm.so for pacman 4.0 soname bump | Pierre Schmitz | |
2011-09-14 | Fixed sync paths | Parabola | |
* rsync files are splitted by repo and arch * compare available packages with pool, not repos (dead symlinks broke syncing) * receive from repo/os/arch instead of repo/ (it made packages on other arches missing) | |||
2011-09-14 | Move to python2 | Parabola | |
2011-09-09 | Several fixes | Joshua Ismael Haase Hernández | |
2011-09-09 | Inform found packages | Joshua Ismael Haase Hernández | |
2011-09-09 | Added [~mtjm], changed blacklist to git | Joshua Ismael Haase Hernández | |
2011-08-17 | Merge branch 'master' of http://projects.parabolagnulinux.org/dbscripts into ↵ | Joshua Ismael Haase Hernández | |
stable | |||
2011-08-17 | Script to restore packages from the cleanup destdir | Nicolás Reynolds | |
2011-08-13 | update shunit to 2.1.6 | Pierre Schmitz | |
2011-08-13 | db-move: Fix svn rm call | Pierre Schmitz | |
2011-08-13 | db-move: remove one svn commit per package | Dan McGee | |
Precondition: trunk/ directory never has any subdirectories. This is true across our entire svn-packages repository, although I did not check svn-community. The following command was used: find -mindepth 3 -type d ! -wholename '*/.svn*' -wholename *trunk* This should really help a variety of things- reduce the number of commits, reduce the number of emails to arch-commits, make mass package moves faster, etc. The entire dbscripts test suite still passes after this change. Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2011-08-13 | Merge branch 'master' of http://projects.parabolagnulinux.org/dbscripts into ↵ | Joshua Ismael Haase Hernández | |
stable | |||
2011-08-13 | Failedpkgs array wasn't working | Nicolás Reynolds | |
2011-08-13 | Merge branch 'master' of http://projects.parabolagnulinux.org/dbscripts into ↵ | Joshua Ismael Haase Hernández | |
stable | |||
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 | Merge branch 'master' of http://projects.parabolagnulinux.org/dbscripts into ↵ | Joshua Ismael Haase Hernández | |
stable | |||
2011-08-11 | Sort unique pkgnames | Nicolás Reynolds | |
2011-08-11 | Merge branch 'master' of http://projects.parabolagnulinux.org/dbscripts into ↵ | Joshua Ismael Haase Hernández | |
stable | |||
2011-08-11 | Forgot +x | Nicolás Reynolds | |
2011-08-11 | Changed xargs for find -exec | Nicolás Reynolds | |
2011-08-11 | Merge branch 'master' of http://projects.parabolagnulinux.org/dbscripts into ↵ | Joshua Ismael Haase Hernández | |
stable | |||
2011-08-11 | Script to solve issue165 | Nicolás Reynolds | |
2011-08-09 | Merge branch 'master' of http://projects.parabolagnulinux.org/dbscripts into ↵ | Joshua Ismael Haase Hernández | |
stable |