Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
34e6bd2f
Commit
34e6bd2f
authored
Aug 31, 2015
by
Holger Levsen
Browse files
reproducible: force ownership
parent
c131891b
Changes
1
Hide whitespace changes
Inline
Side-by-side
update_jdn.sh
View file @
34e6bd2f
...
@@ -73,8 +73,8 @@ esac
...
@@ -73,8 +73,8 @@ esac
for
directory
in
/schroots /srv/reproducible-results /srv/d-i /srv/live-build /var/log/jenkins/ /srv/jenkins /srv/jenkins/pseudo-hosts /srv/workspace/chroots
;
do
for
directory
in
/schroots /srv/reproducible-results /srv/d-i /srv/live-build /var/log/jenkins/ /srv/jenkins /srv/jenkins/pseudo-hosts /srv/workspace/chroots
;
do
if
[
!
-d
$directory
]
;
then
if
[
!
-d
$directory
]
;
then
sudo mkdir
$directory
sudo mkdir
$directory
sudo chown
jenkins.jenkins
$directory
fi
fi
sudo chown
jenkins.jenkins
$directory
done
done
for
directory
in
/srv/jenkins
;
do
for
directory
in
/srv/jenkins
;
do
if
[
!
-d
$directory
]
;
then
if
[
!
-d
$directory
]
;
then
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment