[Gdcm-hackers] gdcm-git:Grassroots DICOM branch master updated. fae6aed21f4ea5d45404c997fc605f7f8f4
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <ma...@us...> - 2017-02-23 08:48:25
|
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 fae6aed21f4ea5d45404c997fc605f7f8f442fda (commit)
from 07645455f19c27bc6004d8c8328c252e06b42a6e (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/fae6aed21f4ea5d45404c997fc605f7f8f442fda/
commit fae6aed21f4ea5d45404c997fc605f7f8f442fda
Author: Mathieu Malaterre <mat...@gm...>
Date: Thu Feb 23 09:48:03 2017 +0100
Be a little more specific
diff --git a/Utilities/Release/README.md b/Utilities/Release/README.md
index 24f4747..debdb4e 100644
--- a/Utilities/Release/README.md
+++ b/Utilities/Release/README.md
@@ -3,7 +3,7 @@ GDCM binaries have moved !
They are now automatically uploaded to github:
-[github release](https://github.com/malaterre/GDCM/releases)
+[github release](https://github.com/malaterre/GDCM/releases/tag/vVERSION)
They are build using travis and appveyor automatically
diff --git a/Utilities/Release/release.sh b/Utilities/Release/release.sh
index 42be33a..15b30cc 100755
--- a/Utilities/Release/release.sh
+++ b/Utilities/Release/release.sh
@@ -146,7 +146,8 @@ rsync -e ssh gdcm-$version.tar.bz2 "malat,gd...@fr...
check_exit_value $? "rsync did not return properly" || exit 1
rsync -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
-rsync -e ssh $basedir/gdcm/Utilities/Release/README.md "malat,gd...@fr...:/home/frs/project/g/gd/gdcm/gdcm\ 2.x/GDCM\ $version"
+sed "s/vVERSION/v$version/" $basedir/gdcm/Utilities/Release/README.md > $basedir/README.md
+rsync -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 -a -r Utilities/doxygen/html malat,gd...@we...:htdocs/$dirversion
-----------------------------------------------------------------------
Summary of changes:
Utilities/Release/README.md | 2 +-
Utilities/Release/release.sh | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
hooks/post-receive
--
Grassroots DICOM
|