summaryrefslogtreecommitdiff
path: root/cron-jobs
AgeCommit message (Collapse)Author
2016-04-17Merge branch 'master' into lukeshu/xbsLuke Shumaker
# Conflicts: # config # cron-jobs/db-cleanup # db-check-nonfree # db-import-archlinux-any-to-ours # db-import-archlinux-pkg # db-import-archlinux-src # test/lib/common.inc # test/test.d/create-filelists.sh # test/test.d/db-update.sh # test/test.d/testing2x.sh
2016-04-17tidyLuke Shumaker
2016-04-17more config file cleanupLuke Shumaker
2016-04-17begone with db-libremessagesLuke Shumaker
2016-04-17Give things more consistent namesLuke Shumaker
2016-04-17remove editor backup fileLuke Shumaker
2015-09-26import changes from repoAndré Fabian Silva Delgado
2015-06-05Remove cron-jobs/sourceballs2.Luke Shumaker
It was "simpler" than cron-jobs/sourceballs because it iterated over the files in $SVNREPO directly, rather than getting the list from $FTP_BASE, and then getting the corresponding files from $SVNREPO. This fails with XBS because there is no single `abstree` path, there is one for each architecture.
2015-06-05Use XBS instead of the SVN/ABS grossness.Luke Shumaker
* config: drop SVNREPO * cron-jobs/sourceballs: Replace commented out SVN code and active ABS code with XBS code. The XBS code is fairly similar to the SVN code, the difference being that it uses `xbs releasepath` instead of `svn export`. * db-functions: - Rename check_pkgsvn to check_pkgxbs - check_pkgxbs: Drop the `svn export` bit, as `xbs releasepath` assumes that a working directory already exists. Replace the paths created by the `svn export` with calls to `xbs releasepath`. - check_splitpkgs: Drop the ABS `cp` -r bit, as `xbs releasepath` assumes that a working directory already exists. Replace the paths created by the `cp -r` with calls to `xbs releasepath`. Rename the variables and temporary files s/svn/xbs/ . * db-move: - First loop: Rename the variable svnrepo_from to xbsrepo_from, and get the value from `xbs releasepath`. - Second loop: Run `xbs move` before the inner loop to get a list of architectures. Rename the variable `svnrepo_from` to `xbsrepo_to`, and get the value for it from `xbs releasepath`. Because xbs guarantees that the PKGBUILD exists for the architectures listed, replace the check for whether the PKGBUILD exists with `if true`, to keep merging easy (as opposed to removing the if, and de-indenting the whole thing). * db-remove: Get the location of the PKGBUILD from `xbs releasepath`, call `xbs unrelease`, and adjust a message to use `xbs name` and mention the appropriate repo/arch pair.
2015-05-25Merge branch 'lukeshu/cleanup' into lukeshu/xbsLuke Shumaker
# Conflicts: # abslibre # config # cron-jobs/repo-sanity-check # db-remove # db-sync.conf
2015-05-25Remove pointless differences from Arch LinuxLuke Shumaker
2015-05-25Handle empty things (from Arch Linux)Luke Shumaker
2015-05-25Clean up shebangsLuke Shumaker
2015-05-25repo-sanity-check: expand on the comment at the top.Luke Shumaker
2015-05-25cron-jobs/update-abs-tarballs: Remove; everything is on the same server now.Luke Shumaker
It just ran `rsync` to sync things between servers.
2015-05-17Merge branch 'master' into lukeshu/xbsLuke Shumaker
2014-10-03Fixed typo in commentsJoseph Graham
2014-09-30Fix make_repo_torrents for the new server.Michał Masłowski
2014-07-27fixed loads of mistakes I makeJoseph Graham
2014-07-27Dividing make_repo_torrents into two scripts, one to make the actual torrent ↵Joseph Graham
and a wrapper to find any updated packages and call the first script for each...
2014-07-26make_repo_torrents: load the location from the common config fileLuke Shumaker
2014-07-26Merge pacman2pacman_server_sideLuke Shumaker
2014-06-29Added an additional tracker.Joseph Graham
2014-06-24fooLuke Shumaker
2014-06-18clean up configLuke Shumaker
2014-06-18sourceballs: fix quoted arrayLuke Shumaker
2014-06-18rm cron-jobs/repo-sanity-checkLuke Shumaker
This was the last program using SVNREPO. Also, I want to do better than this.
2014-06-18clean up cron-jobs/sourceballs*Luke Shumaker
2014-06-18sourceballs: Only show makepkg output on errors.Luke Shumaker
Also, set SRCPKGDEST.
2014-06-18remove extra whitespaceLuke Shumaker
2014-06-18sourceballs: (from Arch): create the workdir with mode 0770Luke Shumaker
2014-06-18cron-jobs/repo-sanity-check: re-arrange redirectorys to be more clearLuke Shumaker
2014-06-18silly whitespace and similar fidlingLuke Shumaker
2014-06-18use mv_aclLuke Shumaker
2014-06-18Merge branch 'master' into lukeshu/xbsLuke 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-18Use 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-18Clean up quoting.Luke Shumaker
2014-06-18use tab indentLuke Shumaker
2014-06-18use tab indentLuke Shumaker
2014-06-18The eval+printf %q thing wasn't worth the hard-to-read codeLuke Shumaker
2014-06-18cron-jobs/update-abs-tarbals: quote, remove unnescessary exitLuke Shumaker
2014-06-18use += when possibleLuke Shumaker
2014-06-18Use printf-formatters when possible (incomplete)Luke Shumaker
2014-06-17Merge branch 'master' into lukeshu/xbsLuke Shumaker
Conflicts: cron-jobs/update-web-db
2014-06-17remove more scripts that I know to be obsoleteLuke Shumaker
2014-06-17more quoting fixesLuke Shumaker
2014-06-17cron-jobs/repo-sanity-check: clean upLuke Shumaker
2014-06-17touch up a bunch of quotingLuke Shumaker
2014-06-17sourceballs2, db-check-nonfree: quote and tab-indentLuke Shumaker
2014-06-17cron-jobs/ftpdir-cleanup: remove old /any/ cleanup codeLuke Shumaker