Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-24 | remane main -> native (if not derivation) and native -> main (if not multilib) | coadde [Márcio Alexandre Silva Delgado] | |
2015-09-24 | rename native_*_pool* -> main_*_pool* | coadde [Márcio Alexandre Silva Delgado] | |
2015-09-24 | rename main_repositories -> native_repositories | coadde [Márcio Alexandre Silva Delgado] | |
2015-09-24 | remove deprecated repositories variables | coadde [Márcio Alexandre Silva Delgado] | |
2015-09-23 | remove deprecated sources_pool and packages_pool variables | coadde [Márcio Alexandre Silva Delgado] | |
2015-09-23 | remove deprecated architectures variables | coadde [Márcio Alexandre Silva Delgado] | |
2015-09-23 | fix variables | coadde [Márcio Alexandre Silva Delgado] | |
2015-09-23 | mv dbscript configs | coadde [Márcio Alexandre Silva Delgado] | |
2015-09-23 | fix sources | coadde [Márcio Alexandre Silva Delgado] | |
2015-09-23 | rename generic variables | coadde [Márcio Alexandre Silva Delgado] | |
2015-09-23 | rename FTP_BASE -> root_dir | coadde [Márcio Alexandre Silva Delgado] | |
2012-01-08 | Merge branch 'master' of https://projects.archlinux.org/git/dbscripts | Nicolás Reynolds | |
Conflicts: db-remove | |||
2011-11-05 | Add simple tests for db-repo-add and db-repo-remove | Pierre Schmitz | |
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-10-30 | Merge branch 'master' of https://projects.archlinux.org/git/dbscripts | Nicolás Reynolds | |
2011-08-13 | update shunit to 2.1.6 | Pierre Schmitz | |
2011-08-03 | Merge branch 'master' of https://projects.archlinux.org/git/dbscripts | Nicolás Reynolds | |
2011-07-24 | Fix test for use with recent namcap releases | Pierre Schmitz | |
2011-07-24 | Use /tmp instead of /dev/shm for temporary files | Pierre Schmitz | |
2011-04-16 | Merge branch 'master' of git://projects.archlinux.org/dbscripts | Joshua Ismael Haase Hernández | |
Conflicts: db-functions | |||
2011-04-16 | Merge branch 'master' of ~/packages/dbscripts into prueba | Joshua Ismael Haase Hernández | |
Conflicts: .gitignore db-functions | |||
2011-04-15 | Python parts ready for bash usage in python 2 and 3 | Joshua Ismael Haase Hernández | |
2011-04-13 | Fixed more errors and refactoring | Joshua Ismael Haase Hernández | |
2011-04-11 | bash-port ready for testing. | Joshua Ismael Haase Hernández | |
2011-04-02 | Add simple checks for handling signed packages | Pierre Schmitz | |
In addition to this dbscripts wont accept unsigned pacakges when REQUIRE_SIGNATURE is set to true. Note: At this point no signature verification is performed at all. | |||
2011-03-26 | Use repo-add to create the files database for each repo | Pierre Schmitz | |
2011-03-26 | Adjust test for latest devtools; Be less generic with package extension | Pierre Schmitz | |
2011-03-23 | Add support for packages which use the epoch variable | Pierre Schmitz | |
2011-03-21 | * Changed sync_all_repo to adress bug83 | Joshua Ismael Haase Hernández | |
2011-03-05 | * Added «depends» field to Package class. | Joshua Ismael Haase Hernández | |
* Merged tests for filter functions in test_filter.py * Added testfiles for test_filter.py in test directory * Added pkginfo_from_desc function to filter.py | |||
2011-02-14 | * Added test for generate_exclude_list_from_blacklist | Joshua Ismael Haase Hernández | |
* Fixed listado to strip spaces | |||
2011-02-14 | * Added debug action to generate_exclude_list_from_blacklist | Joshua Ismael Haase Hernández | |
* Added test data to test_pkginfo_from_rsync_output.py | |||
2011-02-14 | * TestCase for pkginfo_from_rsync_output | Joshua Ismael Haase Hernández | |
* Corrected __eq__ method in Package class * Corrected pkginfo_from_rsync_output | |||
2011-02-14 | idem | Joshua Ismael Haase Hernández | |
2011-02-14 | renamed test1 to be informative | Joshua Ismael Haase Hernández | |
2011-02-14 | Added test for pkginfo_from_file | Joshua Ismael Haase Hernández | |
2011-02-14 | * pkginfo functions | Joshua Ismael Haase Hernández | |
2011-02-14 | * Changed get_file_list_ for pkginfo in function names | Joshua Ismael Haase Hernández | |
* Added pkginfo_from_... funcions | |||
2011-02-08 | * Changed variable name in filter.py | Joshua Ismael Haase Hernández | |
* Added example in test1.py | |||
2011-02-08 | Delete unneeded file. | Joshua Ismael Haase Hernández | |
2011-02-08 | * Added filter.py | Joshua Ismael Haase Hernández | |
* Added __init__.py for test module * Removed unused files | |||
2011-02-08 | Fixed test1.py | Joshua Ismael Haase Hernández | |
2011-02-08 | Fixed stupid error. | Joshua Ismael Haase Hernández | |
2011-02-08 | Better testcases | Joshua Ismael Haase Hernández | |
2011-02-08 | * Updated Package class | Joshua Ismael Haase Hernández | |
* Corrected test1.py -> for get_package_list_from_rsync_output | |||
2011-02-08 | Corrected first testcases. | Joshua Ismael Haase Hernández | |