summaryrefslogtreecommitdiffstats
path: root/tools/builder_common.sh
Commit message (Expand)AuthorAgeFilesLines
* Fix #5330: Create a package with kernel debug symbolsRenato Botelho2015-10-221-1/+9
* Check if image existsRenato Botelho2015-10-141-1/+3
* Stop creaging md5 checksums, sha256 is enoughRenato Botelho2015-10-141-5/+0
* Use UPDATES_TARBALL_FILENAME to get file nameRenato Botelho2015-10-141-2/+1
* Use cp -l to create hardlinks instead of duplicating imagesRenato Botelho2015-10-141-5/+5
* Simplify logic and check if file exist before try to copy itRenato Botelho2015-10-141-22/+12
* Create a latest symlink for all images but nanobsd, that already have oneRenato Botelho2015-10-141-0/+29
* Define boot delay for VGA tooRenato Botelho2015-10-071-1/+1
* Do not set loader.conf on nanobsd-vgaRenato Botelho2015-10-021-11/+11
* Make sure pkg db and cache is safe on nanobsd and on pfSense with /var mounte...Renato Botelho2015-09-301-0/+10
* Remove cust_fixup_nanobsd(), similar actions are done at specific create imag...Renato Botelho2015-09-301-31/+22
* 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 re...Renato Botelho2015-09-181-2/+8
* ADI images are amd64 onlyRenato Botelho2015-09-141-3/+5
* Preserve post_upgrade_command on /tmp on Full Update images, it's going to be...Renato Botelho2015-09-141-1/+6
* 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
OpenPOWER on IntegriCloud