summaryrefslogtreecommitdiffstats
path: root/tools/build_snapshots.sh
Commit message (Collapse)AuthorAgeFilesLines
* Read output line by lineRenato Botelho2016-08-021-0/+4
|
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (1st round)Renato Botelho2016-07-141-9/+29
|
* Only build memstick images for nowRenato Botelho2016-06-271-1/+2
|
* Introduce a new option to build only core packages and skip imagesRenato Botelho2016-05-231-3/+8
|
* Remove support for nanobsd images < 2gb. Fixes #5836Renato Botelho2016-02-011-1/+1
|
* Remove extra spacesRenato Botelho2015-11-251-4/+4
|
* Use $* to join all stringsRenato Botelho2015-11-251-1/+1
|
* Print all parametersRenato Botelho2015-11-251-1/+1
|
* Silence often messageRenato Botelho2015-11-251-1/+0
|
* Check often for new ports tree commitsRenato Botelho2015-11-251-1/+1
|
* Check for new commits on ports treeRenato Botelho2015-11-251-1/+7
|
* We don't need authorRenato Botelho2015-11-251-2/+1
|
* Teach build_snapshots to deal with poudriere buildsRenato Botelho2015-11-251-13/+37
|
* Break long linesRenato Botelho2015-11-251-12/+19
|
* If an error happened, just abort, there is no reason to ask user to press enterRenato Botelho2015-09-241-5/+0
|
* Fix function nameRenato Botelho2015-09-221-1/+1
|
* Consider NO_UPLOAD when calling build.shRenato Botelho2015-09-221-1/+1
|
* Create snapshot_update_status()Renato Botelho2015-09-221-10/+14
|
* Use getopts to read parameters, implement -r to do not reset local changes ↵Renato Botelho2015-09-221-15/+28
| | | | and move git operations inside git_last_commit to reduce redundancy
* Make sure repo is updated since first run, also, update it when SIGINFO is ↵Renato Botelho2015-09-221-0/+4
| | | | received
* Handle all sleep operations inside snapshots_sleep_between_runs()Renato Botelho2015-09-221-28/+29
|
* Do not run sleep in bg, use variables to control when it needs to be restartedRenato Botelho2015-09-221-25/+26
|
* Make sure local changes are reset before git pull, in some cases pull can ↵Renato Botelho2015-09-221-0/+1
| | | | fail due to conflicts
* Start to build a new round of snapshots when get SIGINFO (ctrl+t)Renato Botelho2015-09-221-10/+37
|
* Do not set maxsleepvalue to 0Renato Botelho2015-09-221-1/+0
|
* Do not wait a key to be pressed when build.sh is called by build_snapshots.shRenato Botelho2015-09-071-0/+5
|
* Break long lineRenato Botelho2015-09-041-1/+2
|
* Use read -r to make sure we print lines as they areRenato Botelho2015-09-041-2/+2
|
* Fix output capture taking stderr into considerationRenato Botelho2015-09-041-2/+2
|
* Move snapshot related functions to builder_common.sh and leave ↵Renato Botelho2015-09-021-298/+33
| | | | build_snapshots.sh a simple script that update repo and call build.sh, without need to know anything about build.conf variables
* Deduplicate git_last_commit()Renato Botelho2015-09-021-8/+3
|
* Do not add timestamp for release buildsRenato Botelho2015-09-011-5/+8
|
* Use full path to source fileRenato Botelho2015-08-261-1/+1
|
* Replace hard coded rsync data by new variablesRenato Botelho2015-08-251-39/+52
|
* Leave RSYNCIP to be defined in build.conf by user, exit if it's not definedRenato Botelho2015-08-251-6/+9
|
* Repect SCRATCHDIRRenato Botelho2015-08-251-1/+1
|
* Define BUILDER_TOOLS and BUILDER_ROOT on caller scripts and add extra checksRenato Botelho2015-08-251-5/+3
|
* Rename MAKEOBJDIRPREFIXFINAL to IMAGES_FINAL_DIRRenato Botelho2015-08-251-4/+3
|
* Rename BUILDER_SCRIPTS to BUILDER_TOOLS that makes more sense on current ↵Renato Botelho2015-08-251-11/+2
| | | | infrastructure, also remove some cd calls
* Adapt tools scripts for pfSense main repo (round #1):Renato Botelho2015-08-251-18/+9
| | | | | | | | | | | | | | | | | | | | - 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/+389
OpenPOWER on IntegriCloud