summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/options.py (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-22sb: Change default prefix4.10Sebastian Huber1-0/+6
2018-02-08sb: Option --source-only-download does not download the source.Chris Johns1-0/+1
2018-02-05sb: Backport from 4.11 the --rsb-file with releases fixes.Chris Johns1-34/+55
2016-03-17sb: Support --dry-run --with-download for 3rd party RTEMS BSP packages.Chris Johns1-1/+8
2016-03-10sb: Add a download option --with-release-url/--without-release-url.Chris Johns1-5/+3
2016-03-08sb: Report platform import errors.Chris Johns1-0/+2
2016-03-07sb: Update code base to support Python3 and Python2.Chris Johns1-46/+55
2015-12-11VERSION is an INI format file.Chris Johns1-0/+5
2015-12-11Support released downloading of the RTEMS Tools and RTEMS Kernel.Chris Johns1-3/+2
2015-12-03sb. Add VERSION support for releasing the RSB.Chris Johns1-1/+8
2015-07-20Canandian Cross Compiling and RTEMS 3rd party package building Fixes.Chris Johns1-5/+30
2015-06-22Revert "add basic support for OpenBSD"Chris Johns1-3/+0
2015-06-22add basic support for OpenBSDKarel Gardas1-0/+3
2015-03-20sb: Do not accept an extra separate option for --with/--without.Chris Johns1-6/+5
2015-02-18Add options support for --with/--without processing. Add --with-download supp...Chris Johns1-6/+43
2015-01-18Detect a Cxc build from the options and automatically disabled installing.Chris Johns1-0/+13
2014-10-31sb: Provide a default log if none is provided.Chris Johns1-1/+2
2014-10-07add support for i386-solaris2 platformKarel Gardas1-0/+3
2014-05-08sb: Generate an error report on an error.Chris Johns1-2/+12
2014-03-26sb: Fix git to clean before updating.Chris Johns1-1/+1
2013-09-03sb: Add options log_info.Chris Johns1-6/+12
2013-09-01sb: Add NetBSD support.Ivan Temp1-0/+3
2013-07-16Automtically build the Autotools to bootstrap RTEMS.Chris Johns1-0/+2
2013-05-17Clean the paths passed as args.Chris Johns1-1/+1
2013-05-14Add bare/config and move the source-builder/config to it.Chris Johns1-3/+6
2013-05-13Fix support for Windows (MinGW) native builds using MSYS.Chris Johns1-0/+8
2013-05-01Produce a better error message if the host support code does not load.Chris Johns1-3/+6
2013-04-30Add options help.Chris Johns1-1/+2
2013-04-30Add user private macro loading.Chris Johns1-1/+13
2013-04-21Refactor the logging support.Chris Johns1-17/+27
2013-04-16Add the --regression option.Chris Johns1-0/+10
2013-04-15PR 2117 - Only check the prefix is writable if installing and not a dry run.Chris Johns1-3/+0
2013-04-15PR 2115 - Fix checking when the path does not fully exist.Chris Johns1-1/+1
2013-04-15PR 2116 - Fix the option parsing to handle both ' ' and '='.Chris Johns1-2/+2
2013-04-15PR 2115 - Check prefix path write access before starting to build.Chris Johns1-0/+11
2013-04-15Add --no-download to disable the downloader.Chris Johns1-26/+31
2013-04-13Fix options bug when the macro file is not found.Chris Johns1-1/+1
2013-04-13Add --macros option to load macro files.Chris Johns1-1/+32
2013-04-09Refactor defaults, macros and options.Chris Johns1-297/+57
2013-04-06Remove the deep copy and use a shallow copy so it worked on Python 2.6.Chris Johns1-1/+1
2013-04-03PR 2108, PR 2109. Add --jobs and --always-clean.Chris Johns1-180/+204
2013-04-01Save the original path away.Chris Johns1-0/+2
2013-04-01Add Canadian Cross support.Chris Johns1-9/+45
2013-03-21Need to have a default patch optsChris Johns1-0/+1
2013-03-21Patch on FreeBSD needs to have -E to remove empty files. This is the Linux de...Chris Johns1-1/+2
2013-03-12Add a define and undefine to opts. Define git details.Chris Johns1-0/+25
2013-03-06Provide better control of sharing the defaults.Chris Johns1-13/+13
2013-03-04Update ^C message to the user.Chris Johns1-1/+1
2013-03-03Add support for GIT.Chris Johns1-4/+8
2013-02-23Add the sb-defaults command to print a hosts defaults.Chris Johns1-5/+31