Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2011-02-08 | Added some testcases. | Joshua Ismael Haase Hernández | |
2011-02-08 | Added primitive testcase | Joshua Ismael Haase Hernández | |
2011-01-27 | test: add testUpdateSameAnyPackageToSameRepository | Pierre Schmitz | |
2010-12-02 | db-update: Fail if a set of split packages is incomplete | Pierre Schmitz | |
2010-11-27 | Fix test: copy target of symlinks | Pierre Schmitz | |
2010-11-25 | Rewrote create-filelists | Pierre Schmitz | |
* use correct locking of the repos * added test case * removes file lists of deleted packages * add compression independent symlink to files db | |||
2010-11-25 | sourceballs no longer depends on ftpdir-cleanup being run | Pierre Schmitz | |
2010-11-25 | Split tests into several files | Pierre Schmitz | |
* tests can be run seperatly * runTest will run all tests that have the x bit set | |||
2010-11-25 | Provide more real test packages | Pierre Schmitz | |
* Use devtools instead of plain makepkg * This is a preparation for some more advanced test cases. | |||
2010-11-25 | Added seperate dryrun options for the packages and sources cleanup scripts | Eric Bélanger | |
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2010-11-22 | sourceballs: add for split packages | Pierre Schmitz | |
2010-11-21 | sourceballs: Support any packages | Pierre Schmitz | |
2010-11-21 | sourceballs: Don't write any log | Pierre Schmitz | |
This is consistent with the other dbscripts. The output will be send to the mailinglist. | |||
2010-11-20 | Simplify sourceballs creation | Pierre Schmitz | |
* Read package lists directly from DB file * Make SVNREPO configurable | |||
2010-11-20 | Fix sourceballs cron job | Pierre Schmitz | |
* add unit test for sourceballs and cleanup * introduce SRCPOOL and LOGDIR variables in config | |||
2010-09-11 | Use local config instead of guessing by hostname | Pierre Schmitz | |
Using the hostname to decide which repos to use is not releiable and hard to test. Instead use config.local to configure these. config files for sigurd and gerolde were added which can be copied or symlinked to config.local on the specific host. | |||
2010-09-05 | Check if package exists in any other repository on update | Pierre Schmitz | |
This also checks if the sam package exists within the old package layout (without package pool) | |||
2010-09-05 | Fix updating of same package into different repositories at aonce | Pierre Schmitz | |
See FS#20745 |