Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-24 | foo | Luke Shumaker | |
2014-06-18 | clean up config | Luke Shumaker | |
2014-06-18 | sourceballs: fix quoted array | Luke Shumaker | |
2014-06-18 | rm cron-jobs/repo-sanity-check | Luke Shumaker | |
This was the last program using SVNREPO. Also, I want to do better than this. | |||
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 tab indent | Luke Shumaker | |
2014-06-18 | use tab indent | Luke Shumaker | |
2014-06-18 | The eval+printf %q thing wasn't worth the hard-to-read code | Luke Shumaker | |
2014-06-18 | cron-jobs/update-abs-tarbals: quote, remove unnescessary exit | Luke Shumaker | |
2014-06-18 | use += when possible | Luke Shumaker | |
2014-06-18 | Use printf-formatters when possible (incomplete) | Luke Shumaker | |
2014-06-17 | Merge branch 'master' into lukeshu/xbs | Luke Shumaker | |
Conflicts: cron-jobs/update-web-db | |||
2014-06-17 | remove more scripts that I know to be obsolete | Luke Shumaker | |
2014-06-17 | more quoting fixes | Luke Shumaker | |
2014-06-17 | cron-jobs/repo-sanity-check: clean up | Luke Shumaker | |
2014-06-17 | touch up a bunch of quoting | Luke Shumaker | |
2014-06-17 | sourceballs2, db-check-nonfree: quote and tab-indent | Luke Shumaker | |
2014-06-17 | cron-jobs/ftpdir-cleanup: remove old /any/ cleanup code | 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 | Avoid using $(basename $var) , use ${var##*/} instead | Luke Shumaker | |
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 | repo-sanity-check: take advantage of printf | Luke Shumaker | |
2014-01-08 | Fix some array quoting. | Luke Shumaker | |
2014-01-08 | Normalize to load ./config before loading ./db-functions | Luke Shumaker | |
2013-12-31 | use `readlink -e` on $0 | Luke Shumaker | |
2013-12-31 | get rid of $ARCH_BASE | 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-08-26 | removed unnecessary code | Icarious | |
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 | |
2013-01-20 | ftpdir-cleanup: fix ACL issues on nymeria | Florian Pritz | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
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-11 | Reduce output when downloading sources | Pierre Schmitz | |
2012-06-10 | Use our own copy of makepkg.conf instead of depending on the host one | Pierre Schmitz | |
2012-06-10 | Remove support for packages in legacy $repo/os/any directories | Pierre Schmitz | |
2012-04-29 | Source the config before the functions as the latter references the former | Pierre Schmitz | |
2012-03-07 | Update sourceballs.skip | Pierre Schmitz | |