Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
c09c56fc
Commit
c09c56fc
authored
Dec 07, 2007
by
Alexandre Duret-Lutz
Browse files
new file
parent
87c700fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
lrde-upload.sh
0 → 100755
View file @
c09c56fc
#!/bin/sh
# This file is run by the LRDE autobuilder after a successful compilation.
# It is not meant to be distributed with Spot.
set
-e
set
-x
rm
-rf
/lrde/dload/spot/spot-snapshot.tmp
cp
-pR
doc/spot.html /lrde/dload/spot/spot-snapshot.tmp
mv
-p
spot-
*
.tar.gz /lrde/dload/spot/spot-snapshot.tar.gz
rm
-rf
/lrde/dload/spot/spot-snapshot.html
mv
/lrde/dload/spot/spot-snapshot.tmp /lrde/dload/spot/spot-snapshot.html
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment