[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.44-627-g9f46e19

Andreas Beckmann debian at abeckmann.de
Fri Jun 1 17:34:33 UTC 2012


The following commit has been merged in the develop branch:
commit 9aafa82e732abce4557d24e1cceb7bbc8745ad84
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Thu May 31 22:58:28 2012 +0200

    p: ignore another bit of nntp server configuration
    
    historically, news (nntp) configuration is split into several files
    that are used by all nntp server implementations
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/debian/changelog b/debian/changelog
index 7d5b115..648913c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -43,6 +43,7 @@ piuparts (0.45) UNRELEASED; urgency=low
       + /etc/X11/default-display-manager
       + /etc/aliases.db
       + /etc/network/interfaces
+      + /etc/news/whoami
       + /usr/share/keyrings/debian-archive-removed-keys.gpg~
       + /var/crash/
       + /var/lib/citadel/(data/.*)?
diff --git a/piuparts.py b/piuparts.py
index 5b7ebde..245151d 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -184,10 +184,11 @@ class Settings:
             "/etc/mailname",
             "/etc/mtab",
             "/etc/network/interfaces",
-            "/etc/news",
+            "/etc/news/",
             "/etc/news/organization",
             "/etc/news/server",
             "/etc/news/servers",
+            "/etc/news/whoami",
             "/etc/nologin",
             "/etc/passwd",
             "/etc/passwd-",

-- 
piuparts git repository



More information about the Piuparts-commits mailing list