[Piuparts-commits] [piuparts] 01/01: piuparts.py: Add "/var/cache/apt/archives/partial/" to ignored files. (Closes: #767489)

Holger Levsen holger at moszumanska.debian.org
Fri Oct 31 12:39:18 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 b896a6fb3ee1d7ad99fd4fc001ca44cf587f2024
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Oct 31 13:38:18 2014 +0100

    piuparts.py: Add "/var/cache/apt/archives/partial/" to ignored files. (Closes: #767489)
---
 debian/changelog | 4 ++++
 piuparts.py      | 1 +
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f007cba..91e5e15 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,10 @@ piuparts (0.61) UNRELEASED; urgency=medium
     apt-keys for custom apt repositories. (Closes: #767485)
   * Add custom-scripts/scripts-unused-examples/post_chroot_unpack_key_setup.sh
 
+  [ Holger Levsen ]
+  * piuparts.py: Add "/var/cache/apt/archives/partial/" to ignored files.
+    (Closes: #767489)
+
  -- Holger Levsen <holger at debian.org>  Sun, 26 Oct 2014 20:19:35 +0100
 
 piuparts (0.60) unstable; urgency=medium
diff --git a/piuparts.py b/piuparts.py
index 5053044..335a18c 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -249,6 +249,7 @@ class Settings:
             "/etc/apt/trusted.gpg~",
             "/usr/share/keyrings/debian-archive-removed-keys.gpg~",
             "/var/cache/apt/archives/lock",
+            "/var/cache/apt/archives/partial/",
             "/var/cache/apt/pkgcache.bin",
             "/var/cache/apt/srcpkgcache.bin",
             "/var/cache/debconf/",

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