index : releng | |
Archlinux32 release engineering | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-03-02 19:40:04 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-03-02 19:40:04 +0100 |
commit | 60dbf10d93ad710ddf8b20f8ced19f7f54865ff2 (patch) | |
tree | 1852a4ddc504f957bf43df6c6570c920b19daa13 | |
parent | 1c6c44cbb7a5bc883b57c2a89edf43521c64955e (diff) |
-rwxr-xr-x | build-all | 8 |
@@ -203,8 +203,8 @@ fi # update web page for isos and download mirrors echo "Updating website.." -#~ git -C "${WEBSITE_DIR}" reset --hard -#~ git -C "${WEBSITE_DIR}" pull --ff-only +git -C "${WEBSITE_DIR}" reset --hard +git -C "${WEBSITE_DIR}" pull --ff-only "${base_dir}/update-website" \ --website-dir="${WEBSITE_DIR}" \ --mirror-dir="${MIRROR_DIR}" \ @@ -213,8 +213,8 @@ echo "Updating website.." --update-mirrors \ --torrent-seed="https://pool.mirror.archlinux32.org/archisos/archlinux32-${DATE}-${ARCH}.iso.torrent" \ --magnet-link="${magnet_link}" -#~ git -C "${WEBSITE_DIR}" commit 'download/index.html' -m 'download/index.html: new isos ('"${DATE}"')' -#~ git -C "${WEBSITE_DIR}" push +git -C "${WEBSITE_DIR}" commit 'download/index.html' -m 'download/index.html: new isos ('"${DATE}"')' +git -C "${WEBSITE_DIR}" push # when did we last updates the date +%s > "${ARCHISOS_DIR}/lastupdate" |