Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-30 | ABSLibre creation script | Nicolás Reynolds | |
2012-01-23 | Cross-toolchains repo | Nicolás Reynolds | |
2012-01-09 | Use config ARCHES and REPOS to get-repos | Nicolás Reynolds | |
2012-01-08 | Use standar naming | Nicolás Reynolds | |
2012-01-08 | Get_repos scripts updates parabolaweb package database | Nicolás Reynolds | |
2012-01-08 | Merge ssh://nparabola/srv/http/repo/dbscripts | Nicolás Reynolds | |
2012-01-08 | [gnu] repo | Parabola | |
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-12-07 | Be verbose | Nicolás Reynolds | |
2011-12-07 | Added synced check | Nicolás Reynolds | |
2011-12-07 | Removed extra - | Nicolás Reynolds | |
2011-12-07 | Any-to-ours recycles Arch packages ("any" architecture) to Parabola specific ↵ | Nicolás Reynolds | |
architectures ("mips64el") | |||
2011-12-07 | Skip invalid repo-arch pairs (useful for [multilib]) | Parabola | |
2011-12-07 | Added [multilib] | Parabola | |
2011-11-23 | Fixed errors in logic | Nicolás Reynolds | |
2011-11-23 | DRYRUN check | Nicolás Reynolds | |
2011-11-23 | Cleanup script + New config vars | Nicolás Reynolds | |
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 |