Skip to content
Snippets Groups Projects
Commit bb505431 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Debian 12 changes | refs #38022

parent d8f45128
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ workflow:
debian_build:
stage: debian_build
image: registry.ubicast.net/sys/debian-packaging-helper:bullseye
image: registry.ubicast.net/sys/debian-packaging-helper:bookworm
rules:
- if: '$CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "web"'
when: on_success
......@@ -32,7 +32,7 @@ debian_build:
debian_upload:
stage: debian_upload
needs: ["debian_build"]
image: registry.ubicast.net/sys/debian-packaging-helper:bullseye
image: registry.ubicast.net/sys/debian-packaging-helper:bookworm
rules:
# Upload .deb only when branch is default branch (= main)
- if: '($CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "web") && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
......
......@@ -2,7 +2,7 @@
debian_build:
docker run --rm -v "${CURDIR}:/opt/src" \
-e "GITLAB_TOKEN=${GITLAB_TOKEN}" \
registry.ubicast.net/sys/debian-packaging-helper:bullseye \
registry.ubicast.net/sys/debian-packaging-helper:bookworm \
make debian_build_local
debian_build_local:
......@@ -11,7 +11,7 @@ debian_build_local:
debian_upload:
docker run --rm -v "${CURDIR}:/opt/src" \
-e "DEB2MM_API_KEY=${DEB2MM_API_KEY}" \
registry.ubicast.net/sys/debian-packaging-helper:bullseye \
registry.ubicast.net/sys/debian-packaging-helper:bookworm \
make debian_upload_local
debian_upload_local:
......@@ -19,5 +19,5 @@ debian_upload_local:
debian_shell:
docker run --rm -it -v "${CURDIR}:/opt/src" \
registry.ubicast.net/sys/debian-packaging-helper:bullseye \
registry.ubicast.net/sys/debian-packaging-helper:bookworm \
/bin/bash
......@@ -2,9 +2,9 @@
# PACKAGE INFORMATION
# name is set in debian/control
version='6.0-deb11'
version='6.0-deb12'
# PACKAGE UPLOAD TO MIRIMANAGER INFORMATION
# mm_api_key is set in environment variable DEB2MM_API_KEY
mm_project='nudgis'
mm_branch='ng_unstable/bullseye'
mm_branch='ng_unstable/bookworm'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment