<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/release/scripts/package-split.py, branch stable/8</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Update perl version to that included on install medium.</title>
<updated>2013-04-25T02:18:57+00:00</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2013-04-25T02:18:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c71299ce4b7facac6f8629abb4733a2d81c16154'/>
<id>c71299ce4b7facac6f8629abb4733a2d81c16154</id>
<content type='text'>
This is a direct commit to stable/8 with no intent to MFC/MFS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a direct commit to stable/8 with no intent to MFC/MFS.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust for the set of packages that will ship with 8.3-RELEASE.  At this</title>
<updated>2012-03-29T12:03:06+00:00</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2012-03-29T12:03:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4e7c8a569fe4b5195ace0cc78c6dd57e2ce44f34'/>
<id>4e7c8a569fe4b5195ace0cc78c6dd57e2ce44f34</id>
<content type='text'>
point only the English documentation package fits on disc1.  All of the
documentation packages will be provided on the memstick images but no
other packages.  The DVD image will have enough packages to set up a
basic graphical workstation.

Reviewed by:	portmgr, re
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
point only the English documentation package fits on disc1.  All of the
documentation packages will be provided on the memstick images but no
other packages.  The DVD image will have enough packages to set up a
basic graphical workstation.

Reviewed by:	portmgr, re
</pre>
</div>
</content>
</entry>
<entry>
<title>Package set for 8.1-RELEASE.  We still have a 2Gb maximum file size</title>
<updated>2010-07-07T17:05:32+00:00</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2010-07-07T17:05:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=173f3d64277e264600f86a9afb5ddae1f4ca7474'/>
<id>173f3d64277e264600f86a9afb5ddae1f4ca7474</id>
<content type='text'>
limit caused by cvsup still being used for some of our mirror system.
That is being worked on.

Reviewed by:	re@, portmgr@
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
limit caused by cvsup still being used for some of our mirror system.
That is being worked on.

Reviewed by:	re@, portmgr@
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r198287:</title>
<updated>2009-10-21T17:18:48+00:00</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2009-10-21T17:18:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3604d6e3d3d578a4af47019667f926d93d9a72ba'/>
<id>3604d6e3d3d578a4af47019667f926d93d9a72ba</id>
<content type='text'>
  Update package list for 8.0-REL.

Reviewed by:	re@, portmgr@
Approved by:	re (implicit)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Update package list for 8.0-REL.

Reviewed by:	re@, portmgr@
Approved by:	re (implicit)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r196942:</title>
<updated>2009-09-11T13:46:28+00:00</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2009-09-11T13:46:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d8b6f57c831c9871da487355c6ef56563841d920'/>
<id>d8b6f57c831c9871da487355c6ef56563841d920</id>
<content type='text'>
&gt; Bring the layout of package-split.py more in line with where we're going
&gt; with packages on the release media.  It looks like we'll be putting just
&gt; the doc packages on the new "memory stick" image as well as disc1.  There
&gt; will be no other packages on the CDROM-sized media.  The DVD sized media
&gt; will include the doc packages plus whatever other packages we decide to
&gt; make part of the release.
&gt;
&gt; This commit just brings the basic structure in line with being able to
&gt; do this.  We still need to discuss with various people exactly which
&gt; packages will be included on the DVD.
&gt;
&gt; If the environement variable "PKG_DVD" is set a tree suitable for the
&gt; DVD media is generated.  Otherwise a tree suitable for the "memory stick"
&gt; and disc1 is generated.

Approved by:	re (kib)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
&gt; Bring the layout of package-split.py more in line with where we're going
&gt; with packages on the release media.  It looks like we'll be putting just
&gt; the doc packages on the new "memory stick" image as well as disc1.  There
&gt; will be no other packages on the CDROM-sized media.  The DVD sized media
&gt; will include the doc packages plus whatever other packages we decide to
&gt; make part of the release.
&gt;
&gt; This commit just brings the basic structure in line with being able to
&gt; do this.  We still need to discuss with various people exactly which
&gt; packages will be included on the DVD.
&gt;
&gt; If the environement variable "PKG_DVD" is set a tree suitable for the
&gt; DVD media is generated.  Otherwise a tree suitable for the "memory stick"
&gt; and disc1 is generated.

Approved by:	re (kib)
</pre>
</div>
</content>
</entry>
<entry>
<title>- release/* update to use freebsd-doc-* packages instead of building</title>
<updated>2009-06-28T08:59:46+00:00</updated>
<author>
<name>Marc Fonvieille</name>
<email>blackend@FreeBSD.org</email>
</author>
<published>2009-06-28T08:59:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=944bc81da94bc04b2d8acfc144504e58e70c92f0'/>
<id>944bc81da94bc04b2d8acfc144504e58e70c92f0</id>
<content type='text'>
  FreeBSD docset during 'make release' this will speed up release
  builds;
- sysinstall(8) has also been updated to use these packages with a new
  menu allowing people to choose what localized doc to install;
- mention in UPDATING that docs from the FreeBSD Documentation project
  are now installed in /usr/local/share/doc/freebsd instead of
  /usr/share/doc.

Approved by:	re (kensmith)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  FreeBSD docset during 'make release' this will speed up release
  builds;
- sysinstall(8) has also been updated to use these packages with a new
  menu allowing people to choose what localized doc to install;
- mention in UPDATING that docs from the FreeBSD Documentation project
  are now installed in /usr/local/share/doc/freebsd instead of
  /usr/share/doc.

Approved by:	re (kensmith)
</pre>
</div>
</content>
</entry>
<entry>
<title>Catch up to changes in the ports tree since last release</title>
<updated>2007-11-07T09:11:45+00:00</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2007-11-07T09:11:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=56e4ceea65752105ac8eea21a327149187a6a5da'/>
<id>56e4ceea65752105ac8eea21a327149187a6a5da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Shift to vim-lite package because vim package doesn't build at the moment.</title>
<updated>2006-11-17T05:10:41+00:00</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2006-11-17T05:10:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8b33776a49afa7b26e1c59f8f50ab5189aeb2de4'/>
<id>8b33776a49afa7b26e1c59f8f50ab5189aeb2de4</id>
<content type='text'>
MFC after:	3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MFC after:	3 days
</pre>
</div>
</content>
</entry>
<entry>
<title>Alpha no longer supported.</title>
<updated>2006-11-17T04:24:33+00:00</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2006-11-17T04:24:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=bcc506c582864603d38d4ad9e9bd57f0687b9ace'/>
<id>bcc506c582864603d38d4ad9e9bd57f0687b9ace</id>
<content type='text'>
Noticed by:	ru@
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Noticed by:	ru@
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to emulators/linux_base-fc4 since that's the new default</title>
<updated>2006-11-16T19:08:27+00:00</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2006-11-16T19:08:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0dd900b35bf925bac5950de03344dbe83b7fab8f'/>
<id>0dd900b35bf925bac5950de03344dbe83b7fab8f</id>
<content type='text'>
Linux emulator.

MFC after:	3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Linux emulator.

MFC after:	3 days
</pre>
</div>
</content>
</entry>
</feed>
