<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/release/scripts, branch release/9.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F9.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F9.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2013-07-24T13:43:09Z</updated>
<entry>
<title>Modernize the package list for 9.2-RELEASE cycle:</title>
<updated>2013-07-24T13:43:09Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2013-07-24T13:43:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2bd77ad6d451614cb67cdb8260d6392005ed27e2'/>
<id>urn:sha1:2bd77ad6d451614cb67cdb8260d6392005ed27e2</id>
<content type='text'>
 o Update the perl package version to 5.14.

 o Add devel/subversion and devel/subversion-static so we provide
   a package for source-based users to check out the various trees,
   both with and without extra dependencies.

This is a direct commit to stable/9.

Approved by:	kib (mentor)
Approved by:	re (glebius)
</content>
</entry>
<entry>
<title>The list of packages we will put on the 9.0-RELEASE DVD images was</title>
<updated>2012-01-04T19:38:35Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2012-01-04T19:38:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f862deea5e29c8ef255221cff8454d214402d1ee'/>
<id>urn:sha1:f862deea5e29c8ef255221cff8454d214402d1ee</id>
<content type='text'>
worked out a bit late so this won't make it into releng/9.0 or
release/9.0.0 but it's worth committing to stable/9 for reference
when 9.1-RELEASE rolls around.

The new installer doesn't handle installing packages itself like sysinstall
had done so in that respect packages are no longer as closely tied to
doing an install.  We'll provide a "disc1" image that has no packages on
it at all.  For the "dvd1" image there will be a /packages directory with
the set of pre-built packages generated by this script (and all the
dependencies of these packages...).  The idea is to provide enough
packages on the DVD for a user to get a minimal graphical workstation
installed without needing to do a network based install if their network
link is so-so...

Discussed with:	portmgr, re
</content>
</entry>
<entry>
<title>Add generation of an installation manifest containing SHA256 checksums as</title>
<updated>2011-03-13T17:15:31Z</updated>
<author>
<name>Nathan Whitehorn</name>
<email>nwhitehorn@FreeBSD.org</email>
</author>
<published>2011-03-13T17:15:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b70047d4136285ce8e5046c379143f4813228855'/>
<id>urn:sha1:b70047d4136285ce8e5046c379143f4813228855</id>
<content type='text'>
well as package descriptions and add code in the installer to check the
checksums.
</content>
</entry>
<entry>
<title>Add generation of memstick images to the bsdinstall release makefile for</title>
<updated>2011-03-13T01:38:24Z</updated>
<author>
<name>Nathan Whitehorn</name>
<email>nwhitehorn@FreeBSD.org</email>
</author>
<published>2011-03-13T01:38:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=89033280b7a84e2b536882c9fc39c6a922cd3d02'/>
<id>urn:sha1:89033280b7a84e2b536882c9fc39c6a922cd3d02</id>
<content type='text'>
i386 and amd64. This involved moving the memstick generation script to
the arch directories from scripts/, in analogy to mkisoimages.sh. This
script was never called from /usr/src/release/Makefile, so that hasn't
been updated.
</content>
</entry>
<entry>
<title>Improve the distributeworld target in Makefile.inc1 and update the release</title>
<updated>2011-03-02T14:39:26Z</updated>
<author>
<name>Nathan Whitehorn</name>
<email>nwhitehorn@FreeBSD.org</email>
</author>
<published>2011-03-02T14:39:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=99ad39c822aa9bfa14167e101fce67e6d996dd42'/>
<id>urn:sha1:99ad39c822aa9bfa14167e101fce67e6d996dd42</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Remove an unnecessary cat.</title>
<updated>2010-06-19T09:33:11Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2010-06-19T09:33:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bcc411127252ecf6b4d77e21d914c23b1d9dcdcd'/>
<id>urn:sha1:bcc411127252ecf6b4d77e21d914c23b1d9dcdcd</id>
<content type='text'>
PR:		145447
Submitted by:	u at netbeisser dot de
MFC after:	1 week
</content>
</entry>
<entry>
<title>Provide a script that can be used to create the memstick images.  For now</title>
<updated>2010-02-18T15:45:43Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2010-02-18T15:45:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c0f29c6e1d44b27d1e118443b2df8e0a372c97ac'/>
<id>urn:sha1:c0f29c6e1d44b27d1e118443b2df8e0a372c97ac</id>
<content type='text'>
it isn't being integrated into 'make release' because for the forseeable
future the memstick images will be identical to what's on the DVD except
for which package set is provided.  If/when what's on the memstick diverges
from what's on the DVD it would make more sense to generate a "memstick"
directory in $CHROOT/R/cdrom and build the memstick image along with the
ISO images.

Reviewed by:	jhb, ru, Garrett Cooper (yanefbsd at gmail dot com)
</content>
</entry>
<entry>
<title>Update package list for 8.0-REL.</title>
<updated>2009-10-20T13:58:30Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2009-10-20T13:58:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b34c18a7dc84aeb7fcc4f542d67175f74abff8f2'/>
<id>urn:sha1:b34c18a7dc84aeb7fcc4f542d67175f74abff8f2</id>
<content type='text'>
Reviewed by:	re@, portmgr@
MFC after:	1 day
</content>
</entry>
<entry>
<title>Bring the layout of package-split.py more in line with where we're going</title>
<updated>2009-09-07T17:54:20Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2009-09-07T17:54:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=44a37a783b8ff7614eca910385afcda5c17813c5'/>
<id>urn:sha1:44a37a783b8ff7614eca910385afcda5c17813c5</id>
<content type='text'>
with packages on the release media.  It looks like we'll be putting just
the doc packages on the new "memory stick" image as well as disc1.  There
will be no other packages on the CDROM-sized media.  The DVD sized media
will include the doc packages plus whatever other packages we decide to
make part of the release.

This commit just brings the basic structure in line with being able to
do this.  We still need to discuss with various people exactly which
packages will be included on the DVD.

If the environement variable "PKG_DVD" is set a tree suitable for the
DVD media is generated.  Otherwise a tree suitable for the "memory stick"
and disc1 is generated.

MFC after:	3 days
</content>
</entry>
<entry>
<title>Fix a few issues with the lib32 dist so that it includes ldd32.</title>
<updated>2009-08-24T21:55:43Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2009-08-24T21:55:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7b0eef0b32db946b866471aa4c88b5de1dd65c31'/>
<id>urn:sha1:7b0eef0b32db946b866471aa4c88b5de1dd65c31</id>
<content type='text'>
- Use a better find invocation to purge empty directories from all the dist
  trees during a release build.  The previous version did not purge
  directories whose contents were all empty directories.
- Explicitly blacklist a few files from the lib32 dist instead of using a
  whitelist.  A better longterm solution is to fix the few offenders to not
  install data files during a lib32 install.

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