aboutsummaryrefslogtreecommitdiff
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
parent2aabb645f3be33be0aab96ba234a43178f1da865 (diff)
downloadconsfigurator-30cae9a6de9484af1136efdb5d3f84fefc2ea07b.tar.gz
update docs and scripts/release for Debian experimental->unstable
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--doc/ideas.rst8
-rw-r--r--doc/installation.rst8
-rwxr-xr-xscripts/release5
3 files changed, 9 insertions, 12 deletions
diff --git a/doc/ideas.rst b/doc/ideas.rst
index 824e544..7f16a46 100644
--- a/doc/ideas.rst
+++ b/doc/ideas.rst
@@ -78,7 +78,7 @@ Project & packaging
-------------------
- Define a semantics for version numbers (probably just like Propellor's),
- start keeping a NEWS file, move from Debian experimental to unstable, start
- actually announcing releases to sgo-software-announce. Take the opportunity
- to review whole public API for good choices of names and sensible separation
- of responsibilities. Increment major version number from zero to one.
+ start keeping a NEWS file, start actually announcing releases to
+ sgo-software-announce. Take the opportunity to review whole public API for
+ good choices of names and sensible separation of responsibilities.
+ Increment major version number from zero to one.
diff --git a/doc/installation.rst b/doc/installation.rst
index 42b23c5..4a2d0b2 100644
--- a/doc/installation.rst
+++ b/doc/installation.rst
@@ -7,11 +7,9 @@ Debian and Debian derivatives
-----------------------------
The most recent tagged release of Consfigurator is included in `Debian
-experimental`_, and the .deb there should work fine on Debian stable, testing
-and unstable, and derivatives like Ubuntu. After enabling the repository,
-``apt-get install cl-consfigurator/experimental``.
-
-.. _Debian experimental: https://wiki.debian.org/DebianExperimental
+unstable`_, and the .deb there should work fine on Debian stable and testing,
+and derivatives like Ubuntu. After adding an apt source for unstable, if
+necessary, ``apt-get install cl-consfigurator/unstable``.
Quicklisp
---------
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