From c00913879e702efd42de3ca72b7140e004ab8208 Mon Sep 17 00:00:00 2001 From: mickael e Date: Fri, 15 Feb 2019 12:13:30 -0500 Subject: [PATCH] Fix update_version.sh use `+` instead of `-` to separate distribution in securedrop-app-code versiob --- update_version.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update_version.sh b/update_version.sh index d4208c13df..d770e0e77f 100755 --- a/update_version.sh +++ b/update_version.sh @@ -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