Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
9ced0495
Commit
9ced0495
authored
May 28, 2010
by
Roland Levillain
Browse files
Add `swilena' to the branches to be uploaded.
* lrde-upload.sh: Here. Add a copyright header.
parent
d53b4271
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
9ced0495
2010-05-28 Roland Levillain <roland@lrde.epita.fr>
Add `swilena' to the branches to be uploaded.
* lrde-upload.sh: Here.
Add a copyright header.
2010-05-10 Roland Levillain <roland@lrde.epita.fr>
Upload only branches master and next, in their own directories.
...
...
lrde-upload.sh
View file @
9ced0495
#! /bin/sh
# Copyright (C) 2009, 2010 EPITA Research and Development Laboratory (LRDE).
#
# This file is part of Olena.
#
# Olena is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation, version 2 of the License.
#
# Olena is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Olena. If not, see <http://www.gnu.org/licenses/>.
# This file is run by the LRDE autobuilder after a successful compilation.
# It is not meant to be distributed with Olena.
...
...
@@ -14,19 +31,21 @@ set -ex
# | | `-- ...
# | |-- olena-$VERSION-snapshot-master-$date.tar.bz2
# | `-- olena-$VERSION-snapshot-master-$date.tar.gz
# `-- next
# |-- doc
# | `-- milena
# | `-- ...
# |-- olena-$VERSION-snapshot-next-$date.tar.bz2
# `-- olena-$VERSION-snapshot-next-$date.tar.gz
# |-- next
# | |-- doc
# | | `-- milena
# | | `-- ...
# | |-- olena-$VERSION-snapshot-next-$date.tar.bz2
# | `-- olena-$VERSION-snapshot-next-$date.tar.gz
# ...
#
# Buildbot will tell us the name of the branch being compiled using $1.
branch
=
$1
case
"
$branch
"
in
# Consider these branches only.
master|next
)
;;
master|next
|swilena
)
;;
# Don't upload other branches.
*
)
exit
;;
esac
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment