aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/release5
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/release b/scripts/release
index 04611bc..dfa6b4b 100755
--- a/scripts/release
+++ b/scripts/release
@@ -38,10 +38,9 @@ if ! dpkg-parsechangelog | grep -q "New upstream release."; then
exit 1
fi
-msg="release Consfigurator $version (-1 to Debian experimental)"
+msg="release Consfigurator $version (-1 to Debian unstable)"
git commit -s -m"$msg" -- $changed_files
git tag -s -m"$msg" v$version
git deborig
-# need to pass -d here while we're uploading to experimental
-dgit sbuild -d unstable --run-piuparts --run-autopkgtest
+dgit sbuild --run-piuparts --run-autopkgtest