aboutsummaryrefslogtreecommitdiff
path: root/release/scripts/package-split.py
Commit message (Collapse)AuthorAgeFilesLines
* Farewall, sysinstall! You served us well for many years, but 10.0 is oneNathan Whitehorn2011-10-031-187/+0
| | | | | | | | | | | digit beyond your time. Various sysinstall dependencies (e.g. libftpio, libdisk, libodialog, etc.) will be cleaned up in coming days. Some will take longer than others due to a few other consumers (tzsetup and sade). Notes: svn path=/head/; revision=225937
* Update package list for 8.0-REL.Ken Smith2009-10-201-14/+17
| | | | | | | | Reviewed by: re@, portmgr@ MFC after: 1 day Notes: svn path=/head/; revision=198287
* Bring the layout of package-split.py more in line with where we're goingKen Smith2009-09-071-67/+54
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=196942
* - release/* update to use freebsd-doc-* packages instead of buildingMarc Fonvieille2009-06-281-1/+24
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=195132
* Catch up to changes in the ports tree since last releaseKris Kennaway2007-11-071-6/+4
| | | | Notes: svn path=/head/; revision=173410
* Shift to vim-lite package because vim package doesn't build at the moment.Ken Smith2006-11-171-1/+1
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=164353
* Alpha no longer supported.Ken Smith2006-11-171-3/+1
| | | | | | | Noticed by: ru@ Notes: svn path=/head/; revision=164352
* Switch to emulators/linux_base-fc4 since that's the new defaultKen Smith2006-11-161-1/+1
| | | | | | | | | Linux emulator. MFC after: 3 days Notes: svn path=/head/; revision=164340
* Remove security/freebsd-update from package split; it's now in theBruce A. Mah2006-10-171-1/+0
| | | | | | | | | base system. Pointed out by: kris Notes: svn path=/head/; revision=163464
* Catch up to xchat and samba package changesKris Kennaway2006-09-091-2/+2
| | | | Notes: svn path=/head/; revision=162173
* First pass at trimming package set down. Disc2 is still too bigKen Smith2006-03-171-5/+0
| | | | | | | | even with this but we're still deciding exactly what to do about that. Notes: svn path=/head/; revision=156793
* The ltmdm port is marked as NO_PACKAGE now.Ken Smith2006-03-161-2/+1
| | | | Notes: svn path=/head/; revision=156781
* Remove the ports version of bsdiff - it is now in the base system.David E. O'Brien2005-12-071-1/+0
| | | | Notes: svn path=/head/; revision=153218
* Remove the ports version of portsnap - it is now in the base system.David E. O'Brien2005-12-071-1/+0
| | | | Notes: svn path=/head/; revision=153215
* It had been noticed disc2 was overflowing earlier but committing theKen Smith2005-11-031-6/+1
| | | | | | | | | | | fix slipped through a crack. Remove the apache and php packages under the assumption someone installing a Web server has network access and doesn't *need* the packages on disc2. This will be insta-MFCed... Notes: svn path=/head/; revision=151985
* Put gnome-lite and kde-lite on disc2 for ia64. The full gnome and kdeMarcel Moolenaar2005-05-031-4/+8
| | | | | | | | | packages is causing the disc2 ISO to overflow in excess of 100MB. MFC after: 2 days Notes: svn path=/head/; revision=145814
* Needed to drop "lang/gnat", "print/teTeX", and "textproc/docproj-jadetex"Ken Smith2005-04-171-3/+0
| | | | | | | | | to make the packages fit on the CDs... MFC after: 3 days Notes: svn path=/head/; revision=145213
* Remove the print/acroread package due to licensing concerns.Ken Smith2005-03-311-1/+0
| | | | | | | | | Requested by: trevor (acroread maintainer) Seconded by: Mark Linimon, Joerg Wunsch MFC after: 1 day Notes: svn path=/head/; revision=144390
* - Use the extend method of list objects to append a new list rather than aJohn Baldwin2005-03-211-11/+6
| | | | | | | | | | bunch of append calls when adding more ports to an existing list. - Remove the compatXY packages from disc1 as they are only intended for use on 5.x (6.x doesn't have them as dists anymore) and on 5.x they aren't packages but are old-fashioned distribution tarballs anyway. Notes: svn path=/head/; revision=143942
* - Always include x11/xorg on disc1 as it does exist for ia64 (I must haveJohn Baldwin2005-03-211-2/+4
| | | | | | | | | | | | | misread print-cdrom-packages.sh). - Include x11/xorg-manpages and devel/imake-6 since xorg doesn't pull those in as requirements. Not including manpages is a bug IMO. - Add security/freebsd-update to disc2, not sure why I left this one out but I did by accident. Reported by: kensmith (2), cpercival (3) Notes: svn path=/head/; revision=143941
* Add a new package splitting mechanism to replace print-cdrom-packages.sh.John Baldwin2005-03-211-0/+195
The new system tries to be more automated so that there is less work for the re's to do. It also no longer uses a /usr/ports tree as its input, but uses the generated package build including its INDEX file as its input. It parses the INDEX file, determines which packages should go on which ISO images, and then builds full-fledged trees of packages that can be added as an argument to mkisofs along with the tree built by 'make release' to build a full CD image. The INDEX files in the populated trees are generated with volume media number to make use of sysinstall's multiple volume support so that the user is kindly prompted to insert the appropriate disc for a package if it is not on the current disc. There is still some more tweaking to be done here, but this part needs to be committed. This stuff will all be used to prep the 5.4 release as well. Tested by: kensmith, others on re@ Reviewed by: re Notes: svn path=/head/; revision=143938