Skip to content
Commits on Source (2)
#!/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
#
......
......@@ -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/*, \
......
......@@ -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/*, \
......