RTEMS Source Builder | Change ftp.gnu.org to ftpmirror.gnu.org (#125)

Chris Johns (@chris) gitlab at rtems.org
Sat Sep 27 23:49:15 UTC 2025




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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20250927/f4411214/attachment.htm>


More information about the bugs mailing list