Skip to content
Snippets Groups Projects
Commit 43cf9ff6 authored by Roland Clobus's avatar Roland Clobus Committed by Holger Levsen
Browse files

reproducible_debstrap: Call debootstrap with full path

parent df509179
No related branches found
No related tags found
No related merge requests found
......@@ -70,14 +70,14 @@ for LOOP in "first" "second" ; do
first) SUBDIR=b1
case $TOOL in
mmdebstrap) REALTOOL="mmdebstrap -v" ;;
debootstrap) REALTOOL="eatmydata debootstrap --verbose" ;;
debootstrap) REALTOOL="eatmydata /usr/sbin/debootstrap --verbose" ;;
cdebootstrap) REALTOOL="cdebootstrap --verbose" ;;
esac
;;
second) SUBDIR=b2
case $TOOL in
mmdebstrap) REALTOOL=$TOOL ;;
debootstrap) REALTOOL="eatmydata $TOOL" ;;
debootstrap) REALTOOL="eatmydata /usr/sbin/debootstrap" ;;
cdebootstrap) REALTOOL=cdebootstrap-static ;;
esac
;;
......
jenkins ALL= \
NOPASSWD: /usr/sbin/debootstrap *, \
/usr/bin/eatmydata debootstrap *, \
/usr/bin/eatmydata /usr/sbin/debootstrap *, \
/usr/bin/mmdebstrap *, \
/usr/bin/cdebootstrap *, \
/usr/bin/cdebootstrap-static *, \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment