[Qa-jenkins-scm] [jenkins.debian.net] 03/03: reproducible *.sh fix whitespaces

Holger Levsen holger at moszumanska.debian.org
Thu Dec 10 14:22:49 UTC 2015


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 067ef0669532b0aae183fd209c821170ae507d95
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Thu Dec 10 15:10:42 2015 +0100

    reproducible *.sh fix whitespaces
---
 bin/common-functions.sh      | 4 ++--
 bin/reproducible_coreboot.sh | 2 +-
 bin/reproducible_freebsd.sh  | 2 +-
 bin/reproducible_netbsd.sh   | 2 +-
 bin/reproducible_openwrt.sh  | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/bin/common-functions.sh b/bin/common-functions.sh
index d828ce9..1f2715e 100755
--- a/bin/common-functions.sh
+++ b/bin/common-functions.sh
@@ -3,7 +3,7 @@
 # Copyright 2014-2015 Holger Levsen <holger at layer-acht.org>
 # released under the GPLv=2
 
-common_cleanup(){
+common_cleanup() {
 	echo "$(date) - $0 stopped running as $TTT, which will now be removed."
 	rm -f $TTT
 }
@@ -101,7 +101,7 @@ else
 fi
 }
 
-publish_changes_to_userContent(){
+publish_changes_to_userContent() {
 	echo "Extracting contents from .deb files..."
 	CHANGES=$1
 	CHANNEL=$2
diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh
index 6616cfe..e6bab08 100755
--- a/bin/reproducible_coreboot.sh
+++ b/bin/reproducible_coreboot.sh
@@ -25,7 +25,7 @@ create_results_dirs() {
 	mkdir -p $BASE/coreboot/dbd
 }
 
-save_coreboot_results(){
+save_coreboot_results() {
 	RUN=$1
 	cd coreboot-builds
 	for i in * ; do
diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh
index 1d5de6b..70524d0 100755
--- a/bin/reproducible_freebsd.sh
+++ b/bin/reproducible_freebsd.sh
@@ -23,7 +23,7 @@ create_results_dirs() {
 	mkdir -p $BASE/freebsd/dbd
 }
 
-save_freebsd_results(){
+save_freebsd_results() {
 	local RUN=$1
 	echo "============================================================================="
 	echo "$(date -u) - Saving FreeBSD (branch $FREEBSD_TARGET at ${FREEBSD_VERSION[$FREEBSD_TARGET]}) build results for $RUN run."
diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh
index e96641f..4b9c258 100755
--- a/bin/reproducible_netbsd.sh
+++ b/bin/reproducible_netbsd.sh
@@ -25,7 +25,7 @@ create_results_dirs() {
 	mkdir -p $BASE/netbsd/dbd
 }
 
-save_netbsd_results(){
+save_netbsd_results() {
 	local RUN=$1
 	local MACHINE=$2
 	mkdir -p $TMPDIR/$RUN/${MACHINE}
diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index 76c7f9e..2141ebd 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -31,7 +31,7 @@ create_results_dirs() {
 	mkdir -p $BASE/openwrt/dbd
 }
 
-save_openwrt_results(){
+save_openwrt_results() {
 	RUN=$1
 	cd bin
 	for i in * ; do

-- 
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