[Piuparts-commits] [piuparts] 01/01: Explain why /root/.rnd shouldn't be ignored. (Closes: #750099)

Holger Levsen holger at layer-acht.org
Wed Jul 6 13:36:19 UTC 2016


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

holger pushed a commit to branch develop
in repository piuparts.

commit e535b02777469534b4fb93dd08371f6021c7bd4a
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Jul 6 15:36:04 2016 +0200

    Explain why /root/.rnd shouldn't be ignored. (Closes: #750099)
---
 debian/changelog | 7 +++++--
 piuparts.py      | 1 +
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2f4a952..67320b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
 piuparts (0.72) UNRELEASED; urgency=medium
 
   * instances/piuparts.conf.pejacevic: test jessie2bpo and jessie2bpo2stretch.
-  * Fix devpts mounting to use the correct gid=5,mode=620 mount options.
-    Patch taken from Adam Conrad. (Closes: #829146)
+  * piuparts.py:
+    - Fix devpts mounting to use the correct gid=5,mode=620 mount options.
+      Patch taken from Adam Conrad. (Closes: #829146)
+    - explain (as a code comment) why /root/.rnd shouldn't be ignored.
+      (Closes: #750099)
   * custom-scripts/scripts/pre_remove_exceptions: force removal of usrmerge
     package. (Closes: #798374)
 
diff --git a/piuparts.py b/piuparts.py
index fc1a4f4..df3c7c5 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -205,6 +205,7 @@ class Settings:
         self.warn_if_inadequate = True
         self.pedantic_purge_test = False
         self.ignored_files = [
+            # /root/.rnd should *not* be listed here, see #750099
             # piuparts state
             "/usr/sbin/policy-rc.d",
             # system state

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