aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-03-12 10:10:07 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-03-12 10:26:42 -0700
commitf8867b51e23dcc51bdc8f82a4472783bf642bc5c (patch)
tree18b7cd5524fd9f6af1d6808fd40b0103e90f7446 /scripts
parentfd36c9876d00dcfb61512fb0a96cfa125044403e (diff)
downloadconsfigurator-f8867b51e23dcc51bdc8f82a4472783bf642bc5c.tar.gz
scripts/release: release to Debian experimental due to freeze
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/release6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/release b/scripts/release
index 3b16a5a..7df7e0c 100755
--- a/scripts/release
+++ b/scripts/release
@@ -32,7 +32,7 @@ if [ "$dist" = "UNRELEASED" ]; then
else
dch -v$version-1 New upstream release.
fi
-dch -r
+dch -r --distribution experimental
changed_files="consfigurator.asd emacs/consfigurator.el.in doc/conf.py doc/news.rst debian/changelog"
@@ -42,9 +42,9 @@ if ! dpkg-parsechangelog | grep -q "New upstream release."; then
exit 1
fi
-msg="release Consfigurator $version (-1 to Debian unstable)"
+msg="release Consfigurator $version (-1 to Debian experimental)"
git commit -s -m"$msg" -- $changed_files
git tag -s -m"$msg" v$version
git deborig
-dgit sbuild --run-piuparts --run-autopkgtest
+dgit sbuild -d unstable --run-piuparts --run-autopkgtest