SuccessConsole Output

Started by user Vincent Sanders
Building on master in workspace /var/lib/jenkins/workspace/source-libnsutils-release
Cloning the remote Git repository
Cloning repository git://git.netsurf-browser.org/libnsutils.git
 > git init /var/lib/jenkins/workspace/source-libnsutils-release # timeout=10
Fetching upstream changes from git://git.netsurf-browser.org/libnsutils.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress git://git.netsurf-browser.org/libnsutils.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git://git.netsurf-browser.org/libnsutils.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.netsurf-browser.org/libnsutils.git # timeout=10
Fetching upstream changes from git://git.netsurf-browser.org/libnsutils.git
 > git -c core.askpass=true fetch --tags --progress git://git.netsurf-browser.org/libnsutils.git +refs/tags/release/*:refs/remotes/origin/tags/release/*
Seen branch in repository origin/chris/ndk32
Seen branch in repository origin/master
Seen branch in repository origin/tags/release/0.0.1
Seen branch in repository origin/tags/release/0.0.2
Seen branch in repository origin/tags/release/0.0.3
Seen branch in repository origin/tags/release/0.0.4
Seen branch in repository origin/tags/release/0.0.5
Seen branch in repository origin/tags/release/0.1.0
Seen branch in repository origin/tags/release/0.1.1
Seen 9 remote branches
Checking out Revision 3d1270bd49bd96379b9e7b98913312ee378bdb2e (origin/tags/release/0.1.1)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3d1270bd49bd96379b9e7b98913312ee378bdb2e
First time build. Skipping changelog.
 > git tag -a -f -m Jenkins Build #7 jenkins-source-libnsutils-release-7 # timeout=10
[source-libnsutils-release] $ /bin/sh -xe /tmp/hudson4366836609144202856.sh
+ echo source-libnsutils-release
+ cut -d - -f 1
+ TARGET=source
+ echo source-libnsutils-release
+ cut -d - -f 2
+ TARNAME=libnsutils
+ 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/0.1.1
+ VER=0.1.1
+ DESTDIR=/srv/ci.netsurf-browser.org/html/builds/sources/release/
+ SRC_TGZ=libnsutils-0.1.1.tar.gz
+ scp libnsutils-0.1.1.tar.gz netsurf@ci.netsurf-browser.org:/srv/ci.netsurf-browser.org/html/builds/sources/release//libnsutils-0.1.1.tar.gz
+ rm -f libnsutils-0.1.1.tar.gz
Finished: SUCCESS