summaryrefslogtreecommitdiffstats
path: root/tools/builder_common.sh
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove cust_fixup_nanobsd(), similar actions are done at specific create ↵Renato Botelho2015-09-301-31/+22
| | | | image functions, do the same for nanobsd
* Replace macros by variables after install bsdinstallerRenato Botelho2015-09-291-0/+5
|
* Install only bsdinstaller in install_bsdinstaller()Renato Botelho2015-09-291-1/+1
|
* Make sure FreeBSD src is available to setup pkg repoRenato Botelho2015-09-281-0/+2
|
* Remove unnecessary :- from variables that are between quotesRenato Botelho2015-09-251-30/+30
|
* Respect .gitignore when call git cleanRenato Botelho2015-09-251-2/+2
|
* If an error happened, just abort, there is no reason to ask user to press enterRenato Botelho2015-09-241-4/+0
|
* Automatically set meta pkgs version based on timestamp for snapshotsRenato Botelho2015-09-241-0/+13
|
* Introduce base-nanobsd packageRenato Botelho2015-09-181-1/+7
|
* Install base package on final stage dir, in preparation to base-nanobsdRenato Botelho2015-09-181-2/+2
|
* Add a workaround to make sure images are compressed before rsync, for some ↵Renato Botelho2015-09-181-2/+8
| | | | reason wait is not working as expected
* ADI images are amd64 onlyRenato Botelho2015-09-141-3/+5
|
* Preserve post_upgrade_command on /tmp on Full Update images, it's going to ↵Renato Botelho2015-09-141-1/+6
| | | | be used when upgrading from old systems
* Preserve pre_upgrade_command on /tmp on Full Update images, it's going to be ↵Renato Botelho2015-09-141-0/+7
| | | | used when upgrading from old systems
* 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 ↵Renato Botelho2015-09-021-0/+167
| | | | build_snapshots.sh a simple script that update repo and call build.sh, without need to know anything about build.conf variables
* 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 ↵Renato Botelho2015-09-011-2/+2
| | | | similar variables
* 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 ↵Renato Botelho2015-09-011-2/+2
| | | | boot and makes disk capacity to be respected
* First create a raw, then convert it to vmdk, and when convert, use -c to ↵Renato Botelho2015-08-311-10/+10
| | | | force it to respect size
* 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 ↵Renato Botelho2015-08-311-21/+32
| | | | vmdktool to convert disk to a modern version
* Fix typo in variable nameRenato Botelho2015-08-281-1/+1
|
* Add macros between %% and %% on pfSense.ovf, then simplify the logic of ↵Renato Botelho2015-08-281-36/+30
| | | | ova_setup_ovf_template()
* 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
|
OpenPOWER on IntegriCloud