Commit graph

68 commits

Author SHA1 Message Date
Matt Turner de882a6590 specs/alpha: Build stage3 from stage1 2018-09-17 12:21:14 -07:00
Matt Turner e581c7ceb2 specs/alpha: Switch stages to 17.0 profile 2018-09-17 12:21:14 -07:00
Matt Turner 75e9042689 specs/alpha: Use isos portage_confdir for installcd stages 2018-09-08 20:40:48 -07:00
Ben Kohler 86dc6ae699
specs: add sys-apps/sandbox to *cd*stage2* livecd/unmerge 2018-07-13 14:37:51 -05:00
Ben Kohler 6d720d1bdc
specs: change man to man-db in livecd/unmerge
Default for virtual/man was changed to man-db back in 2014 but our specs
still have the old default sys-apps/man in livecd/unmerge.  Fixed.
2018-07-13 14:18:11 -05:00
Ben Kohler 2681491831
specs: empty /usr/include on isos 2018-07-13 12:24:43 -05:00
Ben Kohler 89d7daf0b4
specs: add /boot to livecd/empty to work around bug 661084
Due to bug 661084, the /boot/System* and other wildcard matches in
livecd/rm are not functional.  This causes us to ship a duplicate copy
of kernel/initramfs, wasting space.

I've added /boot to livecd/empty to work around this for now.  I only
added this to specs where /boot/* things were already in livecd/rm.
2018-07-13 12:15:55 -05:00
Ben Kohler 5ac0fc35f1
specs: some fixes to livecd/rm for sys-apps/portage tools 2018-07-13 08:52:13 -05:00
Ben Kohler 2c03ec60fb
specs: remove unused USE flags from livecds 2018-07-12 07:58:16 -05:00
Ben Kohler fa5b95a0f7
remove unneeded/obsolete gk_mainargs from *cd-stage2*.spec
There is no reason for the livecd initramfs to need to be able to open
mdraid/dmraid/lvm arrays, so we can remove this support from the
genkernel call.  The livecds will still have all the tools needed to
create/maintain/use these kinds of volumes later.

Modern genkernel also autodetects makeopts so we do not need to set that
explicitly.
2018-06-27 11:57:21 -05:00
Ben Kohler 6286776992 releases/weekly/specs/*/*cd-stage1.spec: remove dead ntlmaps pkg
net-proxy/ntlmaps was removed from ::gentoo in 2016 [1], time to remove
it from installcd package list.

[1] https://gitweb.gentoo.org/repo/gentoo.git/commit/net-proxy/ntlmaps?id=031ceb4bc4a53dca5c20906459ff08b8c48f7c5e
2018-04-09 08:51:10 -05:00
Robin H. Johnson cb879a382e
releases/weekly: shorten ISO labels.
ISO9660 limits label length to 32 characters, this is enforced by
mkisofs.

Catalyst now truncates to 32 characters instead of failing when mkisofs
does, however the label formatting is inconsistent and loses some
information.

New label structure:
  Gentoo ${ARCH} ${WHAT} ${STAMP}
Where 'WHAT' is skipped in some cases.

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2017-12-15 15:42:27 -08:00
Jorge Manuel B. S. Vicetto (jmbsvicetto) d47466ed7a Drop sys-apps/apmd - fixes bug 552314.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
2016-11-13 19:55:43 +00:00
Jorge Manuel B. S. Vicetto (jmbsvicetto) f636c7e886 Drop app-misc/vlock from the installcd, livecd and admincd - fixes bug 543778. Leaving livedvd specs pending more discussion.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
2016-11-13 19:03:38 +00:00
Mike Frysinger d4e6ae0019 convert GITDIR over to REPO_DIR
The variables were representing the same thing, so merge them.
2016-05-19 22:17:41 -04:00
Mike Frysinger 6a2361a8ea make portage_confdir location dynamic
Don't hardcode /root/ or /release/ paths to the releng git checkout.
Use the active git repo as the base path instead.
2016-03-20 16:14:42 -04:00
Robin H. Johnson 6a1a502eae
net-proxy/ntlmaps in global package.mask due to being unmaintained per bug #533170.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2016-01-11 22:04:18 -08:00
Jorge Manuel B. S. Vicetto (jmbsvicetto) a803a7a3be Add portage_confdir to the alpha specs to solve some blockers.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
2015-03-16 01:58:48 -01:00
Raúl Porcel 27440baa63 Update alpha 2014-09-28 14:23:06 +00:00
Raúl Porcel 414221ceb2 Add jfsutils to the alpha installcd wrt bug #473238 2014-08-18 11:15:40 +00:00
Raúl Porcel 5c3f1d9036 Use latest logic for stage1 seed, hppa and ppc need some work as they have all the stages in the same dir 2013-08-14 17:40:22 +00:00
Raúl Porcel 2b08a323c9 Add update_seed to all arches now that a catalyst version supporting it is stable 2013-08-13 10:12:32 +00:00
Raúl Porcel 26c0a97ef6 Update alpha kconfig, add SATA_SIL24 support, bug #453080 2013-08-04 15:15:50 +00:00
Raúl Porcel 7644bb6d9a Update alpha kconfig 2013-06-15 10:58:11 +00:00
Raúl Porcel afc0a4c4a3 Drop sys-apps/eject from the pkglist 2013-03-21 17:19:47 +00:00
Raúl Porcel 7e059e1941 Use the 13.0 profile 2013-02-14 13:20:31 +00:00
Raúl Porcel bac61a6326 Fix fsscript path 2012-09-09 17:18:08 +02:00
Raúl Porcel 2a2dc54fca Update alpha kconfig 2012-08-09 16:37:18 +00:00
Jorge Manuel B. S. Vicetto (jmbsvicetto) e20641097b Replace sys-fs/mount-cifs with sys-fs/cifs-utils as the former is on its way out of the tree.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
2012-07-26 04:17:34 +00:00
Jorge Manuel B. S. Vicetto (jmbsvicetto) 35d705ba37 Drop USE="-*" from the installcd-stage1 specs for alpha, ia64, ppc64 and sparc64. 2012-07-22 03:39:35 +00:00
Jorge Manuel B. S. Vicetto (jmbsvicetto) 03e1342e1c Stop cleaning /var/lock and /var/run as they're now a symlink. 2012-07-22 03:33:25 +00:00
Jorge Manuel B. S. Vicetto (jmbsvicetto) 52b5a70dd7 Added busybox to the remaining install-cd stages - fixes bug 189286. 2012-07-09 22:57:45 +00:00
Raúl Porcel 2fe7a860bf Remove unused+outdated specs
svn path=/trunk/; revision=837
2011-11-27 19:13:12 +00:00
Raúl Porcel 71fc07014b Update alpha kconfig
svn path=/trunk/; revision=836
2011-11-27 19:11:26 +00:00
Jorge Manuel B. S. Vicetto 110df0a740 Stop dropping /usr/include - bug 383609
svn path=/trunk/; revision=827
2011-11-05 21:03:17 +00:00
Jorge Manuel B. S. Vicetto 5a03a08f43 Replace app-editors/zile with app-editors/mg - fixes bug 384451.
svn path=/trunk/; revision=815
2011-09-25 20:23:27 +00:00
Raúl Porcel 1908d044a6 Update kconfig for alpha to include full HID support
svn path=/trunk/; revision=809
2011-08-31 17:29:36 +00:00
Jorge Manuel B. S. Vicetto 05e662d861 Dropping last evms traces from all specs of all arches.
svn path=/trunk/; revision=793
2011-06-24 12:03:12 +00:00
Raúl Porcel b7946cc6db sys-apps/eject has been moved to sys-block/eject
svn path=/trunk/; revision=780
2011-04-05 14:12:12 +00:00
Raúl Porcel 716a210304 Leave rsync on alpha/ia64/sparc installcd
svn path=/trunk/; revision=779
2011-02-20 11:58:57 +00:00
Raúl Porcel 4387a3643d Swap the kernels for alpha, turns out disabling legacy address gives more problems
svn path=/trunk/; revision=777
2011-02-16 19:33:45 +00:00
Jorge Manuel B. S. Vicetto 1d97391483 Add static-libs to USE for the installcd-stage1 specs to fix the dev-libs/libgcrypt failure build.
svn path=/trunk/; revision=774
2011-01-29 15:49:22 +00:00
Raúl Porcel 6e96eb3ec9 Add the second kernel for alpha with the legacy addr option
svn path=/trunk/; revision=773
2011-01-24 18:57:32 +00:00
Raúl Porcel 0a61622045 Use my cdtar on alpha with an enhanced message
svn path=/trunk/; revision=772
2011-01-23 19:13:37 +00:00
Jorge Manuel B. S. Vicetto b2f0d319d3 Updated installcd specs to enable the xml use flag.
We need to build python with xml support or portage-2.1.9 will refuse to build mirrorselect due to a missing dep.

svn path=/trunk/; revision=766
2010-12-11 18:54:02 +00:00
Raúl Porcel 2dcd894f08 Update alpha kconfig
svn path=/trunk/; revision=752
2010-10-07 19:24:47 +00:00
Raúl Porcel 67b3b5ce27 Add netboot stuff for alpha, so it doesn't get lost
svn path=/trunk/; revision=749
2010-09-11 15:35:12 +00:00
Jorge Manuel B. S. Vicetto aa5f5480d7 Updated mozilla atom to reflect the move from mozilla-firefox to firefox.
svn path=/trunk/; revision=744
2010-08-24 02:15:51 +00:00
Jorge Manuel B. S. Vicetto 8216297278 Completed previous commit to fix thunderbird's atom move from mozilla-thunderbird to thunderbird.
svn path=/trunk/; revision=743
2010-08-24 02:14:36 +00:00
Jorge Manuel B. S. Vicetto 74bc0bba58 Updated thunderbird atom to reflect the move from mozilla-thunderbird to thunderbird.
svn path=/trunk/; revision=742
2010-08-24 02:11:37 +00:00