F11 Spins process refinement
by Jon Stanley
As a member of FESCo, I'm leading an effort to improve the spins
process for F11. At the time that the F10 beta came around, no one
seemed to know what spins we were to produce to be hosted on
spins.fp.o, what process they had been through (Spins SIG, Board
trademark, rel-eng). We also inadvertently wound up requesting that
rel-eng produce spin using a toolchain that they had never heard of
before. As a result of this, the need for improvement became
immediately obvious to me.
If you're interested in this topic, we will be having a meeting,
hopefully sometime this week, via conference call. The reason for
holding this meeting via conference call rather than IRC is the
massively increased bandwidth that's available on a conference call to
actually discuss items - while IRC is wonderful for taking votes on
things that have already been thought out, it can't be used for a sort
of "working session".
What I need is *a volunteer* from each of the below groups to attend
this call. The reason for a single (or at most two) people from each
group is to facilitate an efficient, manageable call that stands a
fighting chance of accomplishing something :)
Spins SIG
Release Engineering
Board
FESCo
I'll also be reaching out to Bryan Kearney, who has some experience
going through this process, and some suggestions for refinement.
Note that we will be using a public whiteboard (most likely the Fedora
sobby instance), and the minutes of the call will be made public.
Thanks!
-Jon
14 years, 8 months
Fwd: fedora-livecd-kde.ks
by Sebastian Vahl
What's the proposed way to request an inclusion in Fedora 10 Beta for a
changed kickstart?
http://git.fedorahosted.org/git/spin-kickstarts.git?p=spin-kickstarts.git...
---------- Weitergeleitete Nachricht ----------
Betreff: fedora-livecd-kde.ks
Datum: Mittwoch, 24. September 2008
Von: Sebastian Vahl <svahl(a)fedoraproject.org>
An: spin-kickstarts-commits(a)lists.fedorahosted.org
fedora-livecd-kde.ks | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
New commits:
commit cfa07568c846798a32f5cd22258721e97aaad781
Author: Sebastian Vahl <fedora(a)deadbabylon.de>
Date: Wed Sep 24 12:05:22 2008 +0200
make sure that phonon-backend-xine is on the beta; remove pavucontrol for
saving space
diff --git a/fedora-livecd-kde.ks b/fedora-livecd-kde.ks
index 1ca9eef..38d1131 100644
--- a/fedora-livecd-kde.ks
+++ b/fedora-livecd-kde.ks
@@ -11,12 +11,15 @@
%packages
+# workaround to put it on the beta
+phonon-backend-xine
+
@kde-desktop
# unwanted packages from @kde-desktop
# don't include these for now to fit on a cd
-### amarok has duplicate functionality with juk (~14 megs)
+### amarok has duplicate functionality with juk (~10 megs)
#-amarok
### digikam has duplicate functionality with gwenview (~11 megs)
-digikam
@@ -47,7 +50,8 @@ filelight
# some extras
fuse
-pavucontrol
+# nice to have but pulls in gstreamer
+#pavucontrol
# additional fonts
14 years, 8 months