| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Document the dvdrom target and NODVD variable, forgotten with r258310. | gjb | 2013-11-27 | 1 | -0/+2 |
* | Remove WITHOUT_PROFILE=1 for the dvd1.iso medium. | gjb | 2013-11-18 | 1 | -2/+1 |
* | Add the 'dvd1.iso' target. This mimics the 'release.iso' target, | gjb | 2013-11-18 | 1 | -1/+35 |
* | Use the IMAGES variable to determine which image files to remove | gjb | 2013-11-18 | 1 | -1/+1 |
* | Remove extra target from 'memstick' that I forgot to remove before | gjb | 2013-11-07 | 1 | -1/+1 |
* | Add a 'mini-memstick.img' release target, which will use the | gjb | 2013-11-07 | 1 | -1/+8 |
* | Reduce disc1.iso image size by installing the userland with | gjb | 2013-10-13 | 1 | -1/+2 |
* | Remove BIND. | des | 2013-09-30 | 1 | -2/+1 |
* | For consistency with previous releases, name the cdrom install | gjb | 2013-07-22 | 1 | -5/+6 |
* | Create memstick images with the '.img' filename extension. | gjb | 2013-07-21 | 1 | -5/+6 |
* | Convert old make variable modifiers :U and :L to bmake :tu and :tl. | tijl | 2013-06-02 | 1 | -2/+2 |
* | - Add CHECKSUM.* support in Makefile[1]. | hrs | 2013-02-03 | 1 | -3/+22 |
* | Prevent including .zfs snapshot directories in the src.txz | gjb | 2012-11-11 | 1 | -1/+1 |
* | Exclude potential circular symlink | emaste | 2012-10-15 | 1 | -1/+1 |
* | Exclude potential circular symlink when creating src tarball. | emaste | 2012-10-11 | 1 | -1/+1 |
* | Make sure not to tar up CVS directories if this ports tree is a CVS | nwhitehorn | 2012-03-09 | 1 | -0/+1 |
* | - Clean up extra ${.OBJDIR}. | hrs | 2012-03-08 | 1 | -44/+45 |
* | Restore functionality to pack several kernels into release. All | glebius | 2012-01-15 | 1 | -1/+1 |
* | Allow release generation from a WORLDDIR that is not /usr/src | sbruno | 2011-08-18 | 1 | -1/+1 |
* | Per request of the docs team, install docs as packages, instead of via | nwhitehorn | 2011-07-09 | 1 | -6/+1 |
* | Make the bootonly CD smaller by discarding static libraries that are not | nwhitehorn | 2011-06-15 | 1 | -4/+4 |
* | Do not install the rescue tools onto the install CD. Since it is read | nwhitehorn | 2011-06-15 | 1 | -1/+2 |
* | As requested by many people, with final prodding from Jason Hall, fix this | nwhitehorn | 2011-05-18 | 1 | -4/+6 |
* | Mention the memstick target here. | nwhitehorn | 2011-04-18 | 1 | -0/+1 |
* | Add an install target to release/Makefile instead of grubbing around | nwhitehorn | 2011-04-11 | 1 | -8/+13 |
* | Add infrastructure for generation of boot-only ISO images. These have a | nwhitehorn | 2011-03-27 | 1 | -2/+27 |
* | Cause the release target to set up its object directory. It is designed | nwhitehorn | 2011-03-26 | 1 | -1/+1 |
* | Use labels to find release media instead of hard-coded device paths. This | nwhitehorn | 2011-03-22 | 1 | -2/+0 |
* | Thanks to sysinstall for its 15 years of service. And now to sleep, | nwhitehorn | 2011-03-14 | 1 | -1408/+123 |
* | Improve the distributeworld target in Makefile.inc1 and update the release | nwhitehorn | 2011-03-02 | 1 | -5/+3 |
* | Get powerpc64 install CDs a little closer: some powerpc things should be | nwhitehorn | 2010-07-15 | 1 | -12/+21 |
* | Connect powerpc64 to the build. It is not presently part of make universe, | nwhitehorn | 2010-07-13 | 1 | -6/+12 |
* | Shift the version of perl used by the release build process over to | kensmith | 2010-04-09 | 1 | -1/+1 |