Add headers and shebangs to each of the Jenkins scripts.
Signed-off-by: Ken Dreyer <ken.dreyer@inktank.com>
+#!/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
+#!/bin/sh
+
+# This is a script that runs inside Jenkins.
+# http://jenkins.ceph.com/job/ceph-package/
+
#
for dir in * ; do
echo $dir
+#!/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