summaryrefslogtreecommitdiffstats
path: root/tools/builder_defaults.sh
Commit message (Expand)AuthorAgeFilesLines
* Add more parameters to ovfRenato Botelho2016-03-151-0/+8
* Add product_name suffix to ova/ovfRenato Botelho2016-03-151-3/+3
* Disable swap on ovaRenato Botelho2016-03-101-1/+1
* Calculate first partition sizeRenato Botelho2016-03-101-2/+0
* Move internal variable to be local inside functionRenato Botelho2016-03-101-2/+0
* Increase memory disk sizeRenato Botelho2016-03-081-1/+1
* Allow to have a suffix on images filenameRenato Botelho2016-03-011-8/+9
* Use a function to create nanobsd image filename and reduce duplicated codeRenato Botelho2016-03-011-0/+4
* Enable the build of ix(gbe) as a kernel module.Luiz Otavio O Souza2016-02-261-1/+1
* Replace sed by xmlstarlet to make config.xml changesRenato Botelho2016-02-261-0/+1
* Use DATESTRING for hidden pkg directory, this make -r work againRenato Botelho2016-02-241-1/+1
* Fix variable initializationRenato Botelho2016-02-191-1/+1
* Change ISO image filename to remove "LiveCD" from its name, and clean up asso...jim-p2016-02-171-1/+1
* Remove support for nanobsd images < 2gb. Fixes #5836Renato Botelho2016-02-011-1/+1
* Change core packages repo structure to match poudriere, this avoids having is...Renato Botelho2015-12-231-0/+1
* Implement necessary code to be able to sign pkg(8) repoRenato Botelho2015-12-231-0/+3
* Change default ZFS tank to zrootRenato Botelho2015-12-141-1/+1
* Random stuff in tools folder treePhil Davis2015-12-111-2/+2
* Rename ports and upgrade script when product is not called pfSenseRenato Botelho2015-11-261-0/+1
* Teach build_snapshots to deal with poudriere buildsRenato Botelho2015-11-251-0/+11
* Fix regex to set GIT_REPO_BASE, reported by Bill MeeksRenato Botelho2015-11-231-1/+1
* Add vmm and nmdm modules to amd64Renato Botelho2015-11-201-1/+1
* Replace hardcoded paths by PRODUCT_SHARE_DIRRenato Botelho2015-11-181-0/+2
* Create pfSense-repo and pfSense-repo-devel package. Ticket #5335Renato Botelho2015-11-171-0/+5
* Look for src and ports repo in the same git serverRenato Botelho2015-09-281-10/+4
* Set FreeBSD src and ports repo to use github or git.pfmechanics.com based on ...Renato Botelho2015-09-281-2/+10
* Consider numeric values after BETA and RCRenato Botelho2015-09-041-2/+2
* Improve base package versioning scheme to deal with -DEVELOPMENT, -ALPHA, -BE...Renato Botelho2015-09-041-15/+24
* Fix one more reverse checkRenato Botelho2015-09-041-1/+1
* Fix filenameRenato Botelho2015-09-041-1/+1
* Change core pkg dir to have packages under All/ and repo on ./Renato Botelho2015-09-031-1/+1
* Move snapshot related functions to builder_common.sh and leave build_snapshot...Renato Botelho2015-09-021-0/+8
* Rename directory where core packages are created to match other package repo ...Renato Botelho2015-09-021-1/+1
* Fix reverse checkingRenato Botelho2015-09-021-1/+1
* Remove backtick accidentally leftRenato Botelho2015-09-011-1/+1
* Do not add timestamp for release buildsRenato Botelho2015-09-011-7/+19
* Simplify logic for snapshots datestringsRenato Botelho2015-09-011-25/+10
* Rename OVA_FIRST_PART_SIZE to OVA_FIRST_PART_SIZE_IN_GB to match other simila...Renato Botelho2015-09-011-1/+1
* Math here is in bytes, not in blocks, use correct valueRenato Botelho2015-09-011-1/+1
* Remove 128 blocks (65536 bytes) from swap size, this is used by loader and bo...Renato Botelho2015-09-011-1/+3
* First create a raw, then convert it to vmdk, and when convert, use -c to forc...Renato Botelho2015-08-311-0/+2
* Fix PEODUCT_URL variable default assignmentRenato Botelho2015-08-311-1/+1
* Use modern pfSense.ovf template, remove unnecessary variables and use vmdktoo...Renato Botelho2015-08-311-9/+6
* Export MAKEOBJDIRPREFIX to builder/tmp and stop touching builder /usr/objRenato Botelho2015-08-281-0/+3
* Refactor OVA image build process using mkimg and makefsRenato Botelho2015-08-271-6/+7
* Move ovf template to templates/ovf, also rename variables accordinglyRenato Botelho2015-08-271-1/+1
* We do not need a separate path variable for ovf, use IMAGES_FINAL_DIR insteadRenato Botelho2015-08-271-1/+0
* Fix i386 kernel namesRenato Botelho2015-08-251-1/+1
* Do not set PKG_RSYNC_HOSTNAME automaticallyRenato Botelho2015-08-251-1/+0
* Remove pfSense definitions from default config and move check after PRODUCT_N...Renato Botelho2015-08-251-9/+9
OpenPOWER on IntegriCloud