Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-10 | Make repositories for testing2x configurable | Pierre Schmitz | |
2012-06-10 | Remove support for packages that are not in the package pool | Pierre Schmitz | |
2012-06-10 | Remove support for packages in legacy $repo/os/any directories | Pierre Schmitz | |
2012-04-29 | Source the config before the functions as the latter references the former | Pierre Schmitz | |
2012-04-29 | Respect TMPDIR config when creating the working directory | Pierre Schmitz | |
2012-02-19 | Fix typo and leftover shm usage | Pierre Schmitz | |
2012-02-19 | Add at least one positive signing test | Pierre Schmitz | |
2011-12-19 | Avoid calls to basename | Pierre Schmitz | |
2011-12-18 | Validate package signatures on db-update | Pierre Schmitz | |
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-08-13 | update shunit to 2.1.6 | Pierre Schmitz | |
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-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-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 | |||
2010-09-01 | Simplify repo configuration | Pierre Schmitz | |
* Repositories can now be defined in the config file for each host * added community-staging, gnome-unstable and kde-unstable * Exception is the adjust-permission cron-job; but we might want to use acls in future anyway Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2010-08-22 | add makepkg.conf for [multilib] | Pierre Schmitz | |
2010-08-18 | Fix cleanup of old packages | Pierre Schmitz | |
* This should fix the cleanup of packages that were not within the pacakge pool before being updated. * a test case for this was added | |||
2010-08-17 | Don't try to update no package | Pierre Schmitz | |
Check if there are packages to update for given architecure. Previously db-update quit when only one arch of a package was available. | |||
2010-08-17 | Add [staging] repository | Pierre Schmitz | |
2010-08-15 | add test for testing2x | Pierre Schmitz | |
2010-08-15 | add test to check updating a package | Pierre Schmitz | |
2010-08-15 | Move packages of all arches within one transaction | Pierre Schmitz | |
db-move does no longer need a specific architecture. It will move all architecures of a given package at once. testing2x has been rewritten to respect these changes and testing2x64 is no longer needed. | |||
2010-08-14 | Prepare support for multiple packages in db-move | Pierre Schmitz | |
2010-08-14 | Rewrite of db-update | Pierre Schmitz | |
* db-update now updates all repos with packages in its staging dirs * sanity checks are performed before any repo is touched * improved performance * less code; easier to maintain | |||
2010-08-13 | Use common functions to print messages, warnings and errors | Pierre Schmitz | |
These functions are copied from makepkg | |||
2010-08-13 | Check permission before any action | Pierre Schmitz | |
Added a function to check if user has permission to alter the repos and db files. |