[Pkg-debile-commits] [debile-master] 73/126: feh
Sylvestre Ledru
sylvestre at alioth.debian.org
Mon Aug 19 14:56:17 UTC 2013
This is an automated email from the git hooks/post-receive script.
sylvestre pushed a commit to branch scan-build-html
in repository debile-master.
commit 6fae2b3dd076bbd8ffbde4778b46edffd97904cf
Author: Paul Tagliamonte <tag at pault.ag>
Date: Sun Jun 9 08:57:13 2013 -0400
feh
---
lucy/changes.py | 4 ++--
lucy/server.py | 2 ++
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/lucy/changes.py b/lucy/changes.py
index 8bcfb62..52e8c16 100644
--- a/lucy/changes.py
+++ b/lucy/changes.py
@@ -246,7 +246,7 @@ class Changes(object):
else:
self._directory = ""
- def validate(self, check_hash="sha1", check_signature=True):
+ def validate(self, check_hash="md5", check_signature=True):
"""
See :meth:`validate_checksums` for ``check_hash``, and
:meth:`validate_signature` if ``check_signature`` is True.
@@ -299,7 +299,7 @@ class Changes(object):
key = line.split()[2]
return key
- def validate_checksums(self, check_hash="sha1"):
+ def validate_checksums(self, check_hash="md5"):
"""
Validate checksums for a package, using ``check_hack``'s type
to validate the package.
diff --git a/lucy/server.py b/lucy/server.py
index 1be93d8..6a565a1 100644
--- a/lucy/server.py
+++ b/lucy/server.py
@@ -18,6 +18,8 @@ config = get_config()
def send_failed_email(job, package, report):
+ return # fixme
+
source = package
if package._type == 'binaries':
source = package.get_source()
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-master.git
More information about the Pkg-debile-commits
mailing list