Skip to content
Snippets Groups Projects

changed the mytag8s with mytag9al

Merged Zeynep Ozturk requested to merge LOS-1282 into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -13,8 +13,8 @@ build_mydud:
# Use xorriso to extract ISO instead of mounting, which requires privileged runners
- yum install python3-koji-cli-plugins xorriso -y
# Build it. It has to be a non-scratch build or you cannot download the output through the client, only web
- echo -e "\e[1m\e[32mkoji -p ${_KOJI_PROFILE} dud-build mytag8s --scmurl=git+https://gitlab.cern.ch/linuxsupport/mydud.git#master mydud 1 myrpm\e[0m"
- koji -p ${_KOJI_PROFILE} dud-build mytag8s --scmurl=git+https://gitlab.cern.ch/linuxsupport/mydud.git#master mydud 1 myrpm | tee taskid
- echo -e "\e[1m\e[32mkoji -p ${_KOJI_PROFILE} dud-build mytag9al --scmurl=git+https://gitlab.cern.ch/linuxsupport/mydud.git#master mydud 1 myrpm\e[0m"
- koji -p ${_KOJI_PROFILE} dud-build mytag9al --scmurl=git+https://gitlab.cern.ch/linuxsupport/mydud.git#master mydud 1 myrpm | tee taskid
- export TASKID=$(sed -z -e 's/.*Created task:\ \([0-9]\+\).*/\1/g' taskid)
# Get the build ID to be able to download the output ISO
- koji -p ${_KOJI_PROFILE} taskinfo $TASKID | tee buildid
Loading