first draft
[infrastructure.git] / omf / export-omf.sh
1 #!/bin/bash
2 # to be run on www.planet-lab.eu where the CERTH key was imported
3
4 DIR=/root/thierry
5
6 # refresh EXPORT and EXPORT.snip with the python script
7
8 plcsh ./export-omf.py -- -n EXPORT.snip
9 plcsh ./export-omf.py -- EXPORT
10
11 yes | gpg -r CERTH -e < EXPORT.snip > EXPORT.snip.nitlab
12 yes | gpg -r CERTH -e < EXPORT > EXPORT.nitlab