Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sc15-tutorial-materials
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Teaching
sc15-tutorial-materials
Commits
f1bb5857
Commit
f1bb5857
authored
9 years ago
by
Andreas Klöckner
Browse files
Options
Downloads
Patches
Plain Diff
Minor build fixes
parent
4f78beab
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
assemble.sh
+1
-1
1 addition, 1 deletion
assemble.sh
upload.sh
+4
-0
4 additions, 0 deletions
upload.sh
with
5 additions
and
1 deletion
assemble.sh
+
1
−
1
View file @
f1bb5857
...
@@ -43,7 +43,7 @@ for nb in [0-9]*/**/*ipynb; do
...
@@ -43,7 +43,7 @@ for nb in [0-9]*/**/*ipynb; do
CONV_DIR
=
"cleared/
$DIR
"
CONV_DIR
=
"cleared/
$DIR
"
mkdir
-p
"
$CONV_DIR
"
mkdir
-p
"
$CONV_DIR
"
CONV_IPYNB
=
"cleared/
$nb
"
CONV_IPYNB
=
"cleared/
$nb
"
"
$MYDIR
/demo-ready-ipynb"
"
$nb
"
"
$CONV_IPYNB
"
"
$MYDIR
/
ipython-demo-tools/
demo-ready-ipynb"
"
$nb
"
"
$CONV_IPYNB
"
done
done
function
mkdir_and_cp
()
function
mkdir_and_cp
()
{
{
...
...
This diff is collapsed.
Click to expand it.
upload.sh
+
4
−
0
View file @
f1bb5857
#! /bin/bash
#! /bin/bash
set
-e
set
-x
TGT
=
tiker.net:public_html/tmp
TGT
=
tiker.net:public_html/tmp
rsync
-rav
dist
$TGT
/sc15-tutorial-materials
rsync
-rav
dist
$TGT
/sc15-tutorial-materials
rsync
-rav
sc15-pack.run
$TGT
rsync
-rav
sc15-pack.run
$TGT
...
@@ -11,3 +14,4 @@ rsync -rav sc15-pack.run $TGT
...
@@ -11,3 +14,4 @@ rsync -rav sc15-pack.run $TGT
rsync
-rav
sc15-tutorial-materials-dist.zip
$TGT
rsync
-rav
sc15-tutorial-materials-dist.zip
$TGT
ssh class@rl
"chmod a+rX dl -R"
ssh class@rl
"chmod a+rX dl -R"
echo
"COMPLETED"
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