Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3c35425876 | ||
|
|
32be30f554 |
@@ -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>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Release 5.1.0
|
||||
Release 5.1.1
|
||||
=============
|
||||
|
||||
The main changes since release 5.0 are:
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user