[Bug 2119] Could the software be downloaded at the beginning?

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Sun Apr 21 23:42:00 UTC 2013


https://www.rtems.org/bugzilla/show_bug.cgi?id=2119

--- Comment #1 from Chris Johns <chrisj at rtems.org> 2013-04-21 18:42:00 CDT ---
(In reply to comment #1)
> Could we change the software to download first, then build?  If we did that,
> then we would not be tied to the internet for the rest of the build...

In theory yes it could. There would need to be a few changes made and thinking
about this I wonder if this is a good idea. It can be done.

Another maybe simpler method is to add an option called --only-download which
internally enables --dry-run but allows the downloads. The downloads only
happen if the source is not present. This however does not work if the code is
in git or cvs and the URL indicates a pull or update. The downloader will
attempt to access the internet in these cases. I suppose you could then use
--no-download to suppress this.

-- 
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the bugs mailing list