Changeset 8fdbeef


Ignore:
Timestamp:
02/26/2023 05:07:17 PM (14 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
86324838
Parents:
d6c15b0
Message:

Fix apache-ant fetch.xml problem.

apache-ant tries to download NetRexx.zip from an IBM site
that no longer accepts annonymous ftp. We now host that
file on anduin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/apache-ant.xml

    rd6c15b0 r8fdbeef  
    142142
    143143    <para>
     144      Now fix a problem when the next command tries to download a file from
     145      a problem site:
     146    </para>
     147
     148<screen><userinput>sed -e 's|ftp.software.ibm.com|anduin.linuxfromscratch.org|' \
     149    -e 's|software/awdtools/netrexx|BLFS/apache-ant|'        \
     150    -i fetch.xml </userinput></screen>
     151
     152    <para>
    144153      Download the runtime dependencies using the
    145154      <filename>fetch.xml</filename> ant build script:
Note: See TracChangeset for help on using the changeset viewer.