Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove debug code. | Luiz Souza | 2017-09-15 | 1 | -8/+2 |
| | |||||
* | Do not remove the temporary files (debug only). | Luiz Souza | 2017-09-15 | 1 | -1/+1 |
| | |||||
* | Set a default when findroot is not set. | Luiz Souza | 2017-09-15 | 1 | -1/+3 |
| | |||||
* | Add some debug output. | Luiz Souza | 2017-09-15 | 1 | -1/+7 |
| | |||||
* | Fix the build, add the new getopt option. | Luiz Souza | 2017-09-15 | 1 | -1/+1 |
| | | | | | Reported by: garga Pointy-hat to: loos | ||||
* | Pass the search path to create_core_package.sh. | Luiz Souza | 2017-09-15 | 1 | -5/+12 |
| | | | | This allows the use of more than one path to build the package. | ||||
* | Remove rescue from installation media | Renato Botelho | 2016-12-22 | 1 | -2/+5 |
| | |||||
* | err() expects a single parameter | Renato Botelho | 2016-11-09 | 1 | -2/+2 |
| | |||||
* | Move copyright from ESF to Netgate | Renato Botelho | 2016-09-06 | 5 | -5/+5 |
| | |||||
* | Do not include rescue on installation media | Renato Botelho | 2016-08-03 | 1 | -6/+6 |
| | |||||
* | Change order arguments are validated to make more sense | Renato Botelho | 2016-08-03 | 2 | -7/+13 |
| | |||||
* | Do not call realpath for a possible non-existent directory | Renato Botelho | 2016-08-03 | 2 | -2/+2 |
| | |||||
* | Force removal of temporary directory and disable trap | Renato Botelho | 2016-08-02 | 1 | -1/+4 |
| | |||||
* | Remove redundant attribution | Renato Botelho | 2016-08-02 | 1 | -1/+1 |
| | |||||
* | Do not remove destdir where system is going to be installed | Renato Botelho | 2016-08-02 | 1 | -3/+0 |
| | |||||
* | Remove wrong call to dirname | Renato Botelho | 2016-08-02 | 1 | -1/+1 |
| | |||||
* | Add missing / | Renato Botelho | 2016-08-02 | 1 | -1/+1 |
| | |||||
* | Do not check for src versus host osversion, let FreeBSD src take care of it | Renato Botelho | 2016-08-01 | 1 | -10/+0 |
| | |||||
* | err() expects a single parameter | Renato Botelho | 2016-08-01 | 1 | -2/+1 |
| | |||||
* | Add missing / | Renato Botelho | 2016-08-01 | 1 | -1/+1 |
| | |||||
* | Add missing options | Renato Botelho | 2016-08-01 | 1 | -1/+1 |
| | |||||
* | Add create_core_pkg.sh and start using it | Renato Botelho | 2016-08-01 | 1 | -0/+172 |
| | |||||
* | Add install_freebsd.sh and use it | Renato Botelho | 2016-08-01 | 1 | -0/+161 |
| | |||||
* | Add build_freebsd.sh and start using it | Renato Botelho | 2016-08-01 | 1 | -0/+127 |
| | |||||
* | Add git_checkout.sh and common.subr | Renato Botelho | 2016-08-01 | 2 | -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. |