2 Commits
5.1.0 ... 5.1.1

Author SHA1 Message Date
Andrew Johnson
3c35425876 Update module version and release date for V4.6.0-rc1 2016-08-26 13:55:56 -05:00
Ralph Lange
32be30f554 jenkins: fix CloudBees doc job (SourceForge upload) 2016-08-20 21:41:27 +02:00
4 changed files with 5 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
<h1>Release 5.1.0</h1>
<h1>Release 5.1.1</h1>
<p>The main changes since release 5.0 are:</p>

View File

@@ -1,4 +1,4 @@
Release 5.1.0
Release 5.1.1
=============
The main changes since release 5.0 are:

View File

@@ -36,7 +36,7 @@
<div class="head">
<h1>EPICS normativeTypesCPP</h1>
<h2 class="nocount">Release 5.1.0 - 2016.08.02</h2>
<h2 class="nocount">Release 5.1.1 - 2016.08.26</h2>
<dl>
<dt>Editors:</dt>
<dd> Marty Kraimer, BNL<br />
@@ -66,7 +66,7 @@ V4 control system programming environment:<br />
<h2 class="nocount">Status of this Document</h2>
<p>This is the 02-August-2016 version for the 5.1.0 release of the
<p>This is the 26-August-2016 version for the 5.1.1 release of the
C++ implementation of normativeTypes.
</p>

View File

@@ -65,10 +65,9 @@ doxygen
###########################################
# Publish
if [ "${PUBLISH}" != "DONT" ]; then
if [ "${PUBLISH}" != "NO" ]; then
# Upload explicit dummy to ensure target directory exists
echo "Created by CloudBees Jenkins upload job. Should be deleted as part of the job." > DUMMY
rsync -q -e ssh DUMMY epics-jenkins@web.sourceforge.net:/home/project-web/epics-pvdata/htdocs/docbuild/normativeTypesCPP/${PUBLISH}/
rsync -aqP --delete -e ssh documentation epics-jenkins@web.sourceforge.net:/home/project-web/epics-pvdata/htdocs/docbuild/normativeTypesCPP/${PUBLISH}/
fi