[Piuparts-commits] [piuparts] 02/02: Update piuparts.py, piuparts.1.txt and README_server.txt due to the fact that jessie is the new stable and testing is stretch now.

Holger Levsen holger at moszumanska.debian.org
Mon Apr 27 14:49:57 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch develop
in repository piuparts.

commit eb4ed15b96655fa858e0694dd416c013cafdae4e
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Apr 27 16:46:27 2015 +0200

    Update piuparts.py, piuparts.1.txt and README_server.txt due to the fact that jessie is the new stable and testing is stretch now.
---
 README_server.txt | 2 +-
 debian/changelog  | 2 ++
 piuparts.1.txt    | 6 +++---
 piuparts.py       | 2 +-
 4 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/README_server.txt b/README_server.txt
index abb9cff..2f614aa 100644
--- a/README_server.txt
+++ b/README_server.txt
@@ -436,7 +436,7 @@ section, too, and will serve as defaults for all other sections
  distributions the slave should use for testing upgrades
  between distributions (i.e., Debian versions). Using "partial"
  distributions as defined in distros.conf is possible. Currently,
- "wheezy jessie sid" is a good choice.
+ "jessie stretch sid" is a good choice.
  Setting this switches from doing install/purge tests to
  dist-upgrade tests. Not set by default.
 
diff --git a/debian/changelog b/debian/changelog
index 2579da1..345670b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -68,6 +68,8 @@ piuparts (0.63) UNRELEASED; urgency=medium
     testing suite.
   * debian/copyright: Remove space from W3C FreeUse licence name, thanks
     lintian. 
+  * Update piuparts.py, piuparts.1.txt and README_server.txt due to the fact
+    that jessie is the new stable and testing is stretch now.
 
  -- Andreas Beckmann <anbe at debian.org>  Wed, 03 Dec 2014 20:36:30 +0100
 
diff --git a/piuparts.1.txt b/piuparts.1.txt
index 6634fc4..1d5515d 100644
--- a/piuparts.1.txt
+++ b/piuparts.1.txt
@@ -64,7 +64,7 @@ The tarball can be created with the '-s' option, or you can use one that *pbuild
   Bind-mount a directory inside the chroot.
 
 *-d* 'name', *--distribution*='name'::
-  Which Debian distribution to use: a code name (for example wheezy, jessie or sid) or experimental. The default is sid (=unstable).
+  Which Debian distribution to use: a code name (for example jessie, stretch or sid) or experimental. The default is sid (=unstable).
 
 *-D* 'flavor', *--defaults*='flavor'::
   Use default settings suitable for a particular flavor of Debian: either debian or ubuntu. The default is debian.
@@ -283,10 +283,10 @@ piuparts ../foo_1.0-2_i386.changes
 piuparts -m 'http://gytha/debian main' ../foo_1.0-2_i386.changes
 ----
 
-If you want to test that a package installs properly in the stable (currently wheezy) Debian release, then can be upgraded to the testing (currently jessie) and unstable (sid) versions, and then uninstalled without problems, you would give the following command:
+If you want to test that a package installs properly in the stable (currently jessie) Debian release, then can be upgraded to the testing (currently stretch) and unstable (sid) versions, and then uninstalled without problems, you would give the following command:
 
 ----
-piuparts -a -d wheezy -d jessie -d sid foo
+piuparts -a -d jessie -d stretch -d sid foo
 ----
 
 ENVIRONMENT
diff --git a/piuparts.py b/piuparts.py
index 1391480..4d1db23 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -2636,7 +2636,7 @@ def parse_command_line():
 
     parser.add_option("-d", "--distribution", action="append", metavar="NAME",
                       help="Which Debian distribution to use: a code name " +
-                           "(for example squeeze, wheezy, sid) or experimental. The " +
+                           "(for example jessie, stretch, sid) or experimental. The " +
                            "default is sid (=unstable).")
 
     parser.add_option("-D", "--defaults", action="store",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git



More information about the Piuparts-commits mailing list