Skip to content

Commit

Permalink
Merge pull request #4145 from freedomofpress/4144-deb-filename-fix
Browse files Browse the repository at this point in the history
Update update_version.sh
  • Loading branch information
redshiftzero committed Feb 15, 2019
2 parents 74ae12d + c009138 commit 06c3333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ export DEBEMAIL="${DEBEMAIL:-securedrop@freedom.press}"
export DEBFULLNAME="${DEBFULLNAME:-SecureDrop Team}"

# Update the changelog in the Debian package
dch -b -v "${NEW_VERSION}-trusty" -D trusty -c install_files/ansible-base/roles/build-securedrop-app-code-deb-pkg/files/changelog-trusty
dch -b -v "${NEW_VERSION}-xenial" -D xenial -c install_files/ansible-base/roles/build-securedrop-app-code-deb-pkg/files/changelog-xenial
dch -b -v "${NEW_VERSION}+trusty" -D trusty -c install_files/ansible-base/roles/build-securedrop-app-code-deb-pkg/files/changelog-trusty
dch -b -v "${NEW_VERSION}+xenial" -D xenial -c install_files/ansible-base/roles/build-securedrop-app-code-deb-pkg/files/changelog-xenial
# Commit the change
# Due to `set -e`, providing an empty commit message here will cause the script to abort early.
git commit -a
Expand Down

0 comments on commit 06c3333

Please sign in to comment.