Bug 33629: allow pbuilder to use network via build-git-snapshot
to test... - build master packages, observe failure :( debian/build-git-snapshot -d -v 22.12.00-24~git1 -D dev -b base_22.12.00+deb10 --noautoversion "/usr/bin/perl" build-resources.PL yarn install v1.22.19 warning You don't appear to have an internet connection. Try the --offline flag to use the cache for registry queries. - apply patch - build master packages, observe success :) Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
cc1695ba96
commit
0a0c6554d7
1 changed files with 1 additions and 1 deletions
2
debian/build-git-snapshot
vendored
2
debian/build-git-snapshot
vendored
|
@ -140,7 +140,7 @@ sub build_package {
|
|||
sys_command_output( qq{git archive --format=tar --prefix="koha-$newversion/" HEAD | gzip -9 > "../koha_$newversion.orig.tar.gz"} );
|
||||
|
||||
my $pdebuildopts = $buildresult ? "--buildresult $buildresult" : "";
|
||||
my $pdebuildbasetgz = $basetgz ? "-- --basetgz /var/cache/pbuilder/" . $basetgz . ".tgz" : "";
|
||||
my $pdebuildbasetgz = $basetgz ? "-- --use-network yes --basetgz /var/cache/pbuilder/" . $basetgz . ".tgz" : "";
|
||||
sys_command_output_screen( "pdebuild $pdebuildbasetgz $pdebuildopts" );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue