From 60c93f6bc9ccebe52458385c45d22fb09f868091 Mon Sep 17 00:00:00 2001 From: Markus Rosenstihl Date: Mon, 6 Feb 2023 20:38:04 +0100 Subject: [PATCH] changed the repository path --- AppImageBuilder.yml | 2 +- tools/upload_gitea.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AppImageBuilder.yml b/AppImageBuilder.yml index 862f20a..d03d728 100644 --- a/AppImageBuilder.yml +++ b/AppImageBuilder.yml @@ -87,6 +87,6 @@ AppDir: command: ./AppRun AppImage: - update-information: 'zsync|https://gitea.pkm.physik.tu-darmstadt.de/api/packages/IPKM-Public/generic/NMReval/latest/NMReval-latest-x86_64.Appimage.zsync' + update-information: 'zsync|https://gitea.pkm.physik.tu-darmstadt.de/api/packages/IPKM/generic/NMReval/latest/NMReval-latest-x86_64.Appimage.zsync' sign-key: 976AC9D78688B628B00D4944D319B98C2D6CE5D3 arch: x86_64 diff --git a/tools/upload_gitea.sh b/tools/upload_gitea.sh index a19421e..80401d1 100755 --- a/tools/upload_gitea.sh +++ b/tools/upload_gitea.sh @@ -4,7 +4,7 @@ if [ -z ${GO_PIPELINE_LABEL} ]; then else APPIMAGE=NMReval-${GO_PIPELINE_LABEL}-x86_64.AppImage ZSYNC=NMReval-${GO_PIPELINE_LABEL}-x86_64.AppImage.zsync - GITEA_OWNER=IPKM-Public + GITEA_OWNER=IPKM # # AppImage # @@ -14,11 +14,11 @@ else https://gitea.pkm.physik.tu-darmstadt.de/api/packages/${GITEA_OWNER}/generic/NMReval/${GO_PIPELINE_LABEL}/$APPIMAGE # latest curl --user ${gitea_user}:${gitea_token} --delete \ - https://gitea.pkm.physik.tu-darmstadt.de/api/packages/${GITEA_OWNER}/generic/NMReval/latest/NMReval-latest-x86_64.Appimage + https://gitea.pkm.physik.tu-darmstadt.de/api/packages/${GITEA_OWNER}/generic/NMReval-latest/NMReval-latest-x86_64.Appimage curl --user ${gitea_user}:${gitea_token} \ --upload-file $APPIMAGE \ - https://gitea.pkm.physik.tu-darmstadt.de/api/packages/${GITEA_OWNER}/generic/NMReval/latest/NMReval-latest-x86_64.Appimage + https://gitea.pkm.physik.tu-darmstadt.de/api/packages/${GITEA_OWNER}/generic/NMReval-latest/NMReval-latest-x86_64.Appimage # # zsync files #