summaryrefslogtreecommitdiffstats
path: root/build.sh
Commit message (Collapse)AuthorAgeFilesLines
* Stop creating a meta package pfSense-vmware and pre-install ↵Renato Botelho2016-03-181-1/+4
| | | | pfSense-pkg-Open-VM-Tools on ova
* Improve readabilityRenato Botelho2016-03-151-25/+33
|
* Do not reset date string when doing read-only operationsRenato Botelho2016-03-061-0/+2
|
* Remove support for nanobsd images < 2gb. Fixes #5836Renato Botelho2016-02-011-1/+1
|
* Teach build_snapshots to deal with poudriere buildsRenato Botelho2015-11-251-1/+8
|
* rsync is requiredRenato Botelho2015-09-241-0/+9
|
* Add a workaround to make sure images are compressed before rsync, for some ↵Renato Botelho2015-09-181-5/+26
| | | | reason wait is not working as expected
* No need a subshell to call execute functionsRenato Botelho2015-09-171-5/+5
|
* Add waiting for jobs info to snapshots log tooRenato Botelho2015-09-101-1/+5
|
* Allow to use -a to select archs on all poudriere commandsRenato Botelho2015-09-071-11/+10
|
* Fix snapshots log rotateRenato Botelho2015-09-041-3/+0
|
* Avoid adding empty line at log headRenato Botelho2015-09-041-2/+2
|
* Fix --snapshot-update-status with empty messageRenato Botelho2015-09-041-3/+3
|
* remove quotes to fix forRenato Botelho2015-09-031-1/+1
|
* Create repository for base componentsRenato Botelho2015-09-031-0/+2
|
* Check rsync variables required to update package reposRenato Botelho2015-09-031-1/+13
|
* Simplify check for mandatory variablesRenato Botelho2015-09-031-19/+7
|
* Remove redundant checksRenato Botelho2015-09-031-4/+4
|
* List image files even when we are building snapshotsRenato Botelho2015-09-031-3/+3
|
* Move snapshot related functions to builder_common.sh and leave ↵Renato Botelho2015-09-021-3/+68
| | | | build_snapshots.sh a simple script that update repo and call build.sh, without need to know anything about build.conf variables
* Change -U to -u on build.sh to match current option from build_snapshot.shRenato Botelho2015-09-011-2/+2
|
* FreeBSD src is not needed to setup a builderRenato Botelho2015-08-281-1/+0
|
* Catch up with meta port rename pfSense-vm -> pfSense-vmwareRenato Botelho2015-08-271-1/+1
|
* We need to have FreeBSD-src repo to setup builder since pkg conf is thereRenato Botelho2015-08-251-0/+1
|
* Rename NO_CLEANFREEBSDOBJDIR -> NO_CLEAN_FREEBSD_OBJ and NO_CLEANREPOS -> ↵Renato Botelho2015-08-251-4/+4
| | | | NO_CLEAN_FREEBSD_SRC
* Remove ensure_source_directories_present() and call update_freebsd_sources() ↵Renato Botelho2015-08-251-2/+2
| | | | direct
* Rename clean_obj_dir() to clean_builder()Renato Botelho2015-08-251-2/+2
|
* Remove old parameter --flash-vendor description from help and note ↵Renato Botelho2015-08-251-2/+1
| | | | --update-sources will only update FreeBSD srcs
* Rename MAKEOBJDIRPREFIXFINAL to IMAGES_FINAL_DIRRenato Botelho2015-08-251-2/+2
|
* Rename BUILDER_SCRIPTS to BUILDER_TOOLS that makes more sense on current ↵Renato Botelho2015-08-251-3/+4
| | | | infrastructure, also remove some cd calls
* Import build scripts from pfSense-tools repoRenato Botelho2015-08-251-0/+372
OpenPOWER on IntegriCloud