forked from josch/mmdebstrap
also provide the info() function to debootstrap
This commit is contained in:
parent
2f27eccad4
commit
6c68ab2e5e
1 changed files with 1 additions and 0 deletions
|
@ -4001,6 +4001,7 @@ sub get_sourceslist_by_suite {
|
||||||
variants() { :; };
|
variants() { :; };
|
||||||
keyring() { :; };
|
keyring() { :; };
|
||||||
doing_variant() { false; };
|
doing_variant() { false; };
|
||||||
|
info() { fmt="$2"; shift; shift; printf "I: $fmt\n" "$@" >&2; };
|
||||||
. /usr/share/debootstrap/scripts/gutsy;';
|
. /usr/share/debootstrap/scripts/gutsy;';
|
||||||
open my $fh, '-|', 'env', "ARCH=$arch", "SUITE=$suite",
|
open my $fh, '-|', 'env', "ARCH=$arch", "SUITE=$suite",
|
||||||
'sh', '-c', $script // last;
|
'sh', '-c', $script // last;
|
||||||
|
|
Loading…
Reference in a new issue