Updated armband
[armband.git] / patches / opnfv-fuel / 0006-deploy.sh-no-need-to-set-umask-0000.patch
1 From f67625ce6c607b47bc99c5118f5e52fe8a8e763b Mon Sep 17 00:00:00 2001
2 From: Josep Puigdemont <josep.puigdemont@enea.com>
3 Date: Fri, 6 May 2016 03:07:40 +0200
4 Subject: [PATCH] deploy.sh: no need to set umask 0000
5
6 Change-Id: If3283a16139097db57b06c0535d33a88dc1b2ed2
7 Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
8 ---
9  ci/deploy.sh | 6 ------
10  1 file changed, 6 deletions(-)
11
12 diff --git a/ci/deploy.sh b/ci/deploy.sh
13 index 8411714..c08a94b 100755
14 --- a/ci/deploy.sh
15 +++ b/ci/deploy.sh
16 @@ -84,9 +84,6 @@ Input parameters to the build script is:
17  -i .iso image to be deployed (needs to be provided in a URI
18     style, it can be a local resource: file:// or a remote resource http(s)://)
19  
20 -NOTE: Root priviledges are needed for this script to run
21 -
22 -
23  Examples:
24  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
25  EOF
26 @@ -231,9 +228,6 @@ fi
27  # Enable the automatic exit trap
28  trap do_exit SIGINT SIGTERM EXIT
29  
30 -# Set no restrictive umask so that Jenkins can removeeee any residuals
31 -umask 0000
32 -
33  clean
34  
35  pushd ${DEPLOY_DIR} > /dev/null
36 -- 
37 2.5.5
38