From 538b88852d30e9b0b5ee6b4ee138949947cdc43a Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Mon, 13 Jan 2014 20:21:50 -0700 Subject: [PATCH] jenkins: add headers to scripts Add headers and shebangs to each of the Jenkins scripts. Signed-off-by: Ken Dreyer --- jenkins/build | 5 +++++ jenkins/package | 5 +++++ jenkins/setup | 5 +++++ 3 files changed, 15 insertions(+) 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 -- 2.39.5