Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> | |||
2010-09-12 | check_pkgsvn: Don't assume the same PKGBUILD for all architectures | Pierre Schmitz | |
2010-09-12 | check_pkgsvn: check if pkgname is in sync with svn | Pierre Schmitz | |
In addition to pkgver and pkgrel it is checked if pkgname is defined in the PKGBUILD. | |||
2010-09-11 | Fix check_pkgrepos | Pierre Schmitz | |
Don't use globing as this will match a package of the same version but another arch. We can be more specific here as there are no longer packages without $arch extension. | |||
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-11 | Fix check_repo_permission | Pierre Schmitz | |
2010-09-11 | Remove obsolete cron job | Pierre Schmitz | |
2010-09-11 | adding multilib-testing repository | Pierre Schmitz | |
2010-09-05 | Check if package exists in any other repository on update | Pierre Schmitz | |
This also checks if the sam package exists within the old package layout (without package pool) | |||
2010-09-05 | Fix updating of same package into different repositories at aonce | Pierre Schmitz | |
See FS#20745 |