| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Break long line | Renato Botelho | 2015-09-04 | 1 | -1/+2 |
* | Remove unnecessary chmod calls | Renato Botelho | 2015-09-04 | 1 | -2/+0 |
* | Use read -r to make sure we print lines as they are | Renato Botelho | 2015-09-04 | 1 | -2/+2 |
* | Fix filename | Renato Botelho | 2015-09-04 | 1 | -1/+1 |
* | Add initial pre-deinstall and post-install scripts for base pkg | Renato Botelho | 2015-09-04 | 2 | -0/+50 |
* | Fix output capture taking stderr into consideration | Renato Botelho | 2015-09-04 | 1 | -2/+2 |
* | Fix typo in var name | Renato Botelho | 2015-09-04 | 1 | -2/+2 |
* | Fix reverse check | Renato Botelho | 2015-09-03 | 1 | -1/+1 |
* | Send repo containing core packages to remote server | Renato Botelho | 2015-09-03 | 1 | -0/+6 |
* | Create a new function pkg_repo_rsync, it'll be also used for core pkgs | Renato Botelho | 2015-09-03 | 1 | -14/+27 |
* | Create repository for base components | Renato Botelho | 2015-09-03 | 1 | -0/+15 |
* | Change core pkg dir to have packages under All/ and repo on ./ | Renato Botelho | 2015-09-03 | 2 | -9/+9 |
* | Move snapshot related functions to builder_common.sh and leave build_snapshot... | Renato Botelho | 2015-09-02 | 3 | -298/+208 |
* | Fix log message to match amount of memory tested above | Renato Botelho | 2015-09-02 | 1 | -1/+1 |
* | Deduplicate git_last_commit() | Renato Botelho | 2015-09-02 | 2 | -10/+5 |
* | Rename directory where core packages are created to match other package repo ... | Renato Botelho | 2015-09-02 | 1 | -1/+1 |
* | Fix reverse checking | Renato Botelho | 2015-09-02 | 1 | -1/+1 |
* | Remove backtick accidentally left | Renato Botelho | 2015-09-01 | 1 | -1/+1 |
* | Do not add timestamp for release builds | Renato Botelho | 2015-09-01 | 3 | -14/+29 |
* | Simplify logic for snapshots datestrings | Renato Botelho | 2015-09-01 | 1 | -25/+10 |
* | Be more verbose about what is happening | Renato Botelho | 2015-09-01 | 1 | -3/+13 |
* | Fix default-config-vmware pkg name | Renato Botelho | 2015-09-01 | 1 | -1/+1 |
* | Rename OVA_FIRST_PART_SIZE to OVA_FIRST_PART_SIZE_IN_GB to match other simila... | Renato Botelho | 2015-09-01 | 2 | -3/+3 |
* | Create a specific default-config package for vmware | Renato Botelho | 2015-09-01 | 5 | -0/+44 |
* | Math here is in bytes, not in blocks, use correct value | Renato Botelho | 2015-09-01 | 1 | -1/+1 |
* | Fix ova fstab | Renato Botelho | 2015-09-01 | 1 | -2/+2 |
* | Remove 128 blocks (65536 bytes) from swap size, this is used by loader and bo... | Renato Botelho | 2015-09-01 | 2 | -3/+5 |
* | First create a raw, then convert it to vmdk, and when convert, use -c to forc... | Renato Botelho | 2015-08-31 | 2 | -10/+12 |
* | Fix PEODUCT_URL variable default assignment | Renato Botelho | 2015-08-31 | 1 | -1/+1 |
* | Remove extra 'i' left by accident | Renato Botelho | 2015-08-31 | 1 | -1/+1 |
* | Check if final file exists, not temporary | Renato Botelho | 2015-08-31 | 1 | -1/+1 |
* | Use modern pfSense.ovf template, remove unnecessary variables and use vmdktoo... | Renato Botelho | 2015-08-31 | 3 | -62/+123 |
* | Export MAKEOBJDIRPREFIX to builder/tmp and stop touching builder /usr/obj | Renato Botelho | 2015-08-28 | 1 | -0/+3 |
* | Fix typo in variable name | Renato Botelho | 2015-08-28 | 1 | -1/+1 |
* | Add macros between %% and %% on pfSense.ovf, then simplify the logic of ova_s... | Renato Botelho | 2015-08-28 | 2 | -64/+39 |
* | Use 2 different networks on ovf, LAN and WAN. While here, fix vmxnet3 case to... | Renato Botelho | 2015-08-28 | 1 | -8/+11 |
* | Catch up with meta port rename pfSense-vm -> pfSense-vmware | Renato Botelho | 2015-08-27 | 1 | -1/+1 |
* | Refactor OVA image build process using mkimg and makefs | Renato Botelho | 2015-08-27 | 2 | -185/+87 |
* | Replace e1000 by vmxnet3 | Renato Botelho | 2015-08-27 | 1 | -4/+4 |
* | Remove more redundant actions | Renato Botelho | 2015-08-27 | 1 | -2/+0 |
* | Do not calculate size of mnt partition if it's not used anyway | Renato Botelho | 2015-08-27 | 1 | -8/+0 |
* | Stop modifying conf directories for ova, it's handled by default-config package | Renato Botelho | 2015-08-27 | 1 | -5/+0 |
* | Do not mount ovf image on /mnt but inside builder to avoid touching builder | Renato Botelho | 2015-08-27 | 1 | -38/+45 |
* | Remove path to call echo | Renato Botelho | 2015-08-27 | 1 | -2/+2 |
* | Remove lots of sync calls | Renato Botelho | 2015-08-27 | 1 | -7/+0 |
* | Remove unnecessary variables, also add some error checking | Renato Botelho | 2015-08-27 | 1 | -6/+19 |
* | Rename ova_setup_ovf_file() to ova_setup_ovf_template() | Renato Botelho | 2015-08-27 | 1 | -2/+2 |
* | Move ovf template to templates/ovf, also rename variables accordingly | Renato Botelho | 2015-08-27 | 3 | -9/+9 |
* | We do not need a separate path variable for ovf, use IMAGES_FINAL_DIR instead | Renato Botelho | 2015-08-27 | 2 | -28/+27 |
* | Obsolete use of /etc/nano_use_vga.txt, Use enableserial_force flag instead | Renato Botelho | 2015-08-27 | 1 | -3/+0 |