[Piuparts-commits] [SCM] piuparts git repository branch, piatti, updated. 0.44-827-g219614b

Andreas Beckmann debian at abeckmann.de
Wed Jun 20 23:15:08 UTC 2012


The following commit has been merged in the piatti branch:
commit 3347dd9cc4293db8d9361de4ac448dd166b36e0c
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Wed Jun 20 12:10:00 2012 +0200

    p: ignore /etc/apt/trusted.gpg.d/.*.gpg~
    
    backup files that may exist ...
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/debian/changelog b/debian/changelog
index 962d55d..f4b0977 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -63,6 +63,7 @@ piuparts (0.45) UNRELEASED; urgency=low
       + /boot/grub/
       + /etc/X11/default-display-manager
       + /etc/aliases.db
+      + /etc/apt/trusted.gpg.d/.*.gpg~
       + /etc/network/interfaces
       + /etc/news/whoami
       + /usr/share/keyrings/debian-archive-removed-keys.gpg~
diff --git a/piuparts.py b/piuparts.py
index 75f3a45..b2ff9df 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -287,6 +287,7 @@ class Settings:
             "/var/mail/.*",
             "/var/run/.*",
             # package management
+            "/etc/apt/trusted.gpg.d/.*.gpg~",
             "/var/lib/apt/lists/.*",
             "/var/lib/dpkg/alternatives/.*",
             "/var/lib/dpkg/triggers/.*",

-- 
piuparts git repository



More information about the Piuparts-commits mailing list