jenkins: update default BASE version, remove CloudBees hgweb job

This commit is contained in:
Ralph Lange
2015-07-17 15:01:49 +02:00
parent 73ed4eeb0a
commit 6cfe484c23
2 changed files with 1 additions and 21 deletions

View File

@@ -12,7 +12,7 @@
###########################################
# Determine EPICS Base version
DEFAULT_BASE=3.14.12.4
DEFAULT_BASE=3.14.12.5
BASE=${1:-${DEFAULT_BASE}}
if [ "${1}" = "${DEFAULT_BASE}" -o -z "${1}" ]; then

View File

@@ -1,20 +0,0 @@
# pvAccess C++ implementation
# Jenkins @ Cloudbees hgweb sync script
#
# Jenkins invokes scripts with the "-ex" option. So the build is considered a failure
# if any of the commands exits with a non-zero exit code.
#
# Author: Ralph Lange <Ralph.Lange@gmx.de>
# Copyright (C) 2013 Helmholtz-Zentrum Berlin für Materialien und Energie GmbH
# All rights reserved. Use is subject to license terms.
###########################################
# Fetch complete repo
rm -fr hgweb
hg clone -U http://hg.code.sf.net/p/epics-pvdata/pvAccessCPP hgweb
###########################################
# Sync into SF webspace
rsync -aqP --delete --exclude=\.hg/hgrc -e ssh hgweb/.hg epics-jenkins@web.sourceforge.net:/home/project-web/epics-pvdata/repos/pvAccessCPP