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 - + root/HACKING
AgeCommit message (Expand)Author
2020-10-23doc: Fix typo in HACKING....Maxim Cournoyer
2020-01-09doc: Move "Commit Access" section from 'HACKING' to the manual....Ludovic Courtès
2020-01-09doc: Add "Tracking Bugs and Patches" section....Ludovic Courtès
2019-07-13doc: Update keyserver URL....Leo Famulari
2019-02-11HACKING: Update key server....Ludovic Courtès
2018-07-22doc: Fix typo (missing period)...Pierre Neidhardt
2017-08-19doc: Mention how to use emacs-debbugs....Arun Isaac
2017-03-27maint: Give command to install the pre-push hook....Ludovic Courtès
2017-03-24maint: Mention the Signed-off-by line in 'HACKING'....Clément Lassieur
2017-03-15maint: Mention guix-patches@gnu.org in 'HACKING'....Ludovic Courtès
2017-01-30maint: Fix invalid calls to 'info'....Mathieu Lirzin
2017-01-04doc: Add a Git hook that verifies signatures before pushing....Leo Famulari
2016-07-24doc: Explain how to set up Git for signing....Ludovic Courtès
2016-07-14doc: Mention commit signatures in HACKING....Leo Famulari