Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-29 | Added an additional tracker. | Joseph Graham | |
2014-06-25 | revert changes on config | André Fabian Silva Delgado | |
* fix package extension on PKGEXT variable, because it's generating a bug (e.g. "ERROR Package... already exists in another repository") on all the packages that are being uploaded to the staging folder. | |||
2014-06-24 | db-update: get the list of repos the same way as upstream Arch | Luke Shumaker | |
The largest advantage of this is that it implicitly ignores directories we don't want to consider repos. | |||
2014-06-24 | foo | Luke Shumaker | |
2014-06-18 | Merge branch 'master' into lukeshu/xbs | Luke Shumaker | |
2014-06-18 | db-move: fix some quoting | Luke Shumaker | |
2014-06-18 | Remove useless README | Luke Shumaker | |
2014-06-18 | cleanup: | Luke Shumaker | |
- move some config into config.local.* - `mv createrepos db-init` - `mv {,db-}check-package-libraries.py` - `mv `list_nonfree_in_db.py db-list-nonfree.py` - `rm abslibre`: To be replaced by XBS+update abs tarballs script - `rm create-repo mkrepo`: Both did the same thing, just fancy `mkdir` - `rm `testing2x`: Just use db-move. | |||
2014-06-18 | remove db-cleanup in favor of ftpdir-cleanup | 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 | Remove db-sync and friends. Simplify the config accordingly | Luke Shumaker | |
2014-06-18 | Merge branch 'master' into lukeshu/xbs | Luke Shumaker | |
2014-06-18 | db-move: Remove code to handle the pre-pkgpool days. | Luke Shumaker | |
2014-06-18 | db-functions: update ${FTP_DIR}/lastupdate when we modify the repo. | Luke Shumaker | |
Of course, this only works for things that use db-functions, so db-sync won't touch it. | |||
2014-06-18 | sourceballs: Only show makepkg output on errors. | Luke Shumaker | |
Also, set SRCPKGDEST. | |||
2014-06-18 | remove extra whitespace | Luke Shumaker | |
2014-06-18 | Merge branch 'master' into lukeshu/xbs | Luke Shumaker | |
Conflicts: cron-jobs/sourceballs db-functions | |||
2014-06-18 | oops | Luke Shumaker | |
2014-06-18 | db-funtions:check_splitpkgs(): use printf instead of a loop | Luke Shumaker | |
2014-06-18 | sourceballs: (from Arch): create the workdir with mode 0770 | Luke Shumaker | |
2014-06-18 | cron-jobs/repo-sanity-check: re-arrange redirectorys to be more clear | Luke Shumaker | |
2014-06-18 | db-cleanup: delete symlinks in one pass | Luke Shumaker | |
2014-06-18 | db-cleanup: clarify message | Luke Shumaker | |
2014-06-18 | db-cleanup: obey TMPDIR | Luke Shumaker | |
2014-06-18 | more quoting fixes | Luke Shumaker | |
2014-06-18 | db-functions:check_repo_permissions: ARCHES is an array | Luke Shumaker | |
2014-06-18 | oops | Luke Shumaker | |
2014-06-18 | silly whitespace and similar fidling | Luke Shumaker | |
2014-06-18 | use mv_acl | 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 | create-repo: get rid of old staging logic | Luke Shumaker | |
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 | More quoting fixes | Luke Shumaker | |
2014-06-18 | use abort() and die() from librelib | Luke Shumaker | |
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 | more quoting an printf fixes | Luke Shumaker | |
2014-06-18 | The eval+printf %q thing wasn't worth the hard-to-read code | Luke Shumaker | |
2014-06-18 | db-functions: line repetitive things up | Luke Shumaker | |
2014-06-18 | Remember commit fb93f14? Use librelib instead. | Luke Shumaker | |
2014-06-18 | more quoting and printf fixes | 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-18 | db-cleanup: fix dryrun support, and obey TMPDIR | Luke Shumaker | |
2014-06-17 | Merge branch 'master' into lukeshu/xbs | Luke Shumaker | |
Conflicts: cron-jobs/update-web-db |