Chris Johns d3fa158109 sb: Add a download option --with-release-url/--without-release-url.
The default without the option is to prepend the release URL to the URL
list to download from the RTEMS FTP site first if the RSB is released. This
option can force the RTEMS FTP to be tried first when not a release,
or you can supply a different URL to download from or you can request
no RTEMS URL is tried first. Eg:

 --with-release-url
 --with-release-url=file://opt/local/cache
 --without-release-url

Move the RTEMS release URL to the default.mc file. Change the URL
to the RTEMS FTP server and do not use the https method of access.

The option's with_arg call was cleaned up to make sense.

Remove the log's raw output of an extra space.

Some download error message formating was cleaned up.

Closes #2636.
2016-03-10 16:32:49 +11:00
2015-11-04 14:52:05 -05:00
2015-03-07 09:24:51 +11:00

RTEMS Tools From Source
-----------------------

The RTEMS Source Builder is a tool to aid building packages from source used by
the RTEMS project. It helps consolidate the details you need to build a package
from source in a controlled and verifiable way. The tool is aimed at developers
of software who use tool sets for embedded type development and is not limited
to building just for RTEMS. Embedded development typically uses cross-compiling
tool chains, debuggers, and debugging aids. Together we call these a 'tool
set'. The RTEMS Source Builder is not limited to this role but designed to fit
with-in this specific niche. It can be used outside of the RTEMS project and we
welcome this happening in other open source or commercial projects.

The project is part of the RTEMS Project. See http://www.rtems.org/ for
details. The master repositiory is
http://git.rtems.org/rtems-source-builder.git/.

Documentation is in the 'doc' directory and available as HTML at https://docs.rtems.org/rsb/.

Contributions, suggestions, and bug reports are welcome.

Chris Johns
chrisj@rtems.org
Description
No description provided
Readme 4.1 MiB
Languages
Python 96.3%
M4 2.9%
Shell 0.6%
Makefile 0.2%