Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
2
reproducible alpine: fix tar sudo command
· 2f05ce1b
kpcyrd
authored
Jun 05, 2019
and
Holger Levsen
committed
Jun 05, 2019
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
2f05ce1b
reproducible alpine: copy copyright header from archlinux setup script
· 0e832063
kpcyrd
authored
Jun 05, 2019
and
Holger Levsen
committed
Jun 05, 2019
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
0e832063
Show whitespace changes
Inline
Side-by-side
bin/reproducible_setup_alpine_schroot.sh
View file @
0e832063
#!/bin/bash
# Copyright 2019 kpcyrd <git@rxv.cc>
# Copyright 2015-2019 Holger Levsen <holger@layer-acht.org>
# 2017-2019 kpcyrd <git@rxv.cc>
# 2017 Mattia Rizzolo <mattia@debian.org>
# Juliana Oliveira Rodrigues <juliana.orod@gmail.com>
# released under the GPLv=2
#
...
...
hosts/common/etc/sudoers.d/jenkins
View file @
0e832063
...
...
@@ -9,7 +9,7 @@ jenkins ALL= \
/bin/chmod +x /chroots/*, \
/bin/tar -c --exclude ./sys/\* --exclude ./proc/\* -f /schroots/*, \
/bin/tar xzf archlinux-bootstrap-*tar.gz -C /schroots, \
/bin/tar xzf ./alpine-minirootfs-*.tar.gz -C /schroots/alpine.new, \
/bin/tar xzf ./alpine-minirootfs-*.tar.gz -C /schroots/
reproducible-
alpine.new, \
/usr/sbin/chroot /schroots/*, \
/usr/sbin/chroot /chroots/*, \
/usr/sbin/chroot /media/*, \
...
...
hosts/jenkins/etc/sudoers.d/jenkins
View file @
0e832063
...
...
@@ -9,7 +9,7 @@ jenkins ALL= \
/bin/chmod +x /chroots/*, \
/bin/tar -c --exclude ./sys/\* --exclude ./proc/\* -f /schroots/*, \
/bin/tar xzf archlinux-bootstrap-*tar.gz -C /schroots, \
/bin/tar xzf ./alpine-minirootfs-*.tar.gz -C /schroots/alpine.new, \
/bin/tar xzf ./alpine-minirootfs-*.tar.gz -C /schroots/
reproducible-
alpine.new, \
/usr/sbin/chroot /schroots/*, \
/usr/sbin/chroot /chroots/*, \
/usr/sbin/chroot /media/*, \
...
...