Skip to content

Commit

Permalink
Merge pull request #526 from deneb-alpha/alpha2_default_tag
Browse files Browse the repository at this point in the history
Update the default pull tag to 5.1.0-alpha2
  • Loading branch information
deneb-alpha authored Jan 24, 2025
2 parents e14375f + e522c37 commit 63dd8e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions push.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/bash

# SPDX-FileCopyrightText: 2024 SUSE LLC
# SPDX-FileCopyrightText: 2025 SUSE LLC
#
# SPDX-License-Identifier: Apache-2.0

Expand All @@ -24,7 +24,7 @@ if [ "${OSCAPI}" == "https://api.suse.de" ]; then
esac

# Define the default tag to use
sed 's/^tag=%{!?_default_tag:latest}/tag=5.1.0-alpha1/' -i ${SRPM_PKG_DIR}/uyuni-tools.spec
sed 's/^tag=%{!?_default_tag:latest}/tag=5.1.0-alpha2/' -i ${SRPM_PKG_DIR}/uyuni-tools.spec

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

Expand Down

0 comments on commit 63dd8e1

Please sign in to comment.