Skip to content
Snippets Groups Projects

Random tweaks to sync-from-debian

Merged Evangelos Ribeiro Tzaras requested to merge sfd-tweaks into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -216,7 +216,7 @@ function release()
local DIST
local VERSION
gbp dch --debian-branch="rel-${PHOSH_UNDERSCORE_VERSION}" --local=pureos --distribution="${PUREOS_DIST}" -R -a --dch-opt=--force-distribution -- debian/
gbp dch --debian-branch="rel-${PHOSH_UNDERSCORE_VERSION}" --git-author --local=pureos --distribution="${PUREOS_DIST}" -R -a --dch-opt=--force-distribution -- debian/
dch -a "Upload to ${PUREOS_DIST}"
DIST="$(dpkg-parsechangelog | awk "/^Distribution:/{ print \$2; }")"
Loading