summaryrefslogtreecommitdiffstats
path: root/tools/build_snapshots.sh
Commit message (Expand)AuthorAgeFilesLines
* 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 an...Renato Botelho2015-09-221-15/+28
* Make sure repo is updated since first run, also, update it when SIGINFO is re...Renato Botelho2015-09-221-0/+4
* 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 fai...Renato Botelho2015-09-221-0/+1
* 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 build_snapshot...Renato Botelho2015-09-021-298/+33
* 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 infr...Renato Botelho2015-08-251-11/+2
* Adapt tools scripts for pfSense main repo (round #1):Renato Botelho2015-08-251-18/+9
* Import build scripts from pfSense-tools repoRenato Botelho2015-08-251-0/+389
OpenPOWER on IntegriCloud