Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-21 | Sync signatures too | Nicolás Reynolds | |
2012-06-26 | Re-enabled check on other repos; skip already released packages | Nicolás Reynolds | |
2012-05-28 | Remove TMPDIR | Nicolás Reynolds | |
2012-05-22 | adding pcr (Parabola Community Repo) | André Fabian Silva Delgado | |
2012-05-21 | adding coadde repo | Márcio Silva | |
2012-04-26 | [gis] repo for geospatial software | Nicolás Reynolds | |
2012-04-20 | adding jorginho repo | André Fabian Silva Delgado | |
2012-04-18 | adding artistic repo to community project | André Fabian Silva Delgado | |
2012-04-11 | Merge branch 'master' of ssh://gparabola/dbscripts | Nicolás Reynolds | |
2012-04-11 | Git-PBS forks packages from Arch svntogit/packages.git | Nicolá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-03-22 | community/os/any doesn't exist anymore | Nicolás Reynolds | |
2012-02-27 | Merge branch 'master' of ssh://nparabola/srv/http/repo/dbscripts | Nicolás Reynolds | |
2012-02-27 | [extra] doesn't have the any dir anymore | Parabola | |
2012-02-27 | Added user repos | Parabola | |
2012-02-15 | Use basename | Parabola | |
2012-02-14 | Ignore rsync temp files | Nicolás Reynolds | |
2012-02-01 | check-package-libraries.py, aiming to help issue224. | Michał Masłowski | |
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> |