| Commit message (Expand) | Author | Age | Files | Lines |
* | Add 'cloudware-install' target to handle copying cloud | gjb | 2015-02-24 | 1 | -1/+1 |
* | release: use xz via pipe when compressing the tarballs. | rpaulo | 2015-02-17 | 1 | -20/+7 |
* | Revert r278445. | gjb | 2015-02-09 | 1 | -4/+0 |
* | Enable multi-threaded xz(1) compression, after r278433. | gjb | 2015-02-09 | 1 | -1/+15 |
* | Define FREEBSD_VERSION in release/Makefile, derived | gjb | 2015-02-09 | 1 | -0/+4 |
* | Rename the 'system' target to 'disc1', which is specific | gjb | 2015-01-28 | 1 | -32/+32 |
* | Provide a recipe of "true" for building the "release" target once its | cperciva | 2015-01-23 | 1 | -0/+1 |
* | Rename the 'release' target to 'real-release', and | gjb | 2015-01-22 | 1 | -8/+7 |
*---. | Merge the following revisions from ^/projects/release-vmimage: | gjb | 2015-01-20 | 1 | -71/+11 |
|\ \ \ |
|
| | | * | Reintegrate head revisions r273096-r277147 | gjb | 2015-01-13 | 1 | -3/+12 |
| | | |\
| | |/ /
| |_| /
|/| | |
|
| | * | Add glue to allow enabling building cloud provider | gjb | 2014-10-29 | 1 | -0/+3 |
| |/ |
|
| * | Move virtual machine / cloud provider targets and | gjb | 2014-10-29 | 1 | -50/+1 |
* | | Use the correct loader.conf(5) entry for deferring the | gjb | 2014-12-30 | 1 | -3/+3 |
* | | Delay dropping to the mountroot prompt for 10 seconds | gjb | 2014-12-29 | 1 | -0/+3 |
* | | Fix VOLUME_LABEL when BRANCH contains non-alpha | gjb | 2014-11-04 | 1 | -2/+2 |
* | | Fix a few issues with creating VOLUME_LABEL for the | gjb | 2014-10-26 | 1 | -1/+5 |
* | | Add more descriptive metadata to the ISO images. | gjb | 2014-10-17 | 1 | -3/+5 |
|/ |
|
* | Add a separate make(1) target to release/Makefile to | gjb | 2014-10-14 | 1 | -0/+15 |
* | Remove two stray comments added during the initial iterations | gjb | 2014-10-02 | 1 | -2/+2 |
* | Add WITH_COMPRESSED_VMIMAGES variable, which when set enables | gjb | 2014-10-02 | 1 | -1/+3 |
* | After evaluating WITH_VMIMAGES is non-empty, ensure | gjb | 2014-10-01 | 1 | -2/+6 |
* | Avoid using env(1) to set values passed to mk-vmimage.sh, | gjb | 2014-10-01 | 1 | -8/+6 |
* | Separate release/scripts/mk-vmimage.sh to machine-specific | gjb | 2014-10-01 | 1 | -2/+2 |
* | release/Makefile: | gjb | 2014-09-28 | 1 | -1/+2 |
* | release/Makefile: | gjb | 2014-09-28 | 1 | -0/+3 |
* | Use VMBASE in place of a hard-coded filename in the CLEANFILES list. | gjb | 2014-09-28 | 1 | -1/+1 |
* | Initial commit to include virtual machine images as part | gjb | 2014-09-28 | 1 | -0/+53 |
* | Merge ^/projects/release-debugdist into ^/head: | gjb | 2014-07-01 | 1 | -5/+10 |
* | Switch release/Makefile knobs from WITHOUT_FOO=1 to MK_FOO=no. | gjb | 2014-06-14 | 1 | -9/+9 |
* | Strip out the test suite from the installation media. | jmmv | 2014-06-10 | 1 | -3/+4 |
* | Fix indentation level. | gjb | 2014-06-10 | 1 | -2/+2 |
* | Add empty pkg-stage file to CLEANFILES if WITH_DVD=1. | gjb | 2014-06-10 | 1 | -0/+3 |
* | Turn off the full witness trace on console output. | gjb | 2014-04-27 | 1 | -0/+3 |
* | Allow overriding xz(1) path. | gjb | 2014-04-03 | 1 | -1/+2 |
* | Use xz(1) instead of gzip(1) to compress release images | gjb | 2014-04-02 | 1 | -3/+3 |
* | If WITH_COMPRESSED_IMAGES is set, add the compressed images to | gjb | 2014-04-01 | 1 | -0/+5 |
* | Fix logic error: s/||/&&/ | gjb | 2014-04-01 | 1 | -1/+1 |
* | Clean up trailing whitespace in release/Makefile. | gjb | 2014-04-01 | 1 | -4/+4 |
* | Add a new release build variable, WITH_COMPRESSED_IMAGES. | gjb | 2014-04-01 | 1 | -0/+5 |
* | In release/Makefile, remove exclusion of CVS directories in the | gjb | 2014-02-26 | 1 | -2/+2 |
* | etcupdate should use the src tree from where the release is built, not | jhay | 2014-02-17 | 1 | -1/+1 |
* | Update the pkg-stage target to be more compatible with pkg-1.2: | gjb | 2014-01-16 | 1 | -3/+3 |
* | Bootstrap etcupdate(8) as part of the release build, similar | gjb | 2013-12-22 | 1 | -0/+2 |
* | Add a pkg(8) repository configuration file for cdrom-based package | gjb | 2013-12-15 | 1 | -0/+4 |
* | Reduce disc1.iso size by 74MB by removing lib32 libraries, sendmail, | gjb | 2013-12-14 | 1 | -1/+1 |
* | Ensure WITH_DVD is not empty to prevent 'WITH_DVD= ' from evaluating | gjb | 2013-12-05 | 1 | -1/+1 |
* | Turn off the dvdrom target by default. dvd1.iso is now built by | gjb | 2013-12-02 | 1 | -2/+2 |
* | Use standard CLEANFILES/CLEANDIRS and clean target in bsd.obj.mk. | hrs | 2013-12-01 | 1 | -9/+5 |
* | - Prevent TARGET and TARGET_ARCH from being defined as empty when | hrs | 2013-12-01 | 1 | -4/+8 |
* | Add NOPKG to disable pkg-stage. | hrs | 2013-11-30 | 1 | -1/+2 |