summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/options.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* sb: Use shebang env pythonChris Johns2020-08-251-24/+20
* sb/options: A Canadian Cross is a different host, build and targetChris Johns2020-06-301-6/+5
* sb/options: Let --source-only-download download releasesChris Johns2020-03-041-2/+1
* sb: VERSION may not contain a release path or hashesChris Johns2019-12-051-2/+2
* sb: Align the version processing with rtems-tools.Chris Johns2019-11-181-5/+21
* sb/options: Split options on the first '=' only.Chris Johns2019-10-261-2/+2
* 5/llvm: Add LLVM as a package for RTEMS.Chris Johns2019-09-161-0/+2
* sb/options: Update copyright year to 2019.Chris Johns2019-07-211-6/+13
* 5/packages: Add curl and update all packages with RTEMS 5 and LibBSDChris Johns2019-07-211-4/+8
* sb: Change default prefixSebastian Huber2019-01-221-0/+6
* sb: Fix the RTEMS options after strict option checking was added.Chris Johns2019-01-221-6/+10
* sb: Add support to search for a suitable version of python.Chris Johns2018-10-211-1/+6
* sb: Fix the short options message.Chris Johns2018-10-121-1/+1
* sb: Include optional args in the valid option processing.Chris Johns2018-09-281-4/+8
* sb: Raise an error if an option is not registered and unknown.Chris Johns2018-09-151-0/+2
* sb: Add option to set location of the patches directoryMaksim E. Kozlov2018-02-201-0/+2
* sb: Option --source-only-download does not download the source.Chris Johns2018-02-081-0/+1
* sb: Fix the log after breaking adding --without-logChris Johns2017-10-121-2/+2
* sb: Add --source-only-download to make download source simple.Chris Johns2017-10-121-33/+50
* bootstrap: Do not create a log file by default.Chris Johns2017-05-101-4/+8
* sb: Add the `release_path` key to the `version` section in the VERSION file.Chris Johns2017-03-261-2/+2
* sb: Support --dry-run --with-download for 3rd party RTEMS BSP packages.Chris Johns2016-03-171-1/+8
* sb: Add a download option --with-release-url/--without-release-url.Chris Johns2016-03-101-5/+3
* sb: Report platform import errors.Chris Johns2016-03-081-0/+2
* sb: Update code base to support Python3 and Python2.Chris Johns2016-03-071-46/+55
* VERSION is an INI format file.Chris Johns2015-12-111-0/+5
* Support released downloading of the RTEMS Tools and RTEMS Kernel.Chris Johns2015-12-111-3/+2
* sb. Add VERSION support for releasing the RSB.Chris Johns2015-12-031-1/+8
* Canandian Cross Compiling and RTEMS 3rd party package building Fixes.Chris Johns2015-07-201-5/+30
* Revert "add basic support for OpenBSD"Chris Johns2015-06-221-3/+0
* add basic support for OpenBSDKarel Gardas2015-06-221-0/+3
* sb: Do not accept an extra separate option for --with/--without.Chris Johns2015-03-201-6/+5
* Add options support for --with/--without processing. Add --with-download supp...Chris Johns2015-02-181-6/+43
* Detect a Cxc build from the options and automatically disabled installing.Chris Johns2015-01-181-0/+13
* sb: Provide a default log if none is provided.Chris Johns2014-10-311-1/+2
* add support for i386-solaris2 platformKarel Gardas2014-10-071-0/+3
* sb: Generate an error report on an error.Chris Johns2014-05-081-2/+12
* sb: Fix git to clean before updating.Chris Johns2014-03-261-1/+1
* sb: Add options log_info.Chris Johns2013-09-031-6/+12
* sb: Add NetBSD support.Ivan Temp2013-09-011-0/+3
* Automtically build the Autotools to bootstrap RTEMS.Chris Johns2013-07-161-0/+2
* Clean the paths passed as args.Chris Johns2013-05-171-1/+1
* Add bare/config and move the source-builder/config to it.Chris Johns2013-05-141-3/+6
* Fix support for Windows (MinGW) native builds using MSYS.Chris Johns2013-05-131-0/+8
* Produce a better error message if the host support code does not load.Chris Johns2013-05-011-3/+6
* Add options help.Chris Johns2013-04-301-1/+2
* Add user private macro loading.Chris Johns2013-04-301-1/+13
* Refactor the logging support.Chris Johns2013-04-211-17/+27
* Add the --regression option.Chris Johns2013-04-161-0/+10
* PR 2117 - Only check the prefix is writable if installing and not a dry run.Chris Johns2013-04-151-3/+0