Skip to content

Commit a455905

Browse files
committed
CI: Add Ubuntu Plucky Puffin to the publishing script
1 parent 5a12037 commit a455905

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

gitlab-ci/publish_deb.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,12 @@ fi
2525
EOS_CODENAME="diopside"
2626
STCI_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

0 commit comments

Comments
 (0)