Rebase: p/opnfv-fuel: Allow Fuel commit override.
[armband.git] / patches / opnfv-fuel / 0020-deploy.sh-no-need-to-set-umask-0000.patch
1 From: Josep Puigdemont <josep.puigdemont@enea.com>
2 Date: Fri, 6 May 2016 03:07:40 +0200
3 Subject: [PATCH] deploy.sh: no need to set umask 0000
4
5 Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
6 ---
7  ci/deploy.sh | 6 ------
8  1 file changed, 6 deletions(-)
9
10 diff --git a/ci/deploy.sh b/ci/deploy.sh
11 index 343d499..34ecc57 100755
12 --- a/ci/deploy.sh
13 +++ b/ci/deploy.sh
14 @@ -76,9 +76,6 @@ Input parameters to the build script is:
15  -i .iso image to be deployed (needs to be provided in a URI
16     style, it can be a local resource: file:// or a remote resource http(s)://)
17  
18 -NOTE: Root priviledges are needed for this script to run
19 -
20 -
21  Examples:
22  sudo `basename $0` -b file:///home/jenkins/lab-config -l lf -p pod1 -s ha_odl-l3_heat_ceilometer -i file:///home/jenkins/myiso.iso
23  EOF
24 @@ -207,9 +204,6 @@ fi
25  # Enable the automatic exit trap
26  trap do_exit SIGINT SIGTERM EXIT
27  
28 -# Set no restrictive umask so that Jenkins can removeeee any residuals
29 -umask 0000
30 -
31  clean
32  
33  pushd ${DEPLOY_DIR} > /dev/null