aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-05-23 14:46:23 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-05-23 16:55:50 -0700
commit30cae9a6de9484af1136efdb5d3f84fefc2ea07b (patch)
treebe3f8f7fb5dd5700cd982cc83c42c969f36e8c26 /scripts
parent2aabb645f3be33be0aab96ba234a43178f1da865 (diff)
downloadconsfigurator-30cae9a6de9484af1136efdb5d3f84fefc2ea07b.tar.gz
update docs and scripts/release for Debian experimental->unstable
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
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