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
3d5d1606
Commit
3d5d1606
authored
Oct 25, 2015
by
Alexandre Duret-Lutz
Browse files
* lrde-upload.sh: Delete.
parent
99c967f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
lrde-upload.sh
deleted
100755 → 0
View file @
99c967f0
#!/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
# Buildbot will tell us the name of the branch being compiled using $1.
rev
=
$1
# Retrieve the package version
VERSION
=
`
autoconf
--trace
=
'AC_INIT:$2'
`
DEST
=
/lrde/dload/spot/snapshots/
umask
022
rm
-rf
$DEST
/
$rev
.tmp
mkdir
-p
$DEST
/
$rev
.tmp
cp
-pR
doc/spot.html
$DEST
/
$rev
.tmp
chmod
-R
a+rX
$DEST
/
$rev
.tmp
mv
-f
spot-
$VERSION
.tar.gz
$DEST
/
$rev
.tar.gz
chmod
a+rX
$DEST
/
$rev
.tar.gz
rm
-rf
$DEST
/
$rev
.html
mv
-f
$DEST
/
$rev
.tmp
$DEST
/
$rev
.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