[Piuparts-commits] [piuparts] 02/02: instances-conf: test squeeze2squeeze-lts now that the first package is there

Holger Levsen holger at moszumanska.debian.org
Thu May 22 11:26:20 UTC 2014


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

holger pushed a commit to branch develop
in repository piuparts.

commit 0175bbadf54c37153fe5e133a09d898339ca81c8
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu May 22 13:26:12 2014 +0200

    instances-conf: test squeeze2squeeze-lts now that the first package is there
---
 conf/distros.conf                 |  5 +++++
 htdocs/index.tpl                  |  7 ++++++-
 instances/piuparts.conf.pejacevic | 19 ++++++++++++++++---
 3 files changed, 27 insertions(+), 4 deletions(-)

diff --git a/conf/distros.conf b/conf/distros.conf
index 74a8b81..555d2f7 100644
--- a/conf/distros.conf
+++ b/conf/distros.conf
@@ -59,6 +59,11 @@ uri = http://ftp.de.debian.org/debian-backports
 depends = squeeze squeeze-backports
 target-release = squeeze-backports-sloppy
 
+[squeeze-lts]
+uri = http://ftp.de.debian.org/debian
+depends = squeeze squeeze/updates
+target-release = squeeze-lts
+
 
 [wheezy/updates]
 uri = http://security.debian.org
diff --git a/htdocs/index.tpl b/htdocs/index.tpl
index 013dae4..511b3ee 100644
--- a/htdocs/index.tpl
+++ b/htdocs/index.tpl
@@ -73,7 +73,12 @@
     </tr>
     <tr class="normalrow">
      <td class="contentcell2">
-      <b>2014-05-19</b> Add a graph to the startpage showing the number of bugs filed due to running piuparts.
+      <b>2014-05-22</b> Add squeeze-lts to the distros being testing (by testing squeeze2squeeze-lts upgrades).
+     </td>
+    </tr>
+    <tr class="normalrow">
+     <td class="contentcell2">
+      <b>2014-05-19</b> Add a graph to the startpage showing the number of RC and non-RC bugs filed due to running piuparts.
      </td>
     </tr>
     <tr class="normalrow">
diff --git a/instances/piuparts.conf.pejacevic b/instances/piuparts.conf.pejacevic
index adadbd9..c702bf0 100644
--- a/instances/piuparts.conf.pejacevic
+++ b/instances/piuparts.conf.pejacevic
@@ -262,9 +262,9 @@ upgrade-test-distros = squeeze squeeze-backports wheezy
 [squeeze2bpo-sloppy]
 precedence = 6
 piuparts-flags =
-	%(flags-default)s
-	%(flags-start-squeeze)s
-	%(flags-end-squeeze)s
+%(flags-default)s
+%(flags-start-squeeze)s
+%(flags-end-squeeze)s
 depends-sections = squeeze squeeze2bpo2wheezy
 arch = amd64
 area = main
@@ -283,6 +283,19 @@ reschedule-old-count = 50
 max-tgz-age = 2592000
 
 
+[squeeze2squeeze-lts]
+precedence = 8
+piuparts-flags =
+	%(flags-default)s
+	%(flags-start-squeeze)s
+	%(flags-end-squeeze)s
+depends-sections = squeeze
+arch = amd64
+area = main
+distro = squeeze-lts
+upgrade-test-distros = squeeze squeeze-lts
+
+
 [lenny2squeeze]
 precedence = 99
 piuparts-flags =

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