[Piuparts-commits] [piuparts] 01/04: Revert "packagesdb.py: log with facility info in load_packages_urls()."
Holger Levsen
holger at alioth.debian.org
Thu Oct 31 12:04:47 UTC 2013
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch develop
in repository piuparts.
commit 14a77151b673e8dc4bc96b2d3ed5cbe67a6384cd
Author: Andreas Beckmann <anbe at debian.org>
Date: Wed Oct 30 20:14:26 2013 +0100
Revert "packagesdb.py: log with facility info in load_packages_urls()."
This reverts commit b703c54ac35c331b4e2034961915fd1a60daa78c.
---
debian/changelog | 3 ---
piupartslib/packagesdb.py | 2 +-
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 01fc21e..2e0635e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,9 +5,6 @@ piuparts (0.56) UNRELEASED; urgency=low
- Add to ignored_files:
+ /etc/apt/apt.conf.d/01autoremove-kernels
- [ Holger Levsen ]
- * packagesdb.py: log with facility info in load_packages_urls().
-
-- Andreas Beckmann <anbe at debian.org> Tue, 22 Oct 2013 22:16:21 +0200
piuparts (0.55) unstable; urgency=low
diff --git a/piupartslib/packagesdb.py b/piupartslib/packagesdb.py
index b11146d..07a30f8 100644
--- a/piupartslib/packagesdb.py
+++ b/piupartslib/packagesdb.py
@@ -136,7 +136,7 @@ class PackagesFile(UserDict.UserDict):
def load_packages_urls(self, urls):
for url in urls:
- logging.info("Fetching %s" % url)
+ logging.debug("Fetching %s" % url)
stream = piupartslib.open_packages_url(url)
self._read_file(stream)
stream.close()
--
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