summaryrefslogtreecommitdiffstats
path: root/tools/builder_common.sh
Commit message (Expand)AuthorAgeFilesLines
* Use $* to join all stringsRenato Botelho2015-11-251-2/+2
* Print all parametersRenato Botelho2015-11-251-2/+2
* Teach build_snapshots to deal with poudriere buildsRenato Botelho2015-11-251-8/+14
* Make sure /etc/dh-parameters* are not overwriteen during update, fixes #4816Renato Botelho2015-11-191-0/+1
* Do not create directory with the same name of final fileRenato Botelho2015-11-181-1/+1
* Create pkg repo directory before copyRenato Botelho2015-11-181-0/+2
* Replace hardcoded paths by PRODUCT_SHARE_DIRRenato Botelho2015-11-181-11/+11
* Remove \ leftoverRenato Botelho2015-11-181-1/+1
* Include pkg repo conf samples into base, to help disaster recoveryRenato Botelho2015-11-181-11/+22
* Create pfSense-repo and pfSense-repo-devel package. Ticket #5335Renato Botelho2015-11-171-7/+44
* Break long lineRenato Botelho2015-11-171-1/+5
* Break long lineRenato Botelho2015-11-171-1/+5
* Create a new core pkg, pfSense-rc, that will install /etc/rc. Add this packag...Renato Botelho2015-11-161-0/+3
* Deal with full update file separately, it doesn't end in .gzRenato Botelho2015-10-271-1/+7
* 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
OpenPOWER on IntegriCloud