summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-11Git-PBS forks packages from Arch svntogit/packages.gitNicolás Reynolds
It creates a single package git repo and tracks upstream changes. It's intended to fork upstream PKGBUILDs into their -libre versions. **STILL UNDER TEST**
2012-02-27Merge branch 'master' of ssh://nparabola/srv/http/repo/dbscriptsNicolás Reynolds
2012-02-27[extra] doesn't have the any dir anymoreParabola
2012-02-27Added user reposParabola
2012-02-15Use basenameParabola
2012-02-14Ignore rsync temp filesNicolás Reynolds
2012-02-01check-package-libraries.py, aiming to help issue224.Michał Masłowski
2012-01-30ABSLibre creation scriptNicolás Reynolds
2012-01-23Cross-toolchains repoNicolás Reynolds
2012-01-09Use config ARCHES and REPOS to get-reposNicolás Reynolds
2012-01-08Use standar namingNicolás Reynolds
2012-01-08Get_repos scripts updates parabolaweb package databaseNicolás Reynolds
2012-01-08Merge ssh://nparabola/srv/http/repo/dbscriptsNicolás Reynolds
2012-01-08[gnu] repoParabola
2012-01-08remove locksNicolás Reynolds
2012-01-08Merge branch 'master' of https://projects.archlinux.org/git/dbscriptsNicolás Reynolds
Conflicts: db-remove
2011-12-07Be verboseNicolás Reynolds
2011-12-07Added synced checkNicolás Reynolds
2011-12-07Removed extra -Nicolás Reynolds
2011-12-07Any-to-ours recycles Arch packages ("any" architecture) to Parabola specific ↵Nicolás Reynolds
architectures ("mips64el")
2011-12-07Skip invalid repo-arch pairs (useful for [multilib])Parabola
2011-12-07Added [multilib]Parabola
2011-11-23Fixed errors in logicNicolás Reynolds
2011-11-23DRYRUN checkNicolás Reynolds
2011-11-23Cleanup script + New config varsNicolás Reynolds
2011-11-23Making it workParabola
2011-11-14Merge branch 'master' of https://projects.parabolagnulinux.org/dbscriptsParabola
Conflicts: config
2011-11-14Local changesParabola
2011-11-14Fixes while testing itParabola
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
This allows running python2 -m doctest on the script. Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-11-05Use 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-05Add simple tests for db-repo-add and db-repo-removePierre Schmitz
2011-11-05db-repo-add: At least check if the package to be added is available in the ↵Pierre Schmitz
correct directory
2011-11-05Add test for moving multiple packages at oncePierre Schmitz
2011-11-05Split package database test functions from check* functionsPierre Schmitz
This way we can check consitency of databases independent from a svn repo
2011-11-05check svn entry for any packagesPierre Schmitz
2011-11-05db-remove: support removing multiple packages at oncePierre Schmitz
2011-11-05Adjust tests to use new db-remove interfacePierre Schmitz
2011-11-05db-repo-{add, remove}: allow specifying multiple packagesDan 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-05db-*: always handle pkgname/pkgbase/pkgfile argument lastDan 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-03Merge branch 'sync-db-first' of ↵Parabola
https://projects.parabolagnulinux.org/dbscripts into sync-db-first
2011-11-03Removed unneeded codeNicolás Reynolds
2011-10-30Merge branch 'master' of https://projects.archlinux.org/git/dbscriptsNicolás Reynolds
2011-10-30Local test configNicolás Reynolds
2011-10-30Seems to work, entering test status.Nicolás Reynolds
2011-10-30Require a signature file for new packagesPierre Schmitz
2011-10-28Sync package databases firstNicolas Reynolds
* Get all available packages * Remove unfree from the sync list * Sync everything whitelisted
2011-10-28Merge branch 'master' of https://projects.parabolagnulinux.org/dbscriptsNicolas Reynolds
Conflicts: config
2011-10-28Reflect server changes on configNicolas Reynolds