Skip to content

Commit 09884c3

Browse files
authored
Merge pull request #798 from uyuni-project/change-tag-to-rc
change push tag to rc
2 parents cfb4c0e + ee75b76 commit 09884c3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if [ "${PRODUCT}" == "MLM" ]; then
2727
esac
2828

2929
# Define the default tag to use
30-
sed 's/^tag=%{!?_default_tag:latest}/tag=5.2.0-beta2/' -i ${SRPM_PKG_DIR}/uyuni-tools.spec
30+
sed 's/^tag=%{!?_default_tag:latest}/tag=5.2.0-rc/' -i ${SRPM_PKG_DIR}/uyuni-tools.spec
3131

3232
sed "s/namespace='%{_default_namespace}'/namespace='%{_default_namespace}\/%{_arch}'/" -i ${SRPM_PKG_DIR}/uyuni-tools.spec
3333

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Change default tag to 5.2.0-rc

0 commit comments

Comments
 (0)