.gitignore | 2 configure.ac | 2 doc/Reference_Manual/en-US/Author_Group.xml | 10 doc/Reference_Manual/en-US/Preface.xml | 2 doc/Reference_Manual/en-US/Reference_Manual.xml | 2 doc/Reference_Manual/en-US/Revisor_Reference_Manual-Introduction.xml | 20 - revisor.spec.in | 2 unity/Makefile.am | 8 unity/conf/f11-install-respin.conf | 33 - unity/share/fedora-11-respin.cfg | 194 ++++++++++ 10 files changed, 236 insertions(+), 39 deletions(-)
New commits: commit fb3c9465de6ba299f5321f2300277e8125be0396 Author: Jeroen van Meeuwen (Fedora Unity) kanarip@fedoraunity.org Date: Sat Jul 18 22:54:06 2009 +0200
Update .gitignore
diff --git a/.gitignore b/.gitignore index a7cb4f1..161c40a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ syntax: glob *~ *.rpmnew *.rpmsave +*.log +ChangeLog Makefile Makefile.in base_screen.glade
commit c79c645d17d8d4b82ad97604307cae07f576130b Author: Jeroen van Meeuwen (Fedora Unity) kanarip@fedoraunity.org Date: Sat Jul 18 22:53:19 2009 +0200
Update documentation
diff --git a/doc/Reference_Manual/en-US/Author_Group.xml b/doc/Reference_Manual/en-US/Author_Group.xml index 37b4bf5..c36ec09 100644 --- a/doc/Reference_Manual/en-US/Author_Group.xml +++ b/doc/Reference_Manual/en-US/Author_Group.xml @@ -11,6 +11,14 @@ <orgname>Fedora Project</orgname> <orgdiv>Contributor</orgdiv> </affiliation> - <email>kanarip@fedoraproject.org</email> + <affiliation> + <orgname>Fedora Unity</orgname> + <orgdiv>Founding Member, Release Engineer</orgdiv> + </affiliation> + <affiliation> + <orgname>Operator Groep Delft</orgname> + <orgdiv>Sr. System Engineer</orgdiv> + </affiliation> + <email>kanarip@fedoraunity.org</email> </author> </authorgroup> diff --git a/doc/Reference_Manual/en-US/Preface.xml b/doc/Reference_Manual/en-US/Preface.xml index 0623129..529b5be 100644 --- a/doc/Reference_Manual/en-US/Preface.xml +++ b/doc/Reference_Manual/en-US/Preface.xml @@ -5,7 +5,7 @@ <preface id="Revisor_Reference_Manual-Preface"> <title>Preface</title> <para> - This is the documentation for Revisor, a utility to create and customize your own Linux distribution based on Fedora, Red Hat Enterprise Linux or CentOS. + This is the documentation for Revisor, a utility to create and customize your own Linux distribution based on Fedora, Red Hat Enterprise Linux or CentOS. This is also known as a Remix, or Re-Spin, or Re-Master. You may create anything you want with Revisor no matter what it's called though. </para>
<section id="Revisor_Reference_Manual-Preface-About_The_Contributors"> diff --git a/doc/Reference_Manual/en-US/Reference_Manual.xml b/doc/Reference_Manual/en-US/Reference_Manual.xml index 7962278..4f7ee5f 100644 --- a/doc/Reference_Manual/en-US/Reference_Manual.xml +++ b/doc/Reference_Manual/en-US/Reference_Manual.xml @@ -2,7 +2,7 @@ <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ ]>
-<book> +<book status="draft"> <xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> <xi:include href="Preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
diff --git a/doc/Reference_Manual/en-US/Revisor_Reference_Manual-Introduction.xml b/doc/Reference_Manual/en-US/Revisor_Reference_Manual-Introduction.xml index 561b37c..a1b4e52 100644 --- a/doc/Reference_Manual/en-US/Revisor_Reference_Manual-Introduction.xml +++ b/doc/Reference_Manual/en-US/Revisor_Reference_Manual-Introduction.xml @@ -11,20 +11,26 @@ <section id="Revisor_Reference_Manual-Introduction-History_Of_Revisor"> <title>History of Revisor</title> <para> - Revisor development started in December 2006, during the Fedora 7 development cycle, in which -you might recall- the Fedora Core repository, maintained by Red Hat, and Fedora Extras repository, mostly maintained by the community, were merged into one large repository being maintained by both community members as well as Red Hat employees -which are mostly community members hired by Red Hat -so community altogether. Before then Red Hat employees maintained Fedora Core -as the set of packages upstream for Red Hat's Enterprise product- and the community maintained a repository with additional software; Fedora Extras. Red Hat composed the Fedora distribution every once in a while, but the merge introduced the possibility for packages that were in Fedora Extras to be included in the main distribution, and for the community to also (co-)maintain the (former) Fedora Core packages that originally made up the distribution. + Revisor development started in December 2006, during the Fedora 7 development cycle, in which -as you might recall- the Fedora Core repository, maintained by Red Hat, and Fedora Extras repository, mostly maintained by the community, were merged into one large repository being maintained by both community members as well as Red Hat employees -which are mostly community members who just so happen to be hired by Red Hat, so community altogether. Before then Red Hat employees maintained Fedora Core -as the set of packages upstream for Red Hat's Enterprise product- and the community maintained a repository with additional software; Fedora Extras. Red Hat composed the Fedora distribution every once in a while, but the merge introduced the possibility for packages that were in Fedora Extras to be included in the main distribution, and for the community to also (co-)maintain the (former) Fedora Core packages that originally made up the distribution. </para> <para> In addition to this huge merge of packages, Red Hat employees were also able to release the entire build process to the community, meaning that from the moment the source is committed up and until the release is announced, the entire process is open. Not that is was all behind closed doors or proprietary or anything, the community just couldn't really play with it as much. We now have koji (build system), mash (repository compose from build system products), bodhi (updates release system), livecd-tools (compose tool for live media) and pungi (compose tool for installation media). </para> - <para> - Composing media was an obscure process up and until the moment these tools exposed the best way to compose (a set of) installation media. Fedora Unity had been building and releasing so-called Re-Spins1 regularly, but they were built using a not-so-very intelligent bash script. Like hundreds if not thousands of other parties that needed to build their own media one way or the other, the entire process was based on the best educated guess of what should happen. Luckily, in the FOSS world an educated guess is often a very good guess, despite the fact that one keeps learning even years after the original engagement. - </para> + <formalpara> + <title>Composing the distribution's media</title> + <para> + Composing media was an obscure process up and until the moment these tools exposed the best way to compose (a set of) installation media. Fedora Unity had been building and releasing so-called Re-Spins1 regularly, but they were built using a not-so-very intelligent bash script. Like hundreds if not thousands of other parties that needed to build their own media one way or the other, the entire process was based on the best educated guess of what should happen. Luckily, in the FOSS world an educated guess is often a very good guess, despite the fact that one keeps learning even years after the original engagement. + </para> + </formalpara> <para> When in December 2006 the compose tools hit a stage in which they were released to the public, Fedora Unity was eager to get these tools and study them and use them for composing their Re-Spins. Up and until then, Re-Spins were composed with the aforementioned bash script that didn't do much but trigger the appropriate commands in a sequence; There wasn't any dependency resolving between the packages included nor did we know exactly how a release was supposed to be composed -it was our educated guess of how it could happen. Although it often led to success, we've had many, many failed Re-Spins as well. With a handful of volunteers, you can imagine the amount of frustration that might give. Fedora Unity was eager to improve their Re-Spin process. </para> - <para> - So, early February 2007, a number of Fedora Unity members attended “FUDCon 2007” in Boston, and presented a working GUI front-end to livecd-tools and pungi enabling regular users to also re-compose or re-spin the installation media and live media they had been getting from the Fedora Project. Revisor at this point just made it “as easy as possible”. Besides the possibilities of pungi and livecd-tools themselves, the wizard Revisor had apparently was very, very useful to mere mortals. From that point on, things took off. - </para> + <formalpara> + <title>Fedora Unity's engagement</title> + <para> + So, early February 2007, a number of Fedora Unity members attended “FUDCon 2007” in Boston, and presented a working GUI front-end to both livecd-tools and pungi enabling regular users to also re-compose or re-spin the installation media and live media they had been getting from the Fedora Project. Revisor at this point just made it “as easy as possible”. Besides the possibilities of pungi and livecd-tools themselves, the wizard Revisor had apparently was very, very useful to mere mortals. From that point on, things took off. + </para> + </formalpara> <para> Fedora Unity decided Revisor could accomplish more then just being a front-end to existing compose tools and enable someone to tweak a lot of settings as well. In March 2007, Revisor was rebuild from the ground up in March 2007 to allow a more flexible process, more dependent on the configuration directives it was given and less so on the processes of the existing tools. When in San Diego at the Red Hat Summit (early May 2007), Robert 'Bob' Jensen and Jonathan Steffan gave a presentation on “Customizing Fedora”, the responses were amazing. Since then Revisor has evolved from a front-end to existing tools to the complete compose tool it is today, with lots of configuration options for specific use-cases. </para>
commit 7747d00b0d7ce55418c50450e9b38adf2ab2f406 Author: Jeroen van Meeuwen (Fedora Unity) kanarip@fedoraunity.org Date: Sat Jul 18 22:52:38 2009 +0200
Prepare to update to 2.1.7
diff --git a/configure.ac b/configure.ac index 47f45dd..d01cd18 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([revisor], 2.1.6) +AC_INIT([revisor], 2.1.7) AC_SUBST([RELEASE], 1)
AC_CONFIG_SRCDIR(revisor/__init__.py.in) diff --git a/revisor.spec.in b/revisor.spec.in index d3a9b3a..d1089b4 100644 --- a/revisor.spec.in +++ b/revisor.spec.in @@ -383,6 +383,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
%if ! %{pkg_unity} rm -rf %{buildroot}/%{_sysconfdir}/revisor-unity/ + rm -rf %{buildroot}/%{_datadir}/revisor/unity/ %endif
%if ! %{pkg_virt} @@ -546,6 +547,7 @@ rm -rf $RPM_BUILD_ROOT %dir %{_sysconfdir}/revisor-unity/conf.d %config(noreplace) %{_sysconfdir}/revisor-unity/*.conf %config(noreplace) %{_sysconfdir}/revisor-unity/conf.d/* +%{_datadir}/revisor/unity/ %endif
%if %{pkg_virt} diff --git a/unity/Makefile.am b/unity/Makefile.am index 31882c5..d32727a 100644 --- a/unity/Makefile.am +++ b/unity/Makefile.am @@ -10,6 +10,11 @@ etcconf_DATA = \ conf/rawhide-live-respin.conf \ conf/revisor.conf
+unitydatadir = $(pkgdatadir)/unity/ +unitydata_DATA = \ + share/fedora-11-single-cd_isolinux.cfg \ + share/fedora-11-respin.cfg + revisorconfdir = $(sysconfdir)/revisor-unity/conf.d/ revisorconf_DATA = \ conf/conf.d/fedora-11-everything.cfg \ @@ -193,4 +198,5 @@ EXTRA_DIST = \ conf/conf.d/revisor-f10-x86_64-live-kde-respin.conf \ conf/conf.d/revisor-f10-x86_64-live-xfce-respin.conf \ $(etcconf_DATA) \ - $(revisorconf_DATA) + $(revisorconf_DATA) \ + $(unitydata_DATA)
commit 63271640610281aa07f840187a3c03a3d8ffad6f Author: Jeroen van Meeuwen (Fedora Unity) kanarip@fedoraunity.org Date: Sat Jul 18 22:35:59 2009 +0200
Move fedora-11-respin.cfg Update f11-install-respin.conf
diff --git a/unity/conf/conf.d/fedora-11-respin.cfg b/unity/conf/conf.d/fedora-11-respin.cfg deleted file mode 100644 index 64bba6b..0000000 --- a/unity/conf/conf.d/fedora-11-respin.cfg +++ /dev/null @@ -1,194 +0,0 @@ -# Kickstart file for composing the "Fedora" spin of Fedora (rawhide) -# Maintained by the Fedora Release Engineering team: -# https://fedoraproject.org/wiki/ReleaseEngineering -# mailto:rel-eng@lists.fedoraproject.org - -# Use a part of 'iso' to define how large you want your isos. -# Only used when composing to more than one iso. -# Default is 695 (megs), CD size. -# Listed below is the size of a DVD if you wanted to split higher. -#part iso --size=4998 - -# Add the repos you wish to use to compose here. At least one of them needs group data. -repo --name=fedora-11-everything --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-11&arch=$basearc... -repo --name=fedora-11-everything-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-11&arch=$... - -repo --name=fedora-11-updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f11&ar... -repo --name=fedora-11-updates-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-source-f11... - -# Package manifest for the compose. Uses repo group metadata to translate groups. -# (@base is added by default unless you add --nobase to %packages) -# (default groups for the configured repos are added by --default) -%packages --default -# core -tcsh -kernel* -# Desktop Packages -@kde-desktop -echo-icon-theme -tracker -swfdec -nspluginwrapper -liferea -esc -thunderbird -@dial-up -# apps -@eclipse -joe -emacs -k3b -@system-tools -mc -wireshark-gnome -@fedora-packager -# Server packages -@dns-server -@ftp-server -@mail-server -@mysql -@network-server -@news-server -@smb-server -@sql-server -@web-server -# Keep dap off the install media, makes Eng & Sci show up --dap-server-cgi -# Virt group -@virtualization --optional -# filesystem stuff -reiserfs-utils -xfsprogs -jfsutils -# Languages -@afrikaans-support -@albanian-support -@arabic-support -@armenian-support -@assamese-support -@basque-support -@belarusian-support -@bengali-support -@bhutanese-support -@burmese-support -@bosnian-support -@brazilian-support -@breton-support -@british-support -@bulgarian-support -@catalan-support -@chinese-support -@croatian-support -@czech-support -@danish-support -@dutch-support -@esperanto-support -@estonian-support -@ethiopic-support -@faeroese-support -@filipino-support -@finnish-support -@french-support -@gaelic-support -@galician-support -@georgian-support -@german-support -@greek-support -@gujarati-support -@hebrew-support -@hindi-support -@hungarian-support -@icelandic-support -@indonesian-support -@inuktitut-support -@irish-support -@italian-support -@japanese-support -@kannada-support -@kashmiri-support -@kashubian-support -@khmer-support -@konkani-support -@korean-support -@lao-support -@latvian-support -@lithuanian-support -@low-saxon-support -@macedonian-support -@malay-support -@malayalam-support -@maori-support -@marathi-support -@mongolian-support -@nepali-support -@northern-sotho-support -@norwegian-support -@oriya-support -@persian-support -@polish-support -@portuguese-support -@punjabi-support -@romanian-support -@russian-support -@samoan-support -@serbian-support -@sindhi-support -@sinhala-support -@slovak-support -@slovenian-support -@somali-support -@southern-ndebele-support -@southern-sotho-support -@spanish-support -@swati-support -@swedish-support -@tagalog-support -@tamil-support -@telugu-support -@thai-support -@tibetan-support -@tonga-support -@tsonga-support -@tswana-support -@turkish-support -@ukrainian-support -@urdu-support -@venda-support -@vietnamese-support -@walloon-support -@welsh-support -@xhosa-support -@zulu-support -# Size removals --gimp-help --java-1.6.0-openjdk-src --xorg-x11-docs --kernel-doc --java-1.5.0-gcj-src --java-1.5.0-gcj-devel --libgcj-src --*javadoc* --frysk --*gcj* - --kernel*debug* --kernel-kdump* --syslog-ng --java-1.5.0-gcj-devel --astronomy-bookmarks --generic* --java-1.5.0-gcj-javadoc --btanks --GConf2-dbus --bluez-gnome - -# Remove these groups for additional space -# Devel packages -#@gnome-software-development -#@kde-software-development -#@web-development -#@x-software-development -#@development-libs -#@development-tools - -%end diff --git a/unity/conf/f11-install-respin.conf b/unity/conf/f11-install-respin.conf index fe3cc27..3bf99c7 100644 --- a/unity/conf/f11-install-respin.conf +++ b/unity/conf/f11-install-respin.conf @@ -26,51 +26,30 @@ getsource = 1 bugurl = http://bugzilla.redhat.com include_bootiso = 0
-[f11-i386-respin] -description = Fedora Unity Re-Spin Model for Fedora 11 -main = /etc/revisor-unity/conf.d/revisor-f11-i386-respin.conf product_name = Fedora product_path = Packages iso_basename = Fedora-Unity-$datestamp iso_label = FU $datestamp -architecture = i386 version = 11 version_from = F11 -kickstart_file = /etc/revisor/conf.d/fedora-11-gold.cfg +kickstart_file = /usr/share/revisor/unity/fedora-11-respin.cfg + +[f11-i386-respin] +description = Fedora Unity Re-Spin Model for Fedora 11 +main = /etc/revisor-unity/conf.d/revisor-f11-i386-respin.conf +architecture = i386
[f11-x86_64-respin] description = Fedora Unity Re-Spin Model for Fedora 11 main = /etc/revisor-unity/conf.d/revisor-f11-x86_64-respin.conf -product_name = Fedora -product_path = Packages -iso_basename = Fedora-Unity-$datestamp -iso_label = FU $datestamp architecture = x86_64 -version = 11 -version_from = F11 -kickstart_file = /etc/revisor/conf.d/fedora-11-gold.cfg
[f11-ppc-respin] description = Fedora Unity Re-Spin Model for Fedora 11 main = /etc/revisor-unity/conf.d/revisor-f11-ppc-respin.conf -product_name = Fedora -product_path = Packages -iso_basename = Fedora-Unity-$datestamp -iso_label = FU $datestamp architecture = ppc -version = 11 -version_from = F11 -kickstart_file = /etc/revisor/conf.d/fedora-11-gold.cfg
[f11-ppc64-respin] description = Fedora Unity Re-Spin Model for Fedora 11 main = /etc/revisor-unity/conf.d/revisor-f11-ppc64-respin.conf -product_name = Fedora -product_path = Packages -iso_basename = Fedora-Unity-$datestamp -iso_label = FU $datestamp architecture = ppc64 -version = 11 -version_from = F11 -kickstart_file = /etc/revisor/conf.d/fedora-11-gold.cfg - diff --git a/unity/share/fedora-11-respin.cfg b/unity/share/fedora-11-respin.cfg new file mode 100644 index 0000000..64bba6b --- /dev/null +++ b/unity/share/fedora-11-respin.cfg @@ -0,0 +1,194 @@ +# Kickstart file for composing the "Fedora" spin of Fedora (rawhide) +# Maintained by the Fedora Release Engineering team: +# https://fedoraproject.org/wiki/ReleaseEngineering +# mailto:rel-eng@lists.fedoraproject.org + +# Use a part of 'iso' to define how large you want your isos. +# Only used when composing to more than one iso. +# Default is 695 (megs), CD size. +# Listed below is the size of a DVD if you wanted to split higher. +#part iso --size=4998 + +# Add the repos you wish to use to compose here. At least one of them needs group data. +repo --name=fedora-11-everything --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-11&arch=$basearc... +repo --name=fedora-11-everything-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-11&arch=$... + +repo --name=fedora-11-updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f11&ar... +repo --name=fedora-11-updates-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-source-f11... + +# Package manifest for the compose. Uses repo group metadata to translate groups. +# (@base is added by default unless you add --nobase to %packages) +# (default groups for the configured repos are added by --default) +%packages --default +# core +tcsh +kernel* +# Desktop Packages +@kde-desktop +echo-icon-theme +tracker +swfdec +nspluginwrapper +liferea +esc +thunderbird +@dial-up +# apps +@eclipse +joe +emacs +k3b +@system-tools +mc +wireshark-gnome +@fedora-packager +# Server packages +@dns-server +@ftp-server +@mail-server +@mysql +@network-server +@news-server +@smb-server +@sql-server +@web-server +# Keep dap off the install media, makes Eng & Sci show up +-dap-server-cgi +# Virt group +@virtualization --optional +# filesystem stuff +reiserfs-utils +xfsprogs +jfsutils +# Languages +@afrikaans-support +@albanian-support +@arabic-support +@armenian-support +@assamese-support +@basque-support +@belarusian-support +@bengali-support +@bhutanese-support +@burmese-support +@bosnian-support +@brazilian-support +@breton-support +@british-support +@bulgarian-support +@catalan-support +@chinese-support +@croatian-support +@czech-support +@danish-support +@dutch-support +@esperanto-support +@estonian-support +@ethiopic-support +@faeroese-support +@filipino-support +@finnish-support +@french-support +@gaelic-support +@galician-support +@georgian-support +@german-support +@greek-support +@gujarati-support +@hebrew-support +@hindi-support +@hungarian-support +@icelandic-support +@indonesian-support +@inuktitut-support +@irish-support +@italian-support +@japanese-support +@kannada-support +@kashmiri-support +@kashubian-support +@khmer-support +@konkani-support +@korean-support +@lao-support +@latvian-support +@lithuanian-support +@low-saxon-support +@macedonian-support +@malay-support +@malayalam-support +@maori-support +@marathi-support +@mongolian-support +@nepali-support +@northern-sotho-support +@norwegian-support +@oriya-support +@persian-support +@polish-support +@portuguese-support +@punjabi-support +@romanian-support +@russian-support +@samoan-support +@serbian-support +@sindhi-support +@sinhala-support +@slovak-support +@slovenian-support +@somali-support +@southern-ndebele-support +@southern-sotho-support +@spanish-support +@swati-support +@swedish-support +@tagalog-support +@tamil-support +@telugu-support +@thai-support +@tibetan-support +@tonga-support +@tsonga-support +@tswana-support +@turkish-support +@ukrainian-support +@urdu-support +@venda-support +@vietnamese-support +@walloon-support +@welsh-support +@xhosa-support +@zulu-support +# Size removals +-gimp-help +-java-1.6.0-openjdk-src +-xorg-x11-docs +-kernel-doc +-java-1.5.0-gcj-src +-java-1.5.0-gcj-devel +-libgcj-src +-*javadoc* +-frysk +-*gcj* + +-kernel*debug* +-kernel-kdump* +-syslog-ng +-java-1.5.0-gcj-devel +-astronomy-bookmarks +-generic* +-java-1.5.0-gcj-javadoc +-btanks +-GConf2-dbus +-bluez-gnome + +# Remove these groups for additional space +# Devel packages +#@gnome-software-development +#@kde-software-development +#@web-development +#@x-software-development +#@development-libs +#@development-tools + +%end
commit e9412c8ecf83aaa84b290b5fbe298a4a212d6c3d Author: Jeroen van Meeuwen (Fedora Unity) kanarip@fedoraunity.org Date: Sat Jul 18 22:33:24 2009 +0200
Add a respin kickstart with some packages removed so the respin ends up on 1 single DVD
diff --git a/unity/conf/conf.d/fedora-11-respin.cfg b/unity/conf/conf.d/fedora-11-respin.cfg new file mode 100644 index 0000000..64bba6b --- /dev/null +++ b/unity/conf/conf.d/fedora-11-respin.cfg @@ -0,0 +1,194 @@ +# Kickstart file for composing the "Fedora" spin of Fedora (rawhide) +# Maintained by the Fedora Release Engineering team: +# https://fedoraproject.org/wiki/ReleaseEngineering +# mailto:rel-eng@lists.fedoraproject.org + +# Use a part of 'iso' to define how large you want your isos. +# Only used when composing to more than one iso. +# Default is 695 (megs), CD size. +# Listed below is the size of a DVD if you wanted to split higher. +#part iso --size=4998 + +# Add the repos you wish to use to compose here. At least one of them needs group data. +repo --name=fedora-11-everything --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-11&arch=$basearc... +repo --name=fedora-11-everything-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-11&arch=$... + +repo --name=fedora-11-updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f11&ar... +repo --name=fedora-11-updates-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-source-f11... + +# Package manifest for the compose. Uses repo group metadata to translate groups. +# (@base is added by default unless you add --nobase to %packages) +# (default groups for the configured repos are added by --default) +%packages --default +# core +tcsh +kernel* +# Desktop Packages +@kde-desktop +echo-icon-theme +tracker +swfdec +nspluginwrapper +liferea +esc +thunderbird +@dial-up +# apps +@eclipse +joe +emacs +k3b +@system-tools +mc +wireshark-gnome +@fedora-packager +# Server packages +@dns-server +@ftp-server +@mail-server +@mysql +@network-server +@news-server +@smb-server +@sql-server +@web-server +# Keep dap off the install media, makes Eng & Sci show up +-dap-server-cgi +# Virt group +@virtualization --optional +# filesystem stuff +reiserfs-utils +xfsprogs +jfsutils +# Languages +@afrikaans-support +@albanian-support +@arabic-support +@armenian-support +@assamese-support +@basque-support +@belarusian-support +@bengali-support +@bhutanese-support +@burmese-support +@bosnian-support +@brazilian-support +@breton-support +@british-support +@bulgarian-support +@catalan-support +@chinese-support +@croatian-support +@czech-support +@danish-support +@dutch-support +@esperanto-support +@estonian-support +@ethiopic-support +@faeroese-support +@filipino-support +@finnish-support +@french-support +@gaelic-support +@galician-support +@georgian-support +@german-support +@greek-support +@gujarati-support +@hebrew-support +@hindi-support +@hungarian-support +@icelandic-support +@indonesian-support +@inuktitut-support +@irish-support +@italian-support +@japanese-support +@kannada-support +@kashmiri-support +@kashubian-support +@khmer-support +@konkani-support +@korean-support +@lao-support +@latvian-support +@lithuanian-support +@low-saxon-support +@macedonian-support +@malay-support +@malayalam-support +@maori-support +@marathi-support +@mongolian-support +@nepali-support +@northern-sotho-support +@norwegian-support +@oriya-support +@persian-support +@polish-support +@portuguese-support +@punjabi-support +@romanian-support +@russian-support +@samoan-support +@serbian-support +@sindhi-support +@sinhala-support +@slovak-support +@slovenian-support +@somali-support +@southern-ndebele-support +@southern-sotho-support +@spanish-support +@swati-support +@swedish-support +@tagalog-support +@tamil-support +@telugu-support +@thai-support +@tibetan-support +@tonga-support +@tsonga-support +@tswana-support +@turkish-support +@ukrainian-support +@urdu-support +@venda-support +@vietnamese-support +@walloon-support +@welsh-support +@xhosa-support +@zulu-support +# Size removals +-gimp-help +-java-1.6.0-openjdk-src +-xorg-x11-docs +-kernel-doc +-java-1.5.0-gcj-src +-java-1.5.0-gcj-devel +-libgcj-src +-*javadoc* +-frysk +-*gcj* + +-kernel*debug* +-kernel-kdump* +-syslog-ng +-java-1.5.0-gcj-devel +-astronomy-bookmarks +-generic* +-java-1.5.0-gcj-javadoc +-btanks +-GConf2-dbus +-bluez-gnome + +# Remove these groups for additional space +# Devel packages +#@gnome-software-development +#@kde-software-development +#@web-development +#@x-software-development +#@development-libs +#@development-tools + +%end
revisor-devel@lists.stg.fedorahosted.org