From 60dbf10d93ad710ddf8b20f8ced19f7f54865ff2 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 2 Mar 2022 19:40:04 +0100 Subject: reenabled git for website checkins --- build-all | 8 ++++---- 1 file 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" -- cgit v1.2.3-54-g00ecf