
* lrde-upload.sh: Here. Add a copyright header. --- ChangeLog | 7 +++++++ lrde-upload.sh | 33 ++++++++++++++++++++++++++------- 2 files changed, 33 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 953c68b..bd092e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +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. diff --git a/lrde-upload.sh b/lrde-upload.sh index 8a30466..436beb7 100755 --- a/lrde-upload.sh +++ b/lrde-upload.sh @@ -1,5 +1,22 @@ #! /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 -- 1.5.6.5