Skip to content

Commit

Permalink
utils/upload_kalkun_deps_to_ppa.sh: build source package when on a su…
Browse files Browse the repository at this point in the history
…ite-specific branch

Otherwise, the required .dsc file will not be present.
  • Loading branch information
tenzap committed Feb 3, 2025
1 parent f69fab1 commit 2783a8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/upload_kalkun_deps_to_ppa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ for suite in "${distribs[@]}"; do
fi
git checkout -f
gbp export-orig
dpkg-buildpackage -d -S --sign-key="$KEY_ID"
else
git checkout -f bpp_general
DCH_DISTRIB=$(git show "$ORIGINAL_BRANCH":debian/changelog | dpkg-parsechangelog -l - -S Distribution)
Expand Down

0 comments on commit 2783a8c

Please sign in to comment.