Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Fix test and add some more checks | Pierre Schmitz | |
2010-08-08 | Reduce verbosity | Pierre Schmitz | |
Only inform of errors and processes that might take longer. | |||
2010-08-08 | add transitions tests | Pierre Schmitz | |
Theses tests simulate the case of packages with the old repo layout and the new package pool layout. | |||
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-08 | Fix old call | 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 an initial set of tests | 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 | |||
2010-08-07 | add some sample PKGBUILDs | Pierre Schmitz | |