summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/setbuilder.py (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-01sb/set-bulder: Fix installing builds when a single buildsetChris Johns1-8/+7
2022-09-29sb/set-builder: Fix staging and tar file generation with a single config buildChris Johns1-16/+6
2022-09-16sb/setbuilder: Install the build when stagging or configured to installChris Johns1-3/+6
2022-09-14sb/setbuilder: Do not install if --no-install option is usedChris Johns1-1/+2
2022-09-09sb/setbuilder: Correctly create build set tar filesChris Johns1-22/+36
2022-09-09sb/setbuilder: Support line continuationChris Johns1-1/+13
2022-05-05sb/setbuilder: Control buildsets using the --with-* command line optionChris Johns1-7/+15
2021-07-17setbuilder minor list-host optionRobin Mueller1-1/+13
2021-05-26sb: Merge mailer changes from rtems-toolsAlex White1-0/+2
2020-08-28sb: Fix the imports on Python2Chris Johns1-2/+1
2020-08-25sb: Use shebang env pythonChris Johns1-11/+11
2020-04-04sb/reports: add sanitize parameter enabled for --mailGedare Bloom1-2/+2
2019-11-19sb/setbuilder: Output the mail send failure message on errorChris Johns1-1/+5
2019-11-18sb: Align the version processing with rtems-tools.Chris Johns1-1/+1
2019-09-165/llvm: Add LLVM as a package for RTEMS.Chris Johns1-24/+30
2019-09-16sb/setbuilder: Add a trace to help installing.Chris Johns1-0/+1
2019-08-29sb/setbuilder: Check is mail is valid.Chris Johns1-1/+1
2019-08-27sb: Send only one mail when building a BSPChris Johns1-46/+68
2019-07-22rtems/bsp: Build packages for the beagle BSP.Chris Johns1-3/+5
2019-07-21sb/setbuilder: Support staging of build set build before installing.Chris Johns1-42/+121
2019-07-215/packages: Add curl and update all packages with RTEMS 5 and LibBSDChris Johns1-1/+1
2019-01-11Fix 'build_max_size_human' ref. before assignmentSebastian Huber1-1/+3
2018-11-05windows: Remove BuildRoot from all configs, add a short tmp path.Chris Johns1-0/+1
2018-10-21sb/setbuilder: Print patches in the size section of the email report.Chris Johns1-1/+1
2018-09-28sb: Add build sizes to the email report.Chris Johns1-6/+19
2018-09-28sb: Monitor the build disk usage. Report the usage, total and various sizesChris Johns1-2/+40
2018-09-15sb: Raise an error if an option is not registered and unknown.Chris Johns1-0/+1
2017-10-31sb: Add platform reporting for better host reviewing in posted email reports.Chris Johns1-5/+13
2017-10-27sb: Remove debug print left in by mistake.Chris Johns1-1/+0
2017-10-27sb: Set the to email address to build@rtems.org.Chris Johns1-1/+2
2017-10-27sb: Provide a more detail email message.Chris Johns1-34/+96
2016-03-19sb: fix the if logic to handle directives in if statements.Chris Johns1-0/+5
2016-03-17sb: Support --dry-run --with-download for 3rd party RTEMS BSP packages.Chris Johns1-0/+2
2016-03-16sb: Do not expand the package name in a bset file.Chris Johns1-1/+1
2016-03-10sb: Fix typo on the urlparse name in download.pyChris Johns1-1/+0
2016-03-07qemu: Add a package name to create a tarball.Chris Johns1-1/+1
2016-03-07sb: Update code base to support Python3 and Python2.Chris Johns1-12/+15
2016-02-25Wrap the tar command in double quotes for Windows cmd.exe.Chris Johns1-2/+2
2015-12-03sb. Add VERSION support for releasing the RSB.Chris Johns1-1/+1
2015-07-20Canandian Cross Compiling and RTEMS 3rd party package building Fixes.Chris Johns1-23/+33
2015-05-22sb: Always generate an XML report.Chris Johns1-21/+22
2015-05-21sb: Fix reporting and installing the reports when building.Chris Johns1-16/+29
2015-01-26Fix the check to see if the path is writable.Chris Johns1-1/+1
2015-01-18Detect a Cxc build from the options and automatically disabled installing.Chris Johns1-2/+4
2014-08-14sb: Add a dry run footer to ereports.Chris Johns1-1/+0
2014-07-29Add checksum support for downloaded files.Chris Johns1-3/+5
2014-06-15sb: Improve the error handling for setbuilder errors.Chris Johns1-6/+21
2014-05-15sb: Move error report generation to the build phase.Chris Johns1-13/+0
2014-05-13sb: Implement %source and %patch to manage source and patches.Chris Johns1-3/+5
2014-05-08sb: Generate an error report on an error.Chris Johns1-6/+20