Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-02 | testing cleanup (backported from lukeshu/xbs) | Luke Shumaker | |
2016-04-17 | Sync test/ with lukeshu/archlinux+cleanup+librelib again. | Luke Shumaker | |
2016-04-17 | Grab an updated test/ directory from lukeshu/archlinux+cleanup+librelib | Luke Shumaker | |
It's not like we were running the tests anyway, and this makes merging easier. | |||
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-08-13 | update shunit to 2.1.6 | 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 | |
2010-11-27 | Fix test: copy target of symlinks | 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-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-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-17 | Add [staging] repository | Pierre Schmitz | |
2010-08-15 | add test to check updating a package | Pierre Schmitz | |
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. | |||
2010-08-10 | Use more consitent naming for package pool | Pierre Schmitz | |
There are no longer architecture-specific subdirs and the structure was switch to this: ftp └── pool ├── community └── packages packages contains all packages from core, extra and testing; this naming is in sync with the svn repo naming: svn-packages and svn-community | |||
2010-08-08 | Move common function to db-functions | Pierre Schmitz | |
db-functions now sets an individual $WORKDIR and implements trap functinos that remove locks on exit or error. There are new functions to lock and unlock the running script. misc-scripts/ftpdir-cleanup was renamed to ftpdir-cleanup-repo as the cron-job had the same name. Script names have to be unique when using db-functions. | |||
2010-08-08 | Prepare for variable db file compression | Pierre Schmitz | |
2010-08-08 | Reduce verbosity | Pierre Schmitz | |
Only inform of errors and processes that might take longer. | |||
2010-08-08 | add test for ftpdir-cleanup | Pierre Schmitz | |
2010-08-08 | Use package pool instead of $repo/os/any dirs | Pierre Schmitz | |
2010-08-07 | Simplify tests and add tests for db-move | Pierre Schmitz | |
2010-08-07 | add test for db-remove | Pierre Schmitz | |
2010-08-07 | add some common functions for our test suite | Pierre Schmitz | |
2010-08-07 | add default makepkg.conf for both arches | Pierre Schmitz | |
2010-08-07 | add a local copy of shunit2 | Pierre Schmitz | |
This is a local copy of shUnit 2.1.5 from http://shunit2.googlecode.com/ License: LGPL |