Skip to content

Commit

Permalink
Merge pull request #228 from deneb-alpha/bump_beta_version_to_beta2
Browse files Browse the repository at this point in the history
Bump default tag to 5.0.0-beta2 in IBS (#228)
  • Loading branch information
deneb-alpha authored Apr 2, 2024
2 parents 3273c4e + 03366f1 commit fe5677a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ PKG_NAME=$3
SRPM_PKG_DIR=$(dirname "$0")

if [ "${OSCAPI}" == "https://api.suse.de" ]; then
sed 's/^tag=%{!?_default_tag:latest}/tag=5.0.0-beta1/' -i ${SRPM_PKG_DIR}/uyuni-tools.spec
sed 's/^tag=%{!?_default_tag:latest}/tag=5.0.0-beta2/' -i ${SRPM_PKG_DIR}/uyuni-tools.spec
sed "s/namespace='%{_default_namespace}'/namespace='%{_default_namespace}\/%{_arch}'/" -i ${SRPM_PKG_DIR}/uyuni-tools.spec
fi

0 comments on commit fe5677a

Please sign in to comment.