Chris Johns commented: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/issues/125#note_133447 Shell command to do the change is: ```bash for f in $(grep -r 'ftp.gnu.org' $(find .. -name \*.cfg) | sed -e 's/\:.*//g'); do cat $f | sed -e 's/ftp.gnu.org/ftpmirror.gnu.org/g' > $f.gnu && mv $f.gnu $f; done ``` -- View it on GitLab: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/issues/125#note_133447 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
