From: Ansgar Burchardt Date: Wed, 18 May 2016 15:21:42 +0000 (+0200) Subject: Merge remote-tracking branch 'jcristau/known-hashes' X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=8db722e7974e46f16d3dff2f7ac42d206d42fe26;hp=8303f4e3903b70213ac171c184c871d3d63d4c49 Merge remote-tracking branch 'jcristau/known-hashes' --- diff --git a/daklib/utils.py b/daklib/utils.py index 206ee0b8..6e7fc069 100644 --- a/daklib/utils.py +++ b/daklib/utils.py @@ -72,10 +72,6 @@ default_config = "/etc/dak/dak.conf" #: default dak config, defines host pro alias_cache = None #: Cache for email alias checks key_uid_email_cache = {} #: Cache for email addresses from gpg key uids -# (hashname, function, earliest_changes_version) -known_hashes = [("sha1", apt_pkg.sha1sum, (1, 8)), - ("sha256", apt_pkg.sha256sum, (1, 8))] #: hashes we accept for entries in .changes/.dsc - # Monkeypatch commands.getstatusoutput as it may not return the correct exit # code in lenny's Python. This also affects commands.getoutput and # commands.getstatus.