[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: rename _build_service_worker.sh to worker.sh
Holger Levsen
holger at layer-acht.org
Wed Apr 26 14:08:46 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 1736e1fb44e9a26a286583be5d1a01c42e8afed2
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Apr 26 15:59:16 2017 +0200
reproducible Debian: rename _build_service_worker.sh to worker.sh
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_build_service.sh | 2 +-
bin/{reproducible_build_service_worker.sh => reproducible_worker.sh} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_build_service.sh b/bin/reproducible_build_service.sh
index dcbf64a..7b7d1d6 100755
--- a/bin/reproducible_build_service.sh
+++ b/bin/reproducible_build_service.sh
@@ -162,7 +162,7 @@ for ARCH in i386 arm64 armhf ; do
BUILD_BASE=/var/lib/jenkins/userContent/reproducible/debian/build_service/$WORKER_NAME
mkdir -p $BUILD_BASE
echo "$(date --utc) - Starting $WORKER_NAME"
- /srv/jenkins/bin/reproducible_build_service_worker.sh $WORKER_NAME $NODE1 $NODE2 >$BUILD_BASE/worker.log 2>&1 &
+ /srv/jenkins/bin/reproducible_worker.sh $WORKER_NAME $NODE1 $NODE2 >$BUILD_BASE/worker.log 2>&1 &
done
done
diff --git a/bin/reproducible_build_service_worker.sh b/bin/reproducible_worker.sh
similarity index 100%
rename from bin/reproducible_build_service_worker.sh
rename to bin/reproducible_worker.sh
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list