Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-03-02 19:40:04 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-03-02 19:40:04 +0100
commit60dbf10d93ad710ddf8b20f8ced19f7f54865ff2 (patch)
tree1852a4ddc504f957bf43df6c6570c920b19daa13
parent1c6c44cbb7a5bc883b57c2a89edf43521c64955e (diff)
reenabled git for website checkins
-rwxr-xr-xbuild-all8
1 files changed, 4 insertions, 4 deletions
diff --git a/build-all b/build-all
index ba4b725..dd647d3 100755
--- a/build-all
+++ b/build-all
@@ -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"