[Piuparts-commits] [piuparts] 07/11: distros.conf: add alias for oldstable
Holger Levsen
holger at layer-acht.org
Fri Apr 28 16:50:38 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch develop
in repository piuparts.
commit 6693a24f57f06e32802e68fb1885671be79500ad
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>
---
conf/distros.conf | 23 ++++++++++++++---------
debian/changelog | 1 +
2 files changed, 15 insertions(+), 9 deletions(-)
diff --git a/conf/distros.conf b/conf/distros.conf
index 6c2503a..f6944c2 100644
--- a/conf/distros.conf
+++ b/conf/distros.conf
@@ -53,6 +53,7 @@ uri = http://archive.debian.org/debian-backports
depends = squeeze squeeze-backports
target-release = squeeze-backports-sloppy
+
[wheezy/updates]
uri = http://security.debian.org
depends = wheezy
@@ -126,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
@@ -135,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 38230ff..2d2c0c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ piuparts (0.77) UNRELEASED; urgency=medium
- Arguments to the --ignore/--ignore-regexp options (and internal
ignored_files/ignored_patterns settings) that are prefixed with a ':'
will verbosely log the ignored files if matched.
+ * distros.conf: Add alias for oldstable.
* piupartslib/packagesdb.py:
- Add new state "outdated" to ignore packages if a dependency distro
already has a newer version. (Closes: #856846)
--
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