[Qa-jenkins-scm] [jenkins.debian.net] 04/04: reproducible: whitespace cleanup

Holger Levsen holger at moszumanska.debian.org
Tue Aug 25 10:58:05 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 e5519b0acec3c251721ab384cace5149e5dc3d35
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Aug 25 12:57:34 2015 +0200

    reproducible: whitespace cleanup
---
 bin/reproducible_html_howto.sh | 9 +--------
 bin/reproducible_html_specs.sh | 9 +--------
 2 files changed, 2 insertions(+), 16 deletions(-)

diff --git a/bin/reproducible_html_howto.sh b/bin/reproducible_html_howto.sh
index e143ca6..5af2bdb 100755
--- a/bin/reproducible_html_howto.sh
+++ b/bin/reproducible_html_howto.sh
@@ -6,18 +6,11 @@
 DEBUG=false
 . /srv/jenkins/bin/common-functions.sh
 common_init "$@"
-
 . /srv/jenkins/bin/reproducible_common.sh
 
-
+# build and publish the html version
 VERSION=$(git log -1 --pretty='%h')
-
 make html
-
 mkdir -pv "$BASE/howto/"
-
 mv -v html/* "$BASE/howto"
-
 irc_message "$REPRODUCIBLE_URL/howto updated to $VERSION"
-
-
diff --git a/bin/reproducible_html_specs.sh b/bin/reproducible_html_specs.sh
index dafd06f..aeec187 100755
--- a/bin/reproducible_html_specs.sh
+++ b/bin/reproducible_html_specs.sh
@@ -7,19 +7,12 @@
 DEBUG=false
 . /srv/jenkins/bin/common-functions.sh
 common_init "$@"
-
 . /srv/jenkins/bin/reproducible_common.sh
 
-
+# build and publish the html version
 VERSION=$(git log -1 --pretty='%h')
 SPEC=$1
-
 make html
-
 mkdir -pv "$BASE/specs/$1"
-
 mv -v html/* "$BASE/specs/$1"
-
 irc_message "$REPRODUCIBLE_URL/specs/$1 updated to $VERSION"
-
-

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