Skip to content

Commit

Permalink
Merge pull request #56 from regolith-linux/no-bash-debug
Browse files Browse the repository at this point in the history
feat: don't run debian extension in debug mode by default
  • Loading branch information
khos2ow authored Jan 17, 2025
2 parents 6fccc79 + 1b86113 commit 82ecbb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/ext-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -o errexit

# Update the changelog to specify the target distribution codename
update_changelog() {
set -x
# set -x
cd "${PKG_BUILD_PATH:?}/$PACKAGE_NAME"
version=$(dpkg-parsechangelog --show-field Version)
dch --force-distribution --distribution "$CODENAME" --newversion "${version}-1regolith-$CODENAME" "Automated Voulage release"
Expand Down

0 comments on commit 82ecbb2

Please sign in to comment.