|
From: <di...@us...> - 2012-02-14 20:41:46
|
Revision: 806
http://safekeep.svn.sourceforge.net/safekeep/?rev=806&view=rev
Author: dimi
Date: 2012-02-14 20:41:37 +0000 (Tue, 14 Feb 2012)
Log Message:
-----------
We no longer need to install the Lattica key
Modified Paths:
--------------
safekeep/trunk/safekeep-test
Modified: safekeep/trunk/safekeep-test
===================================================================
--- safekeep/trunk/safekeep-test 2012-02-14 20:40:07 UTC (rev 805)
+++ safekeep/trunk/safekeep-test 2012-02-14 20:41:37 UTC (rev 806)
@@ -186,8 +186,6 @@
cmd = 'umask 077; test -d .ssh || mkdir .ssh; cat >> .ssh/authorized_keys'
rcmdin(cmd, ssh_id_file_keys[1], 'root', host)
- cmd = 'rpm --import http://lattica.com/keys/RPM-GPG-KEY-lattica-devel'
- rcmd(cmd, 'root', host, 'install Lattica Devel Key')
cmd = 'cat /etc/redhat-release'
release = rcmdout(cmd, 'root', host, 'fetch the release')
res = re.match('\s*(.*) release (.*) \(.*\)\s*', release)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|