[gnome-continuous] vcs: Print a message when we verify checksum
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous] vcs: Print a message when we verify checksum
- Date: Mon, 21 Apr 2014 21:22:19 +0000 (UTC)
commit e32fc7d9bed7ec9347882458661b446373d44053
Author: Colin Walters <walters verbum org>
Date: Thu Apr 3 16:52:41 2014 -0400
vcs: Print a message when we verify checksum
Checksums make me feel warm and fuzzy.
src/js/vcs.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/js/vcs.js b/src/js/vcs.js
index bdb8e9e..4957ea1 100644
--- a/src/js/vcs.js
+++ b/src/js/vcs.js
@@ -360,6 +360,7 @@ function _ensureVcsMirrorTarball(mirrordir, name, uri, checksum, cancellable, pa
if (actualChecksum != checksum) {
throw new Error("Downloaded " + uri + " expected checksum=" + checksum + " actual=" + actualChecksum);
}
+ print("Verified checksum: " + checksum);
let decompOpt = null;
if (JSUtil.stringEndswith(uri, '.xz'))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]