[Piuparts-commits] [piuparts] 05/07: p.conf: set --warn-on-install-over-symlink for tests ending before stretch

Holger Levsen holger at layer-acht.org
Sun Feb 26 13:56:15 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 19fa6a809f0b7fcf6af811f56a03d460d1055796
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sun Feb 26 00:50:56 2017 +0100

    p.conf: set --warn-on-install-over-symlink for tests ending before stretch
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 debian/changelog                  | 2 ++
 instances/piuparts.conf.pejacevic | 7 ++++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 75e4d7d..ad44faa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ piuparts (0.76) UNRELEASED; urgency=medium
   * piuparts.py:
     - Make install_over_symlink tests fail by default, add
       --warn-on-install-over-symlink option to demote this to a warning.
+  * piuparts.conf:
+    - Set --warn-on-install-over-symlink for tests ending before stretch.
   * Clean up leftover /etc/piuparts/scripts/post_setup_experimental.
     (Closes: #854317)
   * scripts/pre_distupgrade_zz_database-server: Switch from mysql-server to
diff --git a/instances/piuparts.conf.pejacevic b/instances/piuparts.conf.pejacevic
index d31eeb8..48e4360 100644
--- a/instances/piuparts.conf.pejacevic
+++ b/instances/piuparts.conf.pejacevic
@@ -48,6 +48,8 @@ flags-end-jessie =
 # debsums failures won't be fixed in jessie, mostly related to
 # obsolete/renamed conffiles that moved to different packages
 	--warn-on-debsums-errors
+# won't be fixed in jessie
+	--warn-on-install-over-symlink
 
 # common flags for tests starting in wheezy
 flags-start-wheezy =
@@ -59,6 +61,8 @@ flags-end-wheezy =
 	--scriptsdir /etc/piuparts/scripts-wheezy
 # debsums failures won't be fixed in wheezy
 	--warn-on-debsums-errors
+# won't be fixed in wheezy
+	--warn-on-install-over-symlink
 
 # common flags for tests starting in squeeze
 flags-start-squeeze =
@@ -72,8 +76,9 @@ flags-start-squeeze =
 flags-end-squeeze =
 # extra fake-essential packages for successfully purging in squeeze
 	--scriptsdir /etc/piuparts/scripts-squeeze
-# debsums failures won't be fixed in squeeze
+# squeeze has been archived
 	--warn-on-debsums-errors
+	--warn-on-install-over-symlink
 
 # common flags for tests starting in lenny
 flags-start-lenny =

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