X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Finstall%2Flinux%2Fmaj_bbtk_tux.sh;h=f119d0d5ca7ef39d8fa1f33baea971fe7ac42ec0;hb=0dde94ea04d1505b73e3b57bb3d736363104642f;hp=9ed1e37bd2f19df8717aa8b37f935a332dd1f158;hpb=9aa23db04e38ed536fd6d2fd76d7d7cac9d2c805;p=bbtk.git diff --git a/kernel/install/linux/maj_bbtk_tux.sh b/kernel/install/linux/maj_bbtk_tux.sh index 9ed1e37..f119d0d 100755 --- a/kernel/install/linux/maj_bbtk_tux.sh +++ b/kernel/install/linux/maj_bbtk_tux.sh @@ -1,3 +1,29 @@ +# --------------------------------------------------------------------- +# +# Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image +# pour la SantÈ) +# Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton +# Previous Authors : Laurent Guigues, Jean-Pierre Roux +# CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil +# +# This software is governed by the CeCILL-B license under French law and +# abiding by the rules of distribution of free software. You can use, +# modify and/ or redistribute the software under the terms of the CeCILL-B +# license as circulated by CEA, CNRS and INRIA at the following URL +# http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html +# or in the file LICENSE.txt. +# +# As a counterpart to the access to the source code and rights to copy, +# modify and redistribute granted by the license, users are provided only +# with a limited warranty and the software's author, the holder of the +# economic rights, and the successive licensors have only limited +# liability. +# +# The fact that you are presently reading this means that you have had +# knowledge of the CeCILL-B license and that you accept its terms. +# ------------------------------------------------------------------------ */ + + BUILDIR=bbtk-build-tmp HTMLDIR=/var/www/html/software/bbtk CVSR=:pserver:${USER}@cvs.creatis.insa-lyon.fr:/cvs/creatis @@ -31,10 +57,10 @@ cmake ../bbtk -D--BUILD_ALL=ON cmake ../bbtk -D--BUILD_ALL=ON cmake ../bbtk -D--BUILD_ALL=ON make -cd share/bbtk/doc +cd ../bin/share/bbtk/doc tar zcvf bbtk-site.tgz * scp bbtk-site.tgz tux:${HTMLDIR} -cd ../.. +cd ../../../.. scp bbtk_${TAG}.tgz tux:${HTMLDIR} scp bbtk_${TAG}.zip tux:${HTMLDIR} ssh tux "cd ${HTMLDIR};tar zxvf bbtk-site.tgz"