first draft
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 14 Jun 2010 15:27:41 +0000 (17:27 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 14 Jun 2010 15:27:41 +0000 (17:27 +0200)
omf/.gitignore [new file with mode: 0644]
omf/export-omf.py [moved from scripts/export-omf.py with 100% similarity]
omf/export-omf.sh [new file with mode: 0755]

diff --git a/omf/.gitignore b/omf/.gitignore
new file mode 100644 (file)
index 0000000..eace2aa
--- /dev/null
@@ -0,0 +1 @@
+EXPORT*
similarity index 100%
rename from scripts/export-omf.py
rename to omf/export-omf.py
diff --git a/omf/export-omf.sh b/omf/export-omf.sh
new file mode 100755 (executable)
index 0000000..a33eb01
--- /dev/null
@@ -0,0 +1,12 @@
+#!/bin/bash
+# to be run on www.planet-lab.eu where the CERTH key was imported
+
+DIR=/root/thierry
+
+# refresh EXPORT and EXPORT.snip with the python script
+
+plcsh ./export-omf.py -- -n EXPORT.snip
+plcsh ./export-omf.py -- EXPORT
+
+yes | gpg -r CERTH -e < EXPORT.snip > EXPORT.snip.nitlab
+yes | gpg -r CERTH -e < EXPORT > EXPORT.nitlab