From: Ken Dreyer Date: Tue, 14 Jan 2014 03:21:50 +0000 (-0700) Subject: jenkins: add headers to scripts X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=538b88852d30e9b0b5ee6b4ee138949947cdc43a;p=ceph-build.git jenkins: add headers to scripts Add headers and shebangs to each of the Jenkins scripts. Signed-off-by: Ken Dreyer --- diff --git a/jenkins/build b/jenkins/build index a0c8d16f..e9a50684 100644 --- a/jenkins/build +++ b/jenkins/build @@ -1,3 +1,8 @@ +#!/bin/sh + +# This is a script that runs inside Jenkins. +# http://jenkins.ceph.com/job/ceph-build/ + #export GNUPGHOME=/home/jenkins-build/build/gnupg.autobuild/ export GNUPGHOME=/home/jenkins-build/build/gnupg.ceph-release/ export KEYID=17ED316D diff --git a/jenkins/package b/jenkins/package index 9f8fa702..90d02014 100644 --- a/jenkins/package +++ b/jenkins/package @@ -1,3 +1,8 @@ +#!/bin/sh + +# This is a script that runs inside Jenkins. +# http://jenkins.ceph.com/job/ceph-package/ + # for dir in * ; do echo $dir diff --git a/jenkins/setup b/jenkins/setup index 996e1908..8a18e340 100644 --- a/jenkins/setup +++ b/jenkins/setup @@ -1,3 +1,8 @@ +#!/bin/sh + +# This is a script that runs inside Jenkins. +# http://jenkins.ceph.com/job/ceph-setup/ + #export GNUPGHOME=/home/jenkins-build/build/gnupg.autobuild/ export GNUPGHOME=/home/jenkins-build/build/gnupg.ceph-release/ export KEYID=17ED316D