[Reproducible-commits] [misc] 01/04: clean-notes: initialize apt_pkg

Johannes Schauer josch at moszumanska.debian.org
Thu Feb 12 07:18:19 UTC 2015


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

josch pushed a commit to branch master
in repository misc.

commit 2310589c098cabf2cf0d4c4b7ad5b4fb9f40c1cc
Author: josch <j.schauer at email.de>
Date:   Thu Feb 12 06:59:27 2015 +0100

    clean-notes: initialize apt_pkg
---
 clean-notes | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/clean-notes b/clean-notes
index b55fb43..e5da105 100755
--- a/clean-notes
+++ b/clean-notes
@@ -20,6 +20,8 @@ import argparse
 import psycopg2
 import requests
 
+apt_pkg.init_system()
+
 reproducible_json = 'https://reproducible.debian.net/reproducible.json'
 # [{package: xxx, suite: sid, version: 0.0.0, status: reproducible}, {...}]
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git



More information about the Reproducible-commits mailing list