SuccessConsole Output

Started by user Vincent Sanders
Building on master in workspace /var/lib/jenkins/workspace/source-librufl-release
Cloning the remote Git repository
Cloning repository git://git.netsurf-browser.org/librufl.git
 > git init /var/lib/jenkins/workspace/source-librufl-release # timeout=10
Fetching upstream changes from git://git.netsurf-browser.org/librufl.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress git://git.netsurf-browser.org/librufl.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git://git.netsurf-browser.org/librufl.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/librufl.git # timeout=10
Fetching upstream changes from git://git.netsurf-browser.org/librufl.git
 > git -c core.askpass=true fetch --tags --progress git://git.netsurf-browser.org/librufl.git +refs/tags/release/*:refs/remotes/origin/tags/release/*
Seen branch in repository origin/master
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 6 remote branches
Checking out Revision 320c120e5d76ffa92092f4745a867547b4024c68 (origin/tags/release/0.1.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 320c120e5d76ffa92092f4745a867547b4024c68
First time build. Skipping changelog.
 > git tag -a -f -m Jenkins Build #8 jenkins-source-librufl-release-8 # timeout=10
[source-librufl-release] $ /bin/sh -xe /tmp/hudson3976830566000551913.sh
+ echo source-librufl-release
+ cut -d - -f 1
+ TARGET=source
+ echo source-librufl-release
+ cut -d - -f 2
+ TARNAME=librufl
+ 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
MKGLYPHS: src/Glyphs
+ git describe --abbrev=0 --match=release/*
+ TAG=release/0.1.0
+ VER=0.1.0
+ DESTDIR=/srv/ci.netsurf-browser.org/html/builds/sources/release/
+ SRC_TGZ=librufl-0.1.0.tar.gz
+ scp librufl-0.1.0.tar.gz netsurf@ci.netsurf-browser.org:/srv/ci.netsurf-browser.org/html/builds/sources/release//librufl-0.1.0.tar.gz
+ rm -f librufl-0.1.0.tar.gz
Finished: SUCCESS