[Gdcm-hackers] gdcm-git:Grassroots DICOM branch master updated. f4c455a5103ee7e9c32c3f12632826cb3ab
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <ma...@us...> - 2018-06-25 11:58:36
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Grassroots DICOM".
The branch, master has been updated
via f4c455a5103ee7e9c32c3f12632826cb3ab0a5e3 (commit)
from 00467115f589f2c6cd81371aabac1b339bbe9330 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceforge.net/p/gdcm/gdcm/ci/f4c455a5103ee7e9c32c3f12632826cb3ab0a5e3/
commit f4c455a5103ee7e9c32c3f12632826cb3ab0a5e3
Author: Mathieu Malaterre <mat...@gm...>
Date: Mon Jun 25 13:55:37 2018 +0200
upload 2.8.7 to sf.net
diff --git a/Utilities/Release/release.sh b/Utilities/Release/release.sh
index b5dc04089..be42fc09e 100755
--- a/Utilities/Release/release.sh
+++ b/Utilities/Release/release.sh
@@ -19,7 +19,7 @@ echo ""
major=2
minor=8
-patch=5
+patch=7
dirversion="$major.$minor"
version="$major.$minor.$patch"
version2="$major-$minor-$patch"
diff --git a/Utilities/Release/upload.sh b/Utilities/Release/upload.sh
index c322c8935..f8288daa7 100755
--- a/Utilities/Release/upload.sh
+++ b/Utilities/Release/upload.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -x
############################################################################
#
# Program: GDCM (Grassroots DICOM). A DICOM library
@@ -19,7 +19,7 @@ echo ""
major=2
minor=8
-patch=5
+patch=7
dirversion="$major.$minor"
version="$major.$minor.$patch"
version2="$major-$minor-$patch"
@@ -135,19 +135,19 @@ check_exit_value $? "vtkgdcmDoxygenDoc did not return properly" || exit 1
#check_exit_value $? "rsync did not return properly" || exit 1
#rsync -e ssh gdcm-$version.zip "malat,gd...@fr...:/home/frs/project/gdcm/gdcm\ 2.x/GDCM\ $version"
#check_exit_value $? "rsync did not return properly" || exit 1
-rsync --protect-args -e ssh gdcm-$version.tar.gz "malat,gd...@fr...:/home/frs/project/gdcm/gdcm\ 2.x/GDCM\ $version"
+rsync --protect-args -e ssh gdcm-$version.tar.gz "malat,gd...@fr...:/home/frs/project/g/gd/gdcm/gdcm 2.x/GDCM $version"
check_exit_value $? "rsync did not return properly" || exit 1
def_prop="default=windows&default=mac&default=linux&default=bsd&default=solaris&default=android&default=others"
def_path="https://sourceforge.net/projects/gdcm/files/gdcm%202.x/GDCM%20$version/gdcm-$version.tar.gz"
curl -k -H "Accept: application/json" -X PUT -d $def_prop -d "api_key=$SFAPIKEY" $def_path
-rsync --protect-args -e ssh gdcm-$version.tar.bz2 "malat,gd...@fr...:/home/frs/project/gdcm/gdcm\ 2.x/GDCM\ $version"
+rsync --protect-args -e ssh gdcm-$version.tar.bz2 "malat,gd...@fr...:/home/frs/project/g/gd/gdcm/gdcm 2.x/GDCM $version"
check_exit_value $? "rsync did not return properly" || exit 1
-rsync --protect-args -e ssh Utilities/doxygen/gdcm-$version-doc.tar.gz "malat,gd...@fr...:/home/frs/project/gdcm/gdcm\ 2.x/GDCM\ $version"
+rsync --protect-args -e ssh Utilities/doxygen/gdcm-$version-doc.tar.gz "malat,gd...@fr...:/home/frs/project/g/gd/gdcm/gdcm 2.x/GDCM $version"
check_exit_value $? "rsync did not return properly" || exit 1
sed "s/vVERSION/v$version/" $basedir/gdcm/Utilities/Release/README.md > $basedir/README.md
-rsync --protect-args -e ssh $basedir/README.md "malat,gd...@fr...:/home/frs/project/gdcm/gdcm\ 2.x/GDCM\ $version"
+rsync --protect-args -e ssh $basedir/README.md "malat,gd...@fr...:/home/frs/project/g/gd/gdcm/gdcm 2.x/GDCM $version"
check_exit_value $? "rsync did not return properly" || exit 1
rsync --protect-args -a -r Utilities/doxygen/html malat,gd...@we...:htdocs/$dirversion
@@ -158,5 +158,5 @@ check_exit_value $? "rsync tarball did not return properly" || exit 1
rsync --protect-args -av Utilities/doxygen/latex/gdcm-$version.pdf malat,gd...@we...:htdocs/$dirversion
check_exit_value $? "rsync pdf did not return properly" || exit 1
# same comment:
-rsync --protect-args -e ssh Utilities/doxygen/latex/gdcm-$version.pdf "malat,gd...@fr...:/home/frs/project/gdcm/gdcm\ 2.x/GDCM\ $version"
+rsync --protect-args -e ssh Utilities/doxygen/latex/gdcm-$version.pdf "malat,gd...@fr...:/home/frs/project/g/gd/gdcm/gdcm 2.x/GDCM $version"
check_exit_value $? "rsync did not return properly" || exit 1
-----------------------------------------------------------------------
Summary of changes:
Utilities/Release/release.sh | 2 +-
Utilities/Release/upload.sh | 14 +++++++-------
2 files changed, 8 insertions(+), 8 deletions(-)
hooks/post-receive
--
Grassroots DICOM
|