summaryrefslogtreecommitdiffstats
path: root/tools/builder_common.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix core pkg repo to make rsync workRenato Botelho2015-12-281-1/+1
|
* Change core packages repo structure to match poudriere, this avoids having ↵Renato Botelho2015-12-231-12/+26
| | | | issues on client side at the moment we are rsync'ing a new version
* Note issue # opened against pkg(8)Renato Botelho2015-12-231-0/+3
|
* Fix repo sign for poudriere directory infrastructureRenato Botelho2015-12-231-1/+14
|
* Implement necessary code to be able to sign pkg(8) repoRenato Botelho2015-12-231-1/+31
|
* Create distfiles directory if it doesn't existRenato Botelho2015-12-141-0/+5
|
* Revert "Do not set DISTFILES_CACHE"Renato Botelho2015-12-141-0/+1
| | | | This reverts commit cd3f4b916c252980a257f5be1a0cf2688c078549.
* Mount poudriere zfs filesystem at proper pathRenato Botelho2015-12-141-1/+2
|
* Do not set DISTFILES_CACHERenato Botelho2015-12-141-1/+0
|
* Create poudriere filesystem when it's necessaryRenato Botelho2015-12-141-2/+7
|
* Random stuff in tools folder treePhil Davis2015-12-111-5/+5
| | | | White space and text or comment typos only - nothing functional.
* Rename ports and upgrade script when product is not called pfSenseRenato Botelho2015-11-261-0/+62
|
* No need to remove conf/* for nanobsdRenato Botelho2015-11-261-1/+0
|
* 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 ↵Renato Botelho2015-11-161-0/+3
| | | | package to kernel list if dependencies to make sure it's upgraded before reboot. It should fix #5457
* 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 ↵Renato Botelho2015-09-301-0/+10
| | | | mounted as MFS
* 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
OpenPOWER on IntegriCloud