]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
jenkins: add headers to scripts
authorKen Dreyer <ken.dreyer@inktank.com>
Tue, 14 Jan 2014 03:21:50 +0000 (20:21 -0700)
committerKen Dreyer <ken.dreyer@inktank.com>
Tue, 14 Jan 2014 03:50:11 +0000 (20:50 -0700)
Add headers and shebangs to each of the Jenkins scripts.

Signed-off-by: Ken Dreyer <ken.dreyer@inktank.com>
jenkins/build
jenkins/package
jenkins/setup

index a0c8d16fc8a63352a58b23eecac3e11eeec7e0de..e9a50684bb02d920720d25658d41976a5f2daee4 100644 (file)
@@ -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
index 9f8fa7023867a04ae257d9f64ec17b9b7af5af6d..90d020146cb00a23c82f5958880095010841f9b1 100644 (file)
@@ -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
index 996e1908bb5020eb3cc04242b898d0854117a4ee..8a18e34055d05dc3f0fff5dddacf820f3035a9ab 100644 (file)
@@ -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