Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-05 | Only emit a warning when a repository does not exist. | Rémy Oudompheng | 1 | -2/+2 | |
Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||||
2010-12-05 | Add support for the [multilib] repo. | Rémy Oudompheng | 1 | -1/+2 | |
Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||||
2010-12-05 | Style changes: add parentheses around print "...". | Rémy Oudompheng | 1 | -10/+10 | |
Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||||
2010-12-05 | Style changes: remove usage of the 'has_key' method. | Rémy Oudompheng | 1 | -11/+11 | |
Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||||
2010-12-02 | db-update: Fail if a set of split packages is incomplete | Pierre Schmitz | 3 | -1/+83 | |
2010-11-27 | Fix test: copy target of symlinks | Pierre Schmitz | 1 | -2/+2 | |
2010-11-25 | create-filelists: Improve performance by reading package list from db ↵ | Pierre Schmitz | 1 | -5/+4 | |
instead from fs | |||||
2010-11-25 | update-web-db: Lock db and script | Pierre Schmitz | 1 | -26/+46 | |
* 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 | 1 | -0/+3 | |
2010-11-25 | Rewrote create-filelists | Pierre Schmitz | 2 | -66/+191 | |
* 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 | 1 | -1/+0 | |
2010-11-25 | Add FILESEXT variable for use in create-filelists | Pierre Schmitz | 2 | -5/+4 | |
2010-11-25 | Split tests into several files | Pierre Schmitz | 10 | -624/+644 | |
* 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 | 21 | -258/+121 | |
* 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 | 1 | -1/+0 | |
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 | 3 | -2/+4 | |
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 | 1 | -3/+2 | |
2010-11-23 | sourceballs: Move to our workdir first to fix warning with sudo usage | Pierre Schmitz | 1 | -0/+2 | |
2010-11-23 | sourceballs: avoid failing twice | Pierre Schmitz | 1 | -0/+7 | |
2010-11-23 | sourceballs: fix output | Pierre Schmitz | 1 | -8/+3 | |
2010-11-23 | sourceballs: be less verbose | Pierre Schmitz | 1 | -6/+21 | |
2010-11-23 | Rewrite sourceballs to increase performance and reliability | Pierre Schmitz | 4 | -257/+101 | |
* 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 | 1 | -5/+6 | |
2010-11-22 | check_archlinux: fix for python2 usage | Pierre Schmitz | 3 | -2/+2 | |
2010-11-22 | sourceballs: check if source package was really created | Pierre Schmitz | 1 | -2/+10 | |
2010-11-22 | Prefer any packages | Pierre Schmitz | 1 | -3/+3 | |
2010-11-22 | sourceballs-cleanup: respect .force and .skip files | Pierre Schmitz | 1 | -2/+8 | |
2010-11-22 | Add wrappers for repo-add and repo-remove | Pierre Schmitz | 3 | -3/+82 | |
2010-11-22 | sourceballs: add for split packages | Pierre Schmitz | 1 | -0/+21 | |
2010-11-22 | Set CARCH as needed by some PKGBUILDs | Pierre Schmitz | 1 | -0/+3 | |
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 | 1 | -0/+20 | |
2010-11-21 | sourceballs: Of course sort does only operate on lines | Pierre Schmitz | 1 | -1/+1 | |
2010-11-21 | Blacklist more duplicate data packages | Pierre Schmitz | 1 | -0/+5 | |
2010-11-21 | sourceballs.skip: ufoai-data has the same sources as ufoai | Pierre Schmitz | 1 | -0/+1 | |
2010-11-21 | sourceballs.skip: tremulous-data has the same sources as tremulous | Pierre Schmitz | 1 | -0/+1 | |
2010-11-21 | sourceballs.skip: torcs-data has the same sources as torcs | Pierre Schmitz | 1 | -0/+1 | |
2010-11-21 | sourceballs.skip: nexuiz-data has the same sources as nexuiz | Pierre Schmitz | 1 | -0/+1 | |
2010-11-21 | sourceballs: Support any packages | Pierre Schmitz | 2 | -3/+23 | |
2010-11-21 | sourceballs: Don't write any log | Pierre Schmitz | 6 | -44/+15 | |
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 | 1 | -4/+6 | |
2010-11-21 | sourceballs: check if PKGBUILD exists | Pierre Schmitz | 2 | -4/+10 | |
2010-11-21 | sourceballs: fix error handling | Pierre Schmitz | 2 | -9/+32 | |
2010-11-21 | When on sigurd the svn repo is actually called svn-packages | Pierre Schmitz | 1 | -1/+1 | |
2010-11-21 | sourceballs: add LGPL2.1 | Pierre Schmitz | 1 | -1/+1 | |
2010-11-20 | sourceballs: Lock the repo while reading the db file | Pierre Schmitz | 1 | -3/+10 | |
2010-11-20 | sourceballs: skip in a clean way if source package should not be created | Pierre Schmitz | 1 | -1/+1 | |
2010-11-20 | Simplify sourceballs creation | Pierre Schmitz | 6 | -56/+32 | |
* Read package lists directly from DB file * Make SVNREPO configurable | |||||
2010-11-20 | Fix sourceballs cron job | Pierre Schmitz | 8 | -29/+84 | |
* 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 | 1 | -2/+2 | |
2010-10-11 | Fix missing output redirection | Dan McGee | 1 | -1/+1 | |
Signed-off-by: Dan McGee <dan@archlinux.org> |