Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-15 | Use common names for repos | Pierre Schmitz | |
2010-08-14 | Prepare support for multiple packages in db-move | Pierre Schmitz | |
2010-08-14 | Don't use hard coded architectures in db-remove | Pierre Schmitz | |
2010-08-14 | Add common function to check for correct repo and arch | Pierre Schmitz | |
2010-08-14 | Don't hardcode supported architectures 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 | Simplify check for existing packages | Pierre Schmitz | |
2010-08-13 | removed useless statements | Pierre Schmitz | |
2010-08-13 | Remove check which was already covered by check_repo_permission | Pierre Schmitz | |
2010-08-13 | Abort if package already exists in repo | Pierre Schmitz | |
Don't try to be smart and remove packages from the staging dir without asking. | |||
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 | Fix typo | Pierre Schmitz | |
2010-08-08 | Use db-functions in create-filelists and sourceballs | Pierre Schmitz | |
2010-08-08 | Source PKGBUILD in subshells | Pierre Schmitz | |
This patch sources a PKGBUILD in a subshells instead of directly. This way we don't polute our scope or overwrite our vars which might lead to unexpected behavior. | |||
2010-08-08 | Cleanup db-functions | Pierre Schmitz | |
* fix indention * use consistent output * set vars local | |||
2010-08-08 | Cleanup cron-jobs/adjust-permissions | Pierre Schmitz | |
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 | use common workdir | Pierre Schmitz | |
2010-08-08 | Prepare for variable db file compression | Pierre Schmitz | |
2010-08-08 | Remove BUILDSCRIPT variable | Pierre Schmitz | |
There is no need to have a variable for things like PKGBUILD that are very unlikely to ever change. | |||
2010-08-08 | Remove check for old staging dirs | Pierre Schmitz | |
devtools take care of this anyway | |||
2010-08-08 | Cleanup db-remove | Pierre Schmitz | |
* There is no need to copy the db into a working dir * cleanup is automatically called on exit | |||
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 | fix cleaning of any packages and ignore empty repos | Pierre Schmitz | |
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 | Rewrite db-move | Pierre Schmitz | |
* Cleanup code * create symlinks instead of copies * Moving split packages is now (more) atomic * Move old packages to pool if needed | |||
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 | |
2010-08-07 | determine correct dir even if config was sourced | Pierre Schmitz | |
2010-08-07 | Override default config with config.local | Pierre Schmitz | |
This is useful for local testing | |||
2010-06-29 | don't fail if any package already exists | Pierre Schmitz | |
2010-06-29 | don't mix db files of different arches | Pierre Schmitz | |
2010-06-28 | sourceballs: Added community and community-testing support | Eric Bélanger | |
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2010-06-20 | adjust permissions for package pool | Pierre Schmitz | |
2010-06-20 | ftpdir-cleanup: only search for linked packages in actual repos | Pierre Schmitz | |
2010-06-20 | Replace PKGPOOL_DIR by a function call | Pierre Schmitz | |
The package pool dir depends on the host; so we solve this similar to get_repos_for_host() Note: There is no "os" subdir for the package pool. | |||
2010-06-20 | add initial .gitignore file | Pierre Schmitz | |
2010-05-03 | Add PKGPOOL_DIR config variable | Aaron Griffin | |
This is a relative var, descendent from FTP_BASE. We do this because we also need a relative path to the package pool dir | |||
2010-05-02 | ftpdir-cleanup: Add clean_pkgs function | Aaron Griffin | |
This should remove files if they are symlinks (pooled packages) and move them to the cleanup dir if not |