#
672d7ddb |
| 18-Aug-2011 |
Sean Bruno <sbruno@FreeBSD.org> |
Allow release generation from a WORLDDIR that is not /usr/src
PR: misc/159666 Submitted by: Test Rat <ttsestt@gmail.com> Reviewed by: Nathan Whitehorn <nwhitehorn@freebsd.org> Approved by: re (kib)
|
#
bd2228ab |
| 19-Jul-2011 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r224187
|
#
935205e2 |
| 17-Jul-2011 |
Justin T. Gibbs <gibbs@FreeBSD.org> |
Integrate from Head into ZFSD feature branch as of revision r224141.
|
#
bfc3bab8 |
| 10-Jul-2011 |
Nathan Whitehorn <nwhitehorn@FreeBSD.org> |
Per request of the docs team, install docs as packages, instead of via the normal distfile mechanism. Thanks to Marc Fonvieille for the patch and for putting up with me taking entirely too long to co
Per request of the docs team, install docs as packages, instead of via the normal distfile mechanism. Thanks to Marc Fonvieille for the patch and for putting up with me taking entirely too long to commit this!
Submitted by: blackend
show more ...
|
#
a5615c90 |
| 28-Jun-2011 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r222830
|
#
dbab0763 |
| 16-Jun-2011 |
Attilio Rao <attilio@FreeBSD.org> |
MFC
|
#
01dae98e |
| 16-Jun-2011 |
Nathan Whitehorn <nwhitehorn@FreeBSD.org> |
Make the bootonly CD smaller by discarding static libraries that are not useful without a toolchain.
|
#
6e352319 |
| 16-Jun-2011 |
Nathan Whitehorn <nwhitehorn@FreeBSD.org> |
Do not install the rescue tools onto the install CD. Since it is read only, they are very unlikely to be needed and take up a great deal of space.
|
#
87c3644c |
| 24-May-2011 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r222256
|
#
1fff3a56 |
| 20-May-2011 |
Attilio Rao <attilio@FreeBSD.org> |
MFC
|
#
0bd47e83 |
| 18-May-2011 |
Nathan Whitehorn <nwhitehorn@FreeBSD.org> |
As requested by many people, with final prodding from Jason Hall, fix this so that running make release causes make obj to be run before doing anything. This fixes a bug wherein, when run for the fir
As requested by many people, with final prodding from Jason Hall, fix this so that running make release causes make obj to be run before doing anything. This fixes a bug wherein, when run for the first time, and without -DNOSRC, make release would attempt to recursively tar up the src directory including its own output and enter an infinite loop.
While here, make the cross-building stuff work a little more the way it should if only one of TARGET/TARGET_ARCH is specified.
show more ...
|
#
61741fd7 |
| 18-Apr-2011 |
Nathan Whitehorn <nwhitehorn@FreeBSD.org> |
Mention the memstick target here.
|
#
299a8b95 |
| 11-Apr-2011 |
Nathan Whitehorn <nwhitehorn@FreeBSD.org> |
Add an install target to release/Makefile instead of grubbing around (and requesting that users grub around) in /usr/obj. Also make sure that make clean removes the bootonly media and clean up that t
Add an install target to release/Makefile instead of grubbing around (and requesting that users grub around) in /usr/obj. Also make sure that make clean removes the bootonly media and clean up that target a little.
show more ...
|
#
46c413fe |
| 28-Mar-2011 |
Nathan Whitehorn <nwhitehorn@FreeBSD.org> |
Add infrastructure for generation of boot-only ISO images. These have a reduced world, though still reasonably complete for fixit purposes.
|
#
3a20439f |
| 26-Mar-2011 |
Nathan Whitehorn <nwhitehorn@FreeBSD.org> |
Cause the release target to set up its object directory. It is designed to be a meta-target, and having it do this avoids it spewing files all over the source tree by default (and possible recursive
Cause the release target to set up its object directory. It is designed to be a meta-target, and having it do this avoids it spewing files all over the source tree by default (and possible recursive tarring if distributing a src tarball).
show more ...
|
#
0877c11e |
| 22-Mar-2011 |
Nathan Whitehorn <nwhitehorn@FreeBSD.org> |
Use labels to find release media instead of hard-coded device paths. This makes booting more reliable (and working at all on USB sticks). While here, move responsibility for setting up fstab into the
Use labels to find release media instead of hard-coded device paths. This makes booting more reliable (and working at all on USB sticks). While here, move responsibility for setting up fstab into the various platform mk-*.sh scripts.
Suggested by: many
show more ...
|
#
12ad0bb1 |
| 14-Mar-2011 |
Nathan Whitehorn <nwhitehorn@FreeBSD.org> |
Thanks to sysinstall for its 15 years of service. And now to sleep, perchance to dream...
|
#
99ad39c8 |
| 02-Mar-2011 |
Nathan Whitehorn <nwhitehorn@FreeBSD.org> |
Improve the distributeworld target in Makefile.inc1 and update the release infrastructure to use it. make distributeworld can now be used without preparing its environment first and installs games in
Improve the distributeworld target in Makefile.inc1 and update the release infrastructure to use it. make distributeworld can now be used without preparing its environment first and installs games into its distribution using the regular make distribute logic instead of post-processing with a script.
Also add two new targets, packageworld and packagekernel, that tar up the results of distributeworld and distributekernel (also new), respectively.
show more ...
|
Revision tags: release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0 |
|
#
0dd04e54 |
| 15-Jul-2010 |
Nathan Whitehorn <nwhitehorn@FreeBSD.org> |
Get powerpc64 install CDs a little closer: some powerpc things should be used on powerpc64 as well (build scripts, for instance), and the MFS root must be adjusted upward on powerpc64 as well.
This
Get powerpc64 install CDs a little closer: some powerpc things should be used on powerpc64 as well (build scripts, for instance), and the MFS root must be adjusted upward on powerpc64 as well.
This doesn't completely solve things: sysinstall stil needs some persuasion to deal with a default kernel named GENERIC64.
show more ...
|
#
8bb23971 |
| 13-Jul-2010 |
Nathan Whitehorn <nwhitehorn@FreeBSD.org> |
Connect powerpc64 to the build. It is not presently part of make universe, which will be added soon.
Reviewed by: imp
|
#
f57aeb7d |
| 26-May-2010 |
Ken Smith <kensmith@FreeBSD.org> |
Bump version number from 8.0 to 8.1. Belatedly bump stable/7 to stable/8 for SVNBRANCH.
Approved by: re (implicit)
|
#
8946c3d8 |
| 05-May-2010 |
Ken Smith <kensmith@FreeBSD.org> |
Merge r206423:
> Shift the version of perl used by the release build process over to > perl-5.10. This aligns the release build process with the current > default version of perl in the ports tree.
|
#
7f4bf230 |
| 05-May-2010 |
Ken Smith <kensmith@FreeBSD.org> |
Merge r206422:
> Pass the HTTP_PROXY and FTP_PROXY environment variables through in addition > to FTP_PASSIVE_MODE so release building works for a machine that needs > to use a proxy.
PR: misc/137
Merge r206422:
> Pass the HTTP_PROXY and FTP_PROXY environment variables through in addition > to FTP_PASSIVE_MODE so release building works for a machine that needs > to use a proxy.
PR: misc/137688 Submitted by: Michael Leun
show more ...
|
#
a4bf5fb9 |
| 28-Apr-2010 |
Kirk McKusick <mckusick@FreeBSD.org> |
Update to current version of head.
|
#
a3238bcf |
| 09-Apr-2010 |
Ken Smith <kensmith@FreeBSD.org> |
Shift the version of perl used by the release build process over to perl-5.10. This aligns the release build process with the current default version of perl in the ports tree.
I'll MFC this to all
Shift the version of perl used by the release build process over to perl-5.10. This aligns the release build process with the current default version of perl in the ports tree.
I'll MFC this to all active branches.
MFC after: 3 days
show more ...
|