[24216] in Source-Commits
/svn/athena r23817 - trunk/debathena/scripts/installer
daemon@ATHENA.MIT.EDU (Evan Broder)
Tue May 19 01:32:22 2009
X-Barracuda-Envelope-From: broder@mit.edu
Date: Tue, 19 May 2009 01:32:11 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200905190532.n4J5WBoE014680@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: broder
Date: 2009-05-19 01:32:10 -0400 (Tue, 19 May 2009)
New Revision: 23817
Modified:
trunk/debathena/scripts/installer/install-debathena.sh
Log:
Update the sha1sum of the archive keyring in the installer script.
Modified: trunk/debathena/scripts/installer/install-debathena.sh
===================================================================
--- trunk/debathena/scripts/installer/install-debathena.sh 2009-05-19 03:51:58 UTC (rev 23816)
+++ trunk/debathena/scripts/installer/install-debathena.sh 2009-05-19 05:32:10 UTC (rev 23817)
@@ -219,7 +219,7 @@
error "Download failed; terminating."
exit 1
fi
-echo "05c41a58b820b9aef198d8dad5a613c40cbd8b52 ./debathena-archive-keyring.asc" | \
+echo "6334cf7272423247f3693a3fef771c8274860b26 ./debathena-archive-keyring.asc" | \
sha1sum -c
apt-key add debathena-archive-keyring.asc
rm ./debathena-archive-keyring.asc