Skip to content
Snippets Groups Projects
Commit 7376d628 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

onelab scripts

parent 5a8d3a8b
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
DEST=/onelab_files
sudo rsync -avz machines ${DEST}
sudo zip -r ${DEST}/machine.zip machines
sudo rsync -avz relay ${DEST}
sudo zip -r ${DEST}/relay.zip relay
sudo chown -R onelab:onelab ${DEST}/
...@@ -13,7 +13,7 @@ Sabariego. Other code contributors include: Michael Asam, David Colignon, Tuan ...@@ -13,7 +13,7 @@ Sabariego. Other code contributors include: Michael Asam, David Colignon, Tuan
Ledinh, Patrick Lefevre, Andre Nicolet, Jean-Francois Remacle, Timo Tarhasaari, Ledinh, Patrick Lefevre, Andre Nicolet, Jean-Francois Remacle, Timo Tarhasaari,
Christophe Trophime and Marc Ume. See the source code for more details. Christophe Trophime and Marc Ume. See the source code for more details.
The AVL tree code (DataStr/avl.*) is copyright (C) 1988-1993, 1995 The Regents The AVL tree code (Common/avl.*) is copyright (C) 1988-1993, 1995 The Regents
of the University of California. Permission to use, copy, modify, and distribute of the University of California. Permission to use, copy, modify, and distribute
this software and its documentation for any purpose and without fee is hereby this software and its documentation for any purpose and without fee is hereby
granted, provided that the above copyright notice appear in all copies and that granted, provided that the above copyright notice appear in all copies and that
......
File moved
#!/bin/sh
SRC=../../benchmarks
DST=/onelab_files
sudo rsync -avz ${SRC}/machines ${DST}
sudo zip -r ${DST}/machine.zip ${SRC}/machines
sudo rsync -avz ${SRC}/relay ${DST}
sudo zip -r ${DST}/relay.zip ${SRC}/relay
sudo chown -R onelab:onelab ${DST}/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment