From 976dfa610f77d4b9dd97bb169e79e91a5ec82977 Mon Sep 17 00:00:00 2001 From: Milan Hauth Date: Fri, 24 Nov 2023 08:40:19 +0100 Subject: [PATCH] up sync-git-mirrors.sh --- src/scripts/sync-git-mirrors.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/scripts/sync-git-mirrors.sh b/src/scripts/sync-git-mirrors.sh index 4a16fc3..d5bf28e 100755 --- a/src/scripts/sync-git-mirrors.sh +++ b/src/scripts/sync-git-mirrors.sh @@ -64,3 +64,12 @@ for remote in $(git remote show); do git push $remote $branches $opts || true git push $remote $branches $opts --tags || true done + +# codeberg.org has no automatic update like github pages +echo updating https://milahu.codeberg.page/alchi/ +git push codeberg.org master:pages + +# sourceforge.net has no automatic update like github pages +echo updating https://milahu-alchi.sourceforge.io/ +repo_root="$(dirname "$0")"/../.. +"$repo_root/src/scripts/sync-sourceforge-pages.sh"