forked from IPKM/nmreval
changed the repository path
This commit is contained in:
parent
626804783e
commit
60c93f6bc9
@ -87,6 +87,6 @@ AppDir:
|
|||||||
command: ./AppRun
|
command: ./AppRun
|
||||||
|
|
||||||
AppImage:
|
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
|
sign-key: 976AC9D78688B628B00D4944D319B98C2D6CE5D3
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
|
@ -4,7 +4,7 @@ if [ -z ${GO_PIPELINE_LABEL} ]; then
|
|||||||
else
|
else
|
||||||
APPIMAGE=NMReval-${GO_PIPELINE_LABEL}-x86_64.AppImage
|
APPIMAGE=NMReval-${GO_PIPELINE_LABEL}-x86_64.AppImage
|
||||||
ZSYNC=NMReval-${GO_PIPELINE_LABEL}-x86_64.AppImage.zsync
|
ZSYNC=NMReval-${GO_PIPELINE_LABEL}-x86_64.AppImage.zsync
|
||||||
GITEA_OWNER=IPKM-Public
|
GITEA_OWNER=IPKM
|
||||||
#
|
#
|
||||||
# AppImage
|
# AppImage
|
||||||
#
|
#
|
||||||
@ -14,11 +14,11 @@ else
|
|||||||
https://gitea.pkm.physik.tu-darmstadt.de/api/packages/${GITEA_OWNER}/generic/NMReval/${GO_PIPELINE_LABEL}/$APPIMAGE
|
https://gitea.pkm.physik.tu-darmstadt.de/api/packages/${GITEA_OWNER}/generic/NMReval/${GO_PIPELINE_LABEL}/$APPIMAGE
|
||||||
# latest
|
# latest
|
||||||
curl --user ${gitea_user}:${gitea_token} --delete \
|
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} \
|
curl --user ${gitea_user}:${gitea_token} \
|
||||||
--upload-file $APPIMAGE \
|
--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
|
# zsync files
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user