Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-25 | Remove pointless differences from Arch Linux | Luke Shumaker | |
2015-05-25 | Handle empty things (from Arch Linux) | Luke Shumaker | |
2014-06-18 | sourceballs: fix quoted array | Luke Shumaker | |
2014-06-18 | clean up cron-jobs/sourceballs* | Luke Shumaker | |
2014-06-18 | Merge branch 'master' into lukeshu/xbs | Luke Shumaker | |
Conflicts: any-to-ours create-repo cron-jobs/ftpdir-cleanup cron-jobs/repo-sanity-check cron-jobs/sourceballs cron-jobs/sourceballs2 db-check-nonfree db-cleanup db-functions db-move db-remove db-sync db-update libremessages testing2x | |||
2014-06-18 | Use printf formatters instead of string interpolation. | Luke Shumaker | |
I used this command to find them: egrep -r --exclude-dir={test,.git} '(plain|msg|msg2|warning|error|stat_busy|stat_done|abort|die)\s+"?[^"]*\$' | |||
2014-06-18 | Clean up quoting. | Luke Shumaker | |
2014-06-18 | use += when possible | Luke Shumaker | |
2014-06-18 | Use printf-formatters when possible (incomplete) | Luke Shumaker | |
2014-06-17 | touch up a bunch of quoting | Luke Shumaker | |
2014-01-16 | Merge branch 'master' into cleanup | Luke Shumaker | |
Conflicts: cron-jobs/ftpdir-cleanup cron-jobs/sourceballs db-functions db-move db-remove db-sync db-update get-repos local_config testing2x yf-update | |||
2014-01-08 | Fix some array quoting. | Luke Shumaker | |
2014-01-08 | Normalize to load config then local_config then db-functions | Luke Shumaker | |
2014-01-08 | fix comments, indentation | Luke Shumaker | |
2014-01-08 | Get rid of $ARCH_BASE; these days it is the same as $FTP_BASE | Luke Shumaker | |
2014-01-08 | Be very careful about using $0. | Luke Shumaker | |
2014-01-08 | Fix some array quoting. | Luke Shumaker | |
2013-12-31 | clean up | Luke Shumaker | |
2013-12-31 | Merge branch 'cleanup' into master-merge | Luke Shumaker | |
Conflicts: config cron-jobs/sourceballs db-functions db-move db-remove db-update | |||
2013-12-31 | `readlink -e` all "$0"s | Luke Shumaker | |
2013-12-31 | Merge branch 'arch' into cleanup3 | Luke Shumaker | |
2013-11-02 | sourceballs: fix ACL issues on nymeria | Jan Alexander Steffens (heftig) | |
ACLs from the WORKDIR were used, leading to problems as these weren't world-readable. Fix follows ftpdir-cleanup. Signed-off-by: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2013-06-18 | use /etc/makepkg.conf for sourceballs | Luke Shumaker | |
2013-06-17 | touch up | Luke Shumaker | |
2013-06-17 | use xbs, not svn | Luke Shumaker | |
2012-11-25 | Fix sourceballs permissions | Pierre Schmitz | |
2012-10-27 | Add the possibility to run all svn commands with a different user | Pierre Schmitz | |
* A SVNUSER can be configured in the config file * This user needs to be able to call svn without a password | |||
2012-06-10 | Use our own copy of makepkg.conf instead of depending on the host one | Pierre Schmitz | |
2012-04-29 | Source the config before the functions as the latter references the former | Pierre Schmitz | |
2012-03-07 | sourceballs: If ALLOWED_LICENSES is empty create source packages for every ↵ | Pierre Schmitz | |
package | |||
2012-02-19 | Do not check source gpg signatures | Pierre Schmitz | |
2012-02-19 | Sourceballs: Output details if fetching the sources failed | Pierre Schmitz | |
2011-02-20 | Merge branch 'master' of http://projects.parabolagnulinux.org/dbscripts | Parabola | |
Conflicts: db-functions | |||
2011-02-20 | sourceballs | Parabola | |
2011-02-20 | Changes to sourceball everything | Nicolás Reynolds | |
2011-02-18 | First stab at sourceballing everything | Nicolás Reynolds | |
2011-01-30 | Make sure to only remove package files from the cleanup dirs | Pierre Schmitz | |
2010-12-18 | Remove old files from the cleanup dirs | Pierre Schmitz | |
2010-12-18 | Touch old packages after moving them to the cleanup dirs | Pierre Schmitz | |
This updates the mtime of those files and will help us to remove them later. | |||
2010-11-25 | sourceballs: be nice | Pierre Schmitz | |
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-21 | sourceballs: Of course sort does only operate on lines | 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-20 | sourceballs: Lock the repo while reading the db file | Pierre Schmitz | |