ABCL's build calls the hostname command, and needs the internet to download JUnit. Neither of these are really required, though, so we can patch them out to make it build. We also remove the Implemetation-Build property that ends up in the manifest file, because it stores information about the time of the build, which makes it non-deterministic. --- a/build.xml +++ b/build.xml @@ -338,7 +338,7 @@ from ${abcl.home.dir} + depends="abcl.compile,abcl.stamp.version"> @@ -479,11 +479,6 @@ Mercurial and Git. value="${abcl.version}-${abcl.version.src}"/> - - - abcl.hostname: ${abcl.hostname} - - @@ -524,8 +519,6 @@ Mercurial and Git. value="ABCL"/> - @@ -1050,8 +1043,7 @@ ${basedir}/../cl-bench - +
AgeCommit message (Expand)Author
2019-02-08gnu: perl-io-compress: Update to 2.084....Tobias Geerinckx-Rice
2019-02-08gnu: perl-compress-raw-zlib: Update to 2.084....Tobias Geerinckx-Rice
2019-02-08gnu: perl-compress-raw-bzip2: Update to 2.084....Tobias Geerinckx-Rice
2019-01-14gnu: Move Perl compression packages to new module....Ricardo Wurmus