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
c70f274c
Verified
Commit
c70f274c
authored
Feb 18, 2022
by
Mattia Rizzolo
Browse files
janitor: no need to configure sbuild on the host anymore
Signed-off-by:
Mattia Rizzolo
<
mattia@debian.org
>
parent
dc8c16f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
update_jdn.sh
View file @
c70f274c
...
@@ -185,12 +185,6 @@ users=$(for i in ${!user_host_groups[@]}; do echo ${i%,*} ; done | sort -u)
...
@@ -185,12 +185,6 @@ users=$(for i in ${!user_host_groups[@]}; do echo ${i%,*} ; done | sort -u)
fi
fi
done
done
# configure sbuild:
case
$HOSTNAME
in
ionos7-a
*
|
osuosl167
*
)
sudo
sbuild-adduser jenkins
;;
*
)
;;
esac
sudo mkdir
-p
/srv/workspace
sudo mkdir
-p
/srv/workspace
[
-d
/srv/schroots
]
||
sudo mkdir
-p
/srv/schroots
[
-d
/srv/schroots
]
||
sudo mkdir
-p
/srv/schroots
[
-h
/chroots
]
||
sudo ln
-s
/srv/workspace/chroots /chroots
[
-h
/chroots
]
||
sudo ln
-s
/srv/workspace/chroots /chroots
...
...
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