0
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2025-06-30 22:18:19 -04:00

add info where we upload the sources on OBS....

This commit is contained in:
Stephan Jauernick 2025-01-28 00:24:57 +01:00
parent 53aa157cd8
commit 233f68271b
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ GIT_COMMIT=`git rev-parse HEAD`
# By default: use multimedia:xiph (or OBS_BASE_PROJECT) for releases
# multimedia:xiph:nightly-master for master branch nightlies
# multimedia:xiph:nightly-devel for devel branch nightlies
OBS_WEB_PREFIX=https://build.opensuse.org/project/show/
OBS_BASE_PROJECT=${OBS_BASE_PROJECT:-multimedia:xiph}
OBS_BASE_NIGHTLY_MASTER="${OBS_BASE_PROJECT}:nightly-master"
OBS_BASE_NIGHTLY_DEVEL="${OBS_BASE_PROJECT}:nightly-devel"

View File

@ -36,6 +36,7 @@ export SOURCE=$PWD
# For each project on OBS
for OBS_BASE in $OBS_BASES; do
printf '\n\nUploading to %s%s\n\n' "$OBS_WEB_PREFIX" "$OBS_BASE"
# Create a temp dir for our upload, clean it up
export OSC_TMP=osc_tmp-$OBS_BASE
rm -rf "$OSC_TMP"