summaryrefslogtreecommitdiffstats
path: root/tools/builder_common.sh
Commit message (Collapse)AuthorAgeFilesLines
* Do not remove CHROOT directories, they can be mounted on MFS filesystems. ↵Renato Botelho2015-08-251-7/+7
| | | | Create them if they don't exist and just delete their content
* Rename SRCDIR to FREEBSD_SRC_DIR and change default value to ↵Renato Botelho2015-08-251-36/+36
| | | | SCRATCHDIR/FreeBSD-src to make build process less intrusive
* Do not try to get make.conf from other branchRenato Botelho2015-08-251-5/+1
|
* Rename MAKEOBJDIRPREFIXFINAL to IMAGES_FINAL_DIRRenato Botelho2015-08-251-10/+10
|
* Introduce PRODUCT_SRCRenato Botelho2015-08-251-1/+1
|
* Rename BUILDER_SCRIPTS to BUILDER_TOOLS that makes more sense on current ↵Renato Botelho2015-08-251-5/+5
| | | | infrastructure, also remove some cd calls
* Adapt tools scripts for pfSense main repo (round #1):Renato Botelho2015-08-251-79/+6
| | | | | | | | | | | | | | | | | | | | - Move SCRATCHDIR to ./tmp and add it to .gitignore - Move logs to ./logs and add it to .gitignore - Add build.conf to .gitignore - Rename BUILDER_TOOLS to BUILDER_ROOT that makes more sense in new infrastructure - Change some (cd DIR && git) to git -C DIR - Remove BASE_DIR - Remove TOOLS_DIR - Remove update_product_repository() - Remove TOOLS_*_COMMIT variables - Rename PRODUCT_CURRENT_COMMIT and PRODUCT_LAST_COMMIT to simply CURRENT_COMMIT and LAST_COMMIT - Remove all use of GIT_REPO_DIR, GIT_REPO_UTL and GIT_REPO_TOOLS - Change clone_to_staging_area() to clone ./src instad of ./ - Detect if script was called from / or /tools and set BUILDER_ROOT and BUILDER_SCRIPTS properly - Create SCRATCHDIR if it doesn't exist
* Import build scripts from pfSense-tools repoRenato Botelho2015-08-251-0/+2062
OpenPOWER on IntegriCloud