summaryrefslogtreecommitdiffstats
path: root/tools/builder_common.sh
Commit message (Collapse)AuthorAgeFilesLines
* Do not scp log filesRenato Botelho2016-08-021-14/+0
|
* Retire snapshots_rotate_logfile()Renato Botelho2016-08-021-14/+0
|
* Make sure images were builtRenato Botelho2016-08-021-0/+20
|
* Use mkisoimages.sh to build ISORenato Botelho2016-08-021-21/+15
|
* Fix messagesRenato Botelho2016-08-021-5/+2
|
* Stop using CORE_PKG_TMPRenato Botelho2016-08-021-1/+1
|
* Only point log error instead of tail it, it creates confusionRenato Botelho2016-08-011-4/+0
|
* Fix variable nameRenato Botelho2016-08-011-7/+7
|
* Add create_core_pkg.sh and start using itRenato Botelho2016-08-011-81/+10
|
* Add install_freebsd.sh and use itRenato Botelho2016-08-011-29/+18
|
* Add build_freebsd.sh and start using itRenato Botelho2016-08-011-11/+8
|
* Remove outdated XXX messageRenato Botelho2016-08-011-1/+0
|
* Add git_checkout.sh and common.subrRenato Botelho2016-08-011-24/+10
| | | | | | | | | This is the first of a set commits to start replacing big builder_common.sh by smaller and specific scripts to do necessary build tasks. First is git_checkout.sh, a script used to checkout or update a git repository on desired destination dir and branch or tag.
* Remove stray 'i'Renato Botelho2016-07-261-1/+1
|
* Fix variable nameRenato Botelho2016-07-191-1/+1
|
* Remove immutable flag before delete directoryRenato Botelho2016-07-191-2/+4
|
* Make sure licenses dir is removed to avoid duplicate it in the wrong packageRenato Botelho2016-07-181-0/+3
|
* Move to Apache License 2.0Renato Botelho2016-07-151-48/+16
|
* Review license / copyright on all files (1st round)Renato Botelho2016-07-141-11/+28
|
* Fix rsync patternRenato Botelho2016-07-051-1/+1
|
* Fix memstickserial and memstickadi images pathRenato Botelho2016-06-271-2/+2
|
* Run make distribution on installer directoryRenato Botelho2016-06-271-1/+5
|
* Enable bsdinstall for memstick serial and adiRenato Botelho2016-06-271-64/+31
|
* Install kernel on installer imageRenato Botelho2016-06-271-2/+4
|
* Goodbye bsdinstallerRenato Botelho2016-06-271-25/+0
|
* Prepare memstick to use bsdinstallRenato Botelho2016-06-271-27/+32
|
* Do not write /etc/platform, base package will do itRenato Botelho2016-06-271-2/+0
|
* Disable athstats buildRenato Botelho2016-06-271-2/+3
|
* Make sure filemon is loaded since we are going to use meta_modeRenato Botelho2016-06-271-0/+2
|
* Remove WITHOUT_TOOLCHAIN=1, it's already in src.confRenato Botelho2016-06-271-1/+1
|
* Move message to proper placeRenato Botelho2016-06-271-1/+1
|
* Simplify adding all targets at the same callRenato Botelho2016-06-271-6/+2
|
* Stop adding TARGET and TARGET_ARCH to all make calls, they are exportedRenato Botelho2016-06-271-10/+7
|
* Export LOCAL_ITOOLS, same variable used by FreeBSD build toolsRenato Botelho2016-06-271-4/+4
|
* Use a single parameter to define -j parameter for buildRenato Botelho2016-06-271-3/+3
|
* Remove NO_CLEAN and NO_KERNELCLEANRenato Botelho2016-06-271-4/+4
|
* Export SRCCONF, variable name used by FreeBSD and stop adding it to build ↵Renato Botelho2016-06-271-14/+4
| | | | commands
* Export __MAKE_CONF, variable name used by FreeBSD and stop adding it to ↵Renato Botelho2016-06-271-3/+3
| | | | build commands
* Use synlink path for core repo and fix resume buildRenato Botelho2016-06-211-7/+7
|
* Add the hability of building images with custom logos on build scriptsRenato Botelho2016-06-201-9/+27
|
* Stop using memory disks for staging and final dirRenato Botelho2016-06-021-56/+0
|
* Remove passwd, master.passwd and group filesRenato Botelho2016-05-301-3/+0
| | | | | | | | | These files don't need to be present on pfSense main repo, they are updated according our needs during first boot so we can use standard file from FreeBSD While here, do not try to run pwd_mkdb since it's already done by make distribution
* Remove i386 itemsRenato Botelho2016-05-271-4/+0
|
* Stop creating a stagingarea and opulated old update formatRenato Botelho2016-05-271-66/+37
|
* Do not build nanobsd-update images anymoreRenato Botelho2016-05-271-53/+1
|
* Retire print_flagsRenato Botelho2016-05-271-28/+0
|
* Stop building full update images, users will need to reach 2.3 first and ↵Renato Botelho2016-05-271-51/+0
| | | | then go to newer versions
* Send .real* directories first to final serverRenato Botelho2016-05-271-1/+18
|
* Add -H to rsync calls to preserve hardlinksRenato Botelho2016-05-241-2/+2
|
* Create core repo early and send it to staging areaRenato Botelho2016-05-201-1/+6
|
OpenPOWER on IntegriCloud