summaryrefslogtreecommitdiffstats
path: root/tools/builder_common.sh
Commit message (Expand)AuthorAgeFilesLines
...
* Preserve pre_upgrade_command on /tmp on Full Update images, it's going to be ...Renato Botelho2015-09-141-0/+7
* Create pkg repo from All's parent directoryRenato Botelho2015-09-081-1/+1
* Fix loop iteration removing quotesRenato Botelho2015-09-081-1/+1
* Do not wait a key to be pressed when build.sh is called by build_snapshots.shRenato Botelho2015-09-071-2/+4
* Remove quotes from for callsRenato Botelho2015-09-071-2/+2
* Allow to use -a to select archs on all poudriere commandsRenato Botelho2015-09-071-14/+18
* Fix snapshots log rotateRenato Botelho2015-09-041-2/+4
* Remove dead codeRenato Botelho2015-09-041-2/+0
* Remove unnecessary chmod callsRenato Botelho2015-09-041-2/+0
* Fix typo in var nameRenato Botelho2015-09-041-2/+2
* Fix reverse checkRenato Botelho2015-09-031-1/+1
* Send repo containing core packages to remote serverRenato Botelho2015-09-031-0/+6
* Create a new function pkg_repo_rsync, it'll be also used for core pkgsRenato Botelho2015-09-031-14/+27
* Create repository for base componentsRenato Botelho2015-09-031-0/+15
* Change core pkg dir to have packages under All/ and repo on ./Renato Botelho2015-09-031-8/+8
* Move snapshot related functions to builder_common.sh and leave build_snapshot...Renato Botelho2015-09-021-0/+167
* Fix log message to match amount of memory tested aboveRenato Botelho2015-09-021-1/+1
* Deduplicate git_last_commit()Renato Botelho2015-09-021-2/+2
* Do not add timestamp for release buildsRenato Botelho2015-09-011-2/+2
* Be more verbose about what is happeningRenato Botelho2015-09-011-3/+13
* Rename OVA_FIRST_PART_SIZE to OVA_FIRST_PART_SIZE_IN_GB to match other simila...Renato Botelho2015-09-011-2/+2
* Create a specific default-config package for vmwareRenato Botelho2015-09-011-0/+10
* Fix ova fstabRenato Botelho2015-09-011-2/+2
* Remove 128 blocks (65536 bytes) from swap size, this is used by loader and bo...Renato Botelho2015-09-011-2/+2
* First create a raw, then convert it to vmdk, and when convert, use -c to forc...Renato Botelho2015-08-311-10/+10
* Remove extra 'i' left by accidentRenato Botelho2015-08-311-1/+1
* Check if final file exists, not temporaryRenato Botelho2015-08-311-1/+1
* Use modern pfSense.ovf template, remove unnecessary variables and use vmdktoo...Renato Botelho2015-08-311-21/+32
* Fix typo in variable nameRenato Botelho2015-08-281-1/+1
* Add macros between %% and %% on pfSense.ovf, then simplify the logic of ova_s...Renato Botelho2015-08-281-36/+30
* Refactor OVA image build process using mkimg and makefsRenato Botelho2015-08-271-179/+80
* Remove more redundant actionsRenato Botelho2015-08-271-2/+0
* Do not calculate size of mnt partition if it's not used anywayRenato Botelho2015-08-271-8/+0
* Stop modifying conf directories for ova, it's handled by default-config packageRenato Botelho2015-08-271-5/+0
* Do not mount ovf image on /mnt but inside builder to avoid touching builderRenato Botelho2015-08-271-38/+45
* Remove path to call echoRenato Botelho2015-08-271-2/+2
* Remove lots of sync callsRenato Botelho2015-08-271-7/+0
* Remove unnecessary variables, also add some error checkingRenato Botelho2015-08-271-6/+19
* Rename ova_setup_ovf_file() to ova_setup_ovf_template()Renato Botelho2015-08-271-2/+2
* Move ovf template to templates/ovf, also rename variables accordinglyRenato Botelho2015-08-271-8/+8
* We do not need a separate path variable for ovf, use IMAGES_FINAL_DIR insteadRenato Botelho2015-08-271-27/+27
* Obsolete use of /etc/nano_use_vga.txt, Use enableserial_force flag insteadRenato Botelho2015-08-271-3/+0
* Stop calling ntpdate to fix builder clockRenato Botelho2015-08-251-6/+0
* Check if file exists before try to access itRenato Botelho2015-08-251-1/+1
* Remove extra spacesRenato Botelho2015-08-251-2/+2
* Do not set PKG_RSYNC_HOSTNAME automaticallyRenato Botelho2015-08-251-0/+5
* Fix wrong variable nameRenato Botelho2015-08-251-2/+2
* Fix reverse checkRenato Botelho2015-08-251-1/+0
* Rename NO_CLEANFREEBSDOBJDIR -> NO_CLEAN_FREEBSD_OBJ and NO_CLEANREPOS -> NO_...Renato Botelho2015-08-251-2/+2
* Remove ensure_source_directories_present() and call update_freebsd_sources() ...Renato Botelho2015-08-251-6/+0
OpenPOWER on IntegriCloud