Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GetDP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GetDP
GetDP
Commits
7376d628
Commit
7376d628
authored
Aug 16, 2013
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
onelab scripts
parent
5a8d3a8b
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
benchmarks/onelab_sync.sh
+0
-12
0 additions, 12 deletions
benchmarks/onelab_sync.sh
doc/CREDITS.txt
+1
-1
1 addition, 1 deletion
doc/CREDITS.txt
utils/misc/onelab_screenshot.sh
+0
-0
0 additions, 0 deletions
utils/misc/onelab_screenshot.sh
utils/misc/onelab_sync.sh
+12
-0
12 additions, 0 deletions
utils/misc/onelab_sync.sh
with
13 additions
and
13 deletions
benchmarks/onelab_sync.sh
deleted
100755 → 0
+
0
−
12
View file @
5a8d3a8b
#!/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
}
/
This diff is collapsed.
Click to expand it.
doc/CREDITS.txt
+
1
−
1
View file @
7376d628
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
benchmarks
/onelab_screenshot.sh
→
utils/misc
/onelab_screenshot.sh
+
0
−
0
View file @
7376d628
File moved
This diff is collapsed.
Click to expand it.
utils/misc/onelab_sync.sh
0 → 100755
+
12
−
0
View file @
7376d628
#!/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
}
/
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment