Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7707da0b45 |
@@ -10,11 +10,10 @@
|
|||||||
# All rights reserved. Use is subject to license terms.
|
# All rights reserved. Use is subject to license terms.
|
||||||
|
|
||||||
###########################################
|
###########################################
|
||||||
# Determine EPICS Base version
|
# Set EPICS Base version and upload target
|
||||||
|
|
||||||
DEFAULT_BASE=3.14.12.5
|
BASE=3.15.2
|
||||||
|
PUBLISH=${1:-DONT}
|
||||||
BASE=${1:-${DEFAULT_BASE}}
|
|
||||||
|
|
||||||
###########################################
|
###########################################
|
||||||
# Fetch and unpack dependencies
|
# Fetch and unpack dependencies
|
||||||
@@ -43,4 +42,10 @@ doxygen
|
|||||||
###########################################
|
###########################################
|
||||||
# Publish
|
# Publish
|
||||||
|
|
||||||
rsync -aqP --delete -e ssh documentation epics-jenkins@web.sourceforge.net:/home/project-web/epics-pvdata/htdocs/docbuild/pvDataCPP/tip
|
if [ "${PUBLISH}" != "DONT" ]; 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/pvDataCPP/${PUBLISH}/DUMMY
|
||||||
|
|
||||||
|
rsync -aqP --delete -e ssh documentation epics-jenkins@web.sourceforge.net:/home/project-web/epics-pvdata/htdocs/docbuild/pvDataCPP/${PUBLISH}/
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user