Skip to content

Commit 626fdc6

Browse files
committed
continuous desc: change URLs of archive/alt-builds
moved to different location Also the new link is a shortcut so it may be re-pointed latter elsewhere.
1 parent 5a10182 commit 626fdc6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/scripts/create_release.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ dir=$(dirname "$0")
1313
# shellcheck source=/dev/null
1414
. "$dir/json-common.sh"
1515

16+
ug_nightly_archive_url=https://ces.net/UGNightlyArchive
17+
ug_alt_builds_url=https://ces.net/UGAltBuilds
18+
1619
# Joins line that starts with space to previous:
1720
# https://www.gnu.org/software/sed/manual/html_node/Joining-lines.html
1821
MERG_LN=':a ; $!N ; s/\n\s+/ / ; ta ; P ; D'
@@ -34,9 +37,9 @@ if [ "$VERSION" = continuous ]; then
3437
TITLE='continuous builds'
3538
SUMMARY="Current builds from Git master branch. macOS alternative\
3639
build is rebuilt daily, Linux ARM builds weekly. Archived builds can be\
37-
found [here](https://frakira.fi.muni.cz/~xpulec/ug-nightly-archive/),\
40+
found [here]($ug_nightly_archive_url),\
3841
additional alternative builds\
39-
[here](https://frakira.fi.muni.cz/~xpulec/ug-alt-builds/)."
42+
[here]($ug_alt_builds_url)."
4043
PRERELEASE=true
4144
else
4245
TITLE="UltraGrid $VERSION"

0 commit comments

Comments
 (0)