summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Remove debug code.Luiz Souza2017-09-151-8/+2
|
* Do not remove the temporary files (debug only).Luiz Souza2017-09-151-1/+1
|
* Set a default when findroot is not set.Luiz Souza2017-09-151-1/+3
|
* Add some debug output.Luiz Souza2017-09-151-1/+7
|
* Fix the build, add the new getopt option.Luiz Souza2017-09-151-1/+1
| | | | | Reported by: garga Pointy-hat to: loos
* Pass the search path to create_core_package.sh.Luiz Souza2017-09-151-5/+12
| | | | This allows the use of more than one path to build the package.
* Remove rescue from installation mediaRenato Botelho2016-12-221-2/+5
|
* err() expects a single parameterRenato Botelho2016-11-091-2/+2
|
* Move copyright from ESF to NetgateRenato Botelho2016-09-065-5/+5
|
* Do not include rescue on installation mediaRenato Botelho2016-08-031-6/+6
|
* Change order arguments are validated to make more senseRenato Botelho2016-08-032-7/+13
|
* Do not call realpath for a possible non-existent directoryRenato Botelho2016-08-032-2/+2
|
* Force removal of temporary directory and disable trapRenato Botelho2016-08-021-1/+4
|
* Remove redundant attributionRenato Botelho2016-08-021-1/+1
|
* Do not remove destdir where system is going to be installedRenato Botelho2016-08-021-3/+0
|
* Remove wrong call to dirnameRenato Botelho2016-08-021-1/+1
|
* Add missing /Renato Botelho2016-08-021-1/+1
|
* Do not check for src versus host osversion, let FreeBSD src take care of itRenato Botelho2016-08-011-10/+0
|
* err() expects a single parameterRenato Botelho2016-08-011-2/+1
|
* Add missing /Renato Botelho2016-08-011-1/+1
|
* Add missing optionsRenato Botelho2016-08-011-1/+1
|
* Add create_core_pkg.sh and start using itRenato Botelho2016-08-011-0/+172
|
* Add install_freebsd.sh and use itRenato Botelho2016-08-011-0/+161
|
* Add build_freebsd.sh and start using itRenato Botelho2016-08-011-0/+127
|
* Add git_checkout.sh and common.subrRenato Botelho2016-08-012-0/+171
This is the first of a set commits to start replacing big builder_common.sh by smaller and specific scripts to do necessary build tasks. First is git_checkout.sh, a script used to checkout or update a git repository on desired destination dir and branch or tag.
OpenPOWER on IntegriCloud