SuccessConsole Output

Started by user Vincent Sanders
Building on master in workspace /var/lib/jenkins/workspace/source-libutf8proc
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://git.netsurf-browser.org/libutf8proc.git # timeout=10
Fetching upstream changes from git://git.netsurf-browser.org/libutf8proc.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress git://git.netsurf-browser.org/libutf8proc.git +refs/tags/release/*:refs/remotes/origin/tags/release/*
Seen branch in repository origin/master
Seen branch in repository origin/tags/release/1.1.6
Seen branch in repository origin/tags/release/1.3.1
Seen branch in repository origin/tags/release/1.3.1-1
Seen branch in repository origin/tags/release/1.3.1-2
Seen branch in repository origin/tags/release/1.3.1-3
Seen branch in repository origin/tags/release/2.2.0-1
Seen branch in repository origin/tags/release/2.4.0-1
Seen 8 remote branches
Checking out Revision 47cbe0ef52288beba7d7e59665c20a9ab5ebaf7e (origin/tags/release/2.4.0-1)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 47cbe0ef52288beba7d7e59665c20a9ab5ebaf7e
 > git rev-list 47cbe0ef52288beba7d7e59665c20a9ab5ebaf7e # timeout=10
 > git tag -a -f -m Jenkins Build #8 jenkins-source-libutf8proc-8 # timeout=10
[source-libutf8proc] $ /bin/sh -xe /tmp/hudson706338641330109303.sh
+ TARGET=source
+ TARNAME=libutf8proc
+ ARTIFACT_HOME=/var/lib/jenkins/artifacts-source
+ mkdir -p /var/lib/jenkins/artifacts-source
+ export PREFIX=/var/lib/jenkins/artifacts-source
+ export PKG_CONFIG_PATH=/var/lib/jenkins/artifacts-source/lib/pkgconfig
+ export LD_LIBRARY_PATH=:/var/lib/jenkins/artifacts-source/lib
+ make dist
+ git describe --abbrev=0 --match=release/*
+ TAG=release/2.4.0-1
+ VER=2.4.0-1
+ DESTDIR=/srv/ci.netsurf-browser.org/html/builds/sources/
+ SRC_TGZ=libutf8proc-2.4.0-1.tar.gz
+ scp libutf8proc-2.4.0-1.tar.gz netsurf@ci.netsurf-browser.org:/srv/ci.netsurf-browser.org/html/builds/sources//libutf8proc-2.4.0-1.tar.gz
+ rm -f libutf8proc-2.4.0-1.tar.gz
Finished: SUCCESS