[Piuparts-commits] [piuparts] 02/04: distros.conf: add alias for oldstable

Holger Levsen holger at layer-acht.org
Sat Jun 3 16:44:06 UTC 2017


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

holger pushed a commit to branch master-for-0.77
in repository piuparts.

commit e2c5386427158ec63407f97b4438f3d522d083d2
Author: Andreas Beckmann <anbe at debian.org>
Date:   Tue Apr 25 02:56:43 2017 +0200

    distros.conf: add alias for oldstable
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 conf/distros.conf | 22 +++++++++++++---------
 debian/changelog  |  3 ++-
 2 files changed, 15 insertions(+), 10 deletions(-)

diff --git a/conf/distros.conf b/conf/distros.conf
index 7bce4a2..f6944c2 100644
--- a/conf/distros.conf
+++ b/conf/distros.conf
@@ -127,6 +127,15 @@ uri = http://deb.debian.org/debian-debug
 depends = sid
 
 
+[experimental]
+depends = sid
+target-release = experimental
+
+
+# alias
+[oldstable]
+distribution = wheezy
+
 # alias
 [stable]
 distribution = jessie
@@ -136,16 +145,11 @@ distribution = jessie
 distribution = stretch
 
 
-[experimental]
-depends = sid
-target-release = experimental
-
-
 # It's also possible to have "virtual" entries by setting uri to
 # the string "None". This allows e.g. to combine several partial
 # distributions. Such virtual distros can be used for standalone
-# piuparts runs, but not in master-slave setup.
-[squeeze-current]
+# piuparts runs, but not in master-slave setup (due to a missing
+# dependency on a full distro).
+[stretch-current]
 uri = None
-depends = squeeze/updates squeeze-updates
-
+depends = stretch/updates stretch-updates
diff --git a/debian/changelog b/debian/changelog
index 8f8cf59..f3ae754 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 piuparts (0.77) UNRELEASED; urgency=medium
 
-  * 
+  [ Andreas Beckmann ]
+  * distros.conf: Add alias for oldstable.
 
  -- Holger Levsen <holger at debian.org>  Sat, 03 Jun 2017 18:28:36 +0200
 

-- 
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