Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-27 | Fix test: copy target of symlinks | Pierre Schmitz | |
2010-11-25 | create-filelists: Improve performance by reading package list from db ↵ | Pierre Schmitz | |
instead from fs | |||
2010-11-25 | update-web-db: Lock db and script | Pierre Schmitz | |
* usage of db-functions * Lock the db and work on a copy to avoid long lock times * Lock the script itself to avoid multiple calls * Adjust to coding style to other dbscripts | |||
2010-11-25 | sourceballs: be nice | 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 | Add FILESEXT variable for use in create-filelists | 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 | Make ftpdir-cleanup less verbose | Eric Bélanger | |
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
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-24 | sourceballs: fix working directory | Pierre Schmitz | |
2010-11-23 | sourceballs: Move to our workdir first to fix warning with sudo usage | Pierre Schmitz | |
2010-11-23 | sourceballs: avoid failing twice | Pierre Schmitz | |
2010-11-23 | sourceballs: fix output | Pierre Schmitz | |
2010-11-23 | sourceballs: be less verbose | Pierre Schmitz | |
2010-11-23 | Rewrite sourceballs to increase performance and reliability | Pierre Schmitz | |
* Decrease file stats as much as possible * Create a list of all packages and meta data only once * Create a list of available source packages only once * Create a list of expected packages only once * Combine all three scripts into one to share data and code * Use as much information from the db files as possible and avoid using svn * Avoid attempting to create the same source package twice Logic works as follows: 1) create a list of all packages 2) Check for each package if we need a src package and create one 3) During this process create a list of all src packages that should be there 4) Diff both lists for the cleanup | |||
2010-11-22 | Attempt to fix integrity-check | Pierre Schmitz | |
2010-11-22 | check_archlinux: fix for python2 usage | Pierre Schmitz | |
2010-11-22 | sourceballs: check if source package was really created | Pierre Schmitz | |
2010-11-22 | Prefer any packages | Pierre Schmitz | |
2010-11-22 | sourceballs-cleanup: respect .force and .skip files | Pierre Schmitz | |
2010-11-22 | Add wrappers for repo-add and repo-remove | Pierre Schmitz | |
2010-11-22 | sourceballs: add for split packages | Pierre Schmitz | |
2010-11-22 | Set CARCH as needed by some PKGBUILDs | Pierre Schmitz | |
PKGBUILDs expect CARCH to be set. This is needed when sourcing them directly. | |||
2010-11-21 | texlive sources are already on ftp.archlinux.org | Pierre Schmitz | |
2010-11-21 | sourceballs: Of course sort does only operate on lines | Pierre Schmitz | |
2010-11-21 | Blacklist more duplicate data packages | Pierre Schmitz | |
2010-11-21 | sourceballs.skip: ufoai-data has the same sources as ufoai | Pierre Schmitz | |
2010-11-21 | sourceballs.skip: tremulous-data has the same sources as tremulous | Pierre Schmitz | |
2010-11-21 | sourceballs.skip: torcs-data has the same sources as torcs | Pierre Schmitz | |
2010-11-21 | sourceballs.skip: nexuiz-data has the same sources as nexuiz | 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-21 | sourceballs: respect the dryrun setting | Pierre Schmitz | |
2010-11-21 | sourceballs: check if PKGBUILD exists | Pierre Schmitz | |
2010-11-21 | sourceballs: fix error handling | Pierre Schmitz | |
2010-11-21 | When on sigurd the svn repo is actually called svn-packages | Pierre Schmitz | |
2010-11-21 | sourceballs: add LGPL2.1 | Pierre Schmitz | |
2010-11-20 | sourceballs: Lock the repo while reading the db file | Pierre Schmitz | |
2010-11-20 | sourceballs: skip in a clean way if source package should not be created | Pierre Schmitz | |
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-10-12 | Dont try to index empty repos | Pierre Schmitz | |
2010-10-11 | Fix missing output redirection | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-09-16 | Move output redirection | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-09-13 | Fix typos | Pierre Schmitz | |
2010-09-12 | Merge branch 'master' of gerolde.archlinux.org:/srv/projects/git/dbscripts | Pierre Schmitz | |
2010-09-12 | _grep_pkginfo: use a more specific format | Pierre Schmitz | |
2010-09-12 | Add multilib-testing to web update script | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> |