merge-updates
Passed Started
by
@andrewsh

Andrej Shadura
1Running with gitlab-runner 16.1.0 (865283c5)2 on Lightweight runner on DO 3BQDZTfs, system ID: s_a30377c9ccd34Using Docker executor with image registry.gitlab.apertis.org/infrastructure/apertis-docker-images/v2025dev1-package-source-builder ...5Authenticating with credentials from job payload (GitLab Registry)6Pulling docker image registry.gitlab.apertis.org/infrastructure/apertis-docker-images/v2025dev1-package-source-builder ...7Using docker image sha256:5607fb46d0764b82ef1ae822d4b07720525233871ebdb6594cb6459bda253f2a for registry.gitlab.apertis.org/infrastructure/apertis-docker-images/v2025dev1-package-source-builder with digest registry.gitlab.apertis.org/infrastructure/apertis-docker-images/v2025dev1-package-source-builder@sha256:04120c74145dab6a165cc78fa1ee476cd4b11a7196c84d245303b2fec1bae865 ...9Running on runner-3bqdztfs-project-6971-concurrent-0 via runner-3bqdztfs-apertis-light-1705498225-8e018389...11Fetching changes...12Initialized empty Git repository in /builds/pkg/dwarf2sources/.git/13Created fresh repository.14Checking out e5ae12a8 as detached HEAD (ref is debian/unstable)...15Skipping Git submodules setup17Using docker image sha256:5607fb46d0764b82ef1ae822d4b07720525233871ebdb6594cb6459bda253f2a for registry.gitlab.apertis.org/infrastructure/apertis-docker-images/v2025dev1-package-source-builder with digest registry.gitlab.apertis.org/infrastructure/apertis-docker-images/v2025dev1-package-source-builder@sha256:04120c74145dab6a165cc78fa1ee476cd4b11a7196c84d245303b2fec1bae865 ...18$ mkdir -p .git/info19$ echo '* -text -eol -crlf -ident -filter -working-tree-encoding -export-subst' > .git/info/attributes20$ echo 'debian/changelog merge=dpkg-mergechangelogs' >> .git/info/attributes21$ if [ -f .gitattributes ] # collapsed multi-line command22$ command -v git && git reset --hard23/usr/bin/git24HEAD is now at e5ae12a Update the changelog25$ EXTRA_REPO_VERSION=${EXTRA_REPO_VERSION:-${CI_DEFAULT_BRANCH##$OSNAME/}}26$ if [ -n "${EXTRA_REPO_BASE_URL}" -a -n "${EXTRA_REPO_COMPONENTS}" ] # collapsed multi-line command27$ UPSTREAM_RELEASE=$(echo $CI_COMMIT_BRANCH | sed -E 's/-(security|updates|backports|proposed-updates)$//')28$ VAR_SUFFIX=$(echo $UPSTREAM_RELEASE | sed 's/\//_/g')29$ DOWNSTREAM_RELEASES_VAR=DOWNSTREAM_RELEASES_${VAR_SUFFIX}30$ AUTO_MERGE_ARG=""31$ if [ -z "$DOWNSTREAM_RELEASES" ] # collapsed multi-line command32$ if [ -z "$DOWNSTREAM_RELEASES" ] # collapsed multi-line command33$ if [ -z "${PKG_UPDATES_AUTOMERGE_DISABLED}" ] && [ -n "${PKG_UPDATES_AUTOMERGE}" ] # collapsed multi-line command34$ if [ -n "${REBASE_RANGE}" ] # collapsed multi-line command35$ apertis-pkg-merge-upstream-to-downstreams --osname=${OSNAME} --upstream=${UPSTREAM_RELEASE} --downstreams=${DOWNSTREAM_RELEASES} --stable=${STABLE_RELEASES} --local-version-suffix=${PKG_VERSION_SUFFIX} ${REBASE_RANGE_ARG} ${AUTO_MERGE_ARG} ${CI_AUTH_PROJECT_URL}36branch 'debian/unstable' set up to track 'origin/debian/unstable'.37Branch not set38No branch for downstream , skipping40Job succeeded