diff options
Diffstat (limited to 'build-isos')
-rwxr-xr-x | build-isos | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -66,10 +66,13 @@ case "$(hostname -s)" in printf '%s.torrent\n' ${isos} ) feed_dual.rss feed_i686.rss "${destination}/" + git -C "${base_dir}/../archweb32" pull --ff-only "${base_dir}/update-website" \ --torrent-seed-i686 "https://pool.mirror.archlinux32.org/archisos/archlinux-${date}-i686.iso.torrent" \ --torrent-seed-dual "https://pool.mirror.archlinux32.org/archisos/archlinux-${date}-dual.iso.torrent" \ --update-iso + git -C "${base_dir}/../archweb32" commit 'download/index.html' -m 'download/index.html: new isos ('"${date}"')' + git -C "${base_dir}/../archweb32" push echo '... done.' ;; |