File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525EOS_CODENAME=" diopside"
2626STCI_ROOT_PATH=" /eos/project/s/storage-ci/www/debian"
2727
28- for RELEASE in " jammy" " noble" " noble-arm" ; do
28+ for RELEASE in " jammy" " noble" " noble-arm" " plucky " ; do
2929 if [ -d ./ubuntu-${RELEASE} ]; then
3030 EXPORT_REPO=" ${STCI_ROOT_PATH} /eos/${EOS_CODENAME} "
3131 RELEASE_LTS=" $( echo ${RELEASE} | cut -d ' -' -f1) "
3232 mkdir -p ${EXPORT_REPO} /pool/${RELEASE_LTS} /${BUILD_TYPE} /e/eos/ || true
33- echo " info: Publishing for: ${RELEASE} in location: ${EXPORT_REPO} "
34-
33+ echo " info: Publishing for: ${RELEASE} in location: ${EXPORT_REPO} /pool/${RELEASE_LTS} /${BUILD_TYPE} /e/eos/"
3534
3635 if ! reprepro -C ${RELEASE_LTS} /${BUILD_TYPE} -Vb ${EXPORT_REPO} includedeb ${RELEASE_LTS} ./ubuntu-${RELEASE} /* .deb; then
3736 # Delete offending package and retry
You can’t perform that action at this time.
0 commit comments