Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jenkins.debian.net
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian QA
jenkins.debian.net
Commits
43cf9ff6
Commit
43cf9ff6
authored
2 months ago
by
Roland Clobus
Committed by
Holger Levsen
2 months ago
Browse files
Options
Downloads
Patches
Plain Diff
reproducible_debstrap: Call debootstrap with full path
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
df509179
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bin/reproducible_debstrap.sh
+2
-2
2 additions, 2 deletions
bin/reproducible_debstrap.sh
hosts/common/etc/sudoers.d/jenkins
+1
-1
1 addition, 1 deletion
hosts/common/etc/sudoers.d/jenkins
with
3 additions
and
3 deletions
bin/reproducible_debstrap.sh
+
2
−
2
View file @
43cf9ff6
...
...
@@ -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
;;
...
...
This diff is collapsed.
Click to expand it.
hosts/common/etc/sudoers.d/jenkins
+
1
−
1
View file @
43cf9ff6
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 *, \
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment