[PATCH website] get_it: added fedora 17

Justin Clift jclift at redhat.com
Wed Jun 27 12:58:59 UTC 2012


On 26/06/2012, at 4:20 AM, mzatko at redhat.com wrote:
> From: Maros Zatko <mzatko at redhat.com>
> 
> ---
> nanocsite/content/get_it.haml |   79 ++++++++++++++++++++++++++++-------------
> 1 file changed, 55 insertions(+), 24 deletions(-)
> 
> diff --git a/nanocsite/content/get_it.haml b/nanocsite/content/get_it.haml
> index 6338638..b80d9ac 100644
> --- a/nanocsite/content/get_it.haml
> +++ b/nanocsite/content/get_it.haml
> @@ -32,7 +32,7 @@ title: Aeolus | Get It
>   Stable Release - 0.9.0

Thanks Maros, good thinking. :)

Personally, I'm kind of thinking we should point people at 0.10.x stuff now as
our newest "stable" release, instead of 0.9.0. ;>

 + For Fedora 17, 0.9.0 doesn't work properly at all (various issues), whereas
   whereas 0.10.x seems to be "getting there".

 + For Fedora 16, 0.10.x works ok for most things.  There's a bug in user data
   passing that affects Audrey users, but a fix for that should be packaged up
   and available in a few days.

With that in mind, I'll push your patch today, then apply some 0.10.x stuff
on top of it right away.  (Will need to put together a brief "release
announcement" type blurb for 0.10.x too)

+ Justin


> %p
> -  Aeolus is available for Fedora 15 and 16, as well as RHEL/CentOS 6.2.
> +  Aeolus is available for Fedora 15, 16 and 17, as well as RHEL/CentOS 6.2.
>   64-bit only in all cases.
> 
>   %p
> @@ -40,6 +40,8 @@ title: Aeolus | Get It
> 
>   %ul
>     %li
> +      <a href='#stabfed17" title="Fedora 17"'>Fedora 17</a>
> +    %li
>       <a href="#stabfed1516" title="Fedora 15 and 16">Fedora 15 and 16</a>
>     %li
>       <a href="#stabrhel6" title="Red Hat Enterprise Linux/CentOS 6.2">Red Hat Enterprise Linux and CentOS 6.2</a>
> @@ -47,6 +49,33 @@ title: Aeolus | Get It
> %br
> 
> .section-grouping
> +  %h2(id="stabfed17") Installation for Fedora 17 (64-bit only)
> +
> +  %h3 1. Install Aeolus
> +
> +  %p.note
> +    Please note that some things are not fully finished on Fedora 17 yet.
> +    If you experience any problems please try to resolve it using
> +    testing repository below.
> +
> +  %p
> +    %pre
> +      :preserve
> +        $ sudo yum install aeolus-all
> +
> +  %p
> +    &nbsp;&nbsp;&nbsp;&nbsp; This will install the latest Aeolus stable
> +    packages, along with their dependencies, on the system.
> +
> +  %p
> +    &nbsp;&nbsp;&nbsp;&nbsp;
> +    %a.button{ :href => "/gsg/0.9.0/configuring_aeolus.html" }
> +      Configure It
> +      %img{:src => "images/button-right.png", :alt => "→"}
> +
> +%br
> +
> +.section-grouping
>   %h2(id="stabfed1516") Installation for Fedora 15 and 16 (64-bit only)
> 
>   %h3 1. Add the Aeolus Fedora 15/16 Stable yum repository
> @@ -126,6 +155,8 @@ title: Aeolus | Get It
> 
>   %ul
>     %li
> +      <a href='#devfed17" title="Fedora 17"'>Fedora 17</a>
> +    %li
>       <a href="#devfed1516" title="Fedora 15 and 16">Fedora 15 and 16</a>
>     %li
>       <a href="#devrhel6" title="Red Hat Enterprise Linux/CentOS 6.2">Red Hat Enterprise Linux and CentOS 6.2</a>
> @@ -133,22 +164,25 @@ title: Aeolus | Get It
> %br
> 
> .section-grouping
> -  %h2(id="devfed1516") Installation for Fedora 15 and 16 (64-bit only)
> +  %h2(id="devfed17") Installation for Fedora 17 (64-bit only)
> 
> -  %h3 1. Add the Aeolus Fedora 15/16 Testing yum repository
> +  %h3 1. Install Aeolus
> 
> -  %p
> -    %pre
> -      :preserve
> -        $ sudo curl -o /etc/yum.repos.d/fedora-aeolus-testing.repo \
> -        &nbsp; http://repos.fedorapeople.org/repos/aeolus/conductor/testing/fedora-aeolus-testing.repo
> +  -#%p.note
> +    %b NOTE -
> +    You need to enable the Fedora Updates Testing repository at present, for
> +    all of the Aeolus packages to install correctly.
> 
> -  %h3 2. Install Aeolus
> +    %br
> +    %br
> +
> +    This is a temporary measure only, and should be resolved in time for the
> +    Fedora 17 release.
> 
>   %p
>     %pre
>       :preserve
> -        $ sudo yum install aeolus-all
> +        $ sudo yum install aeolus-all --enablerepo=updates-testing
> 
>   %p
>     &nbsp;&nbsp;&nbsp;&nbsp; This will install the latest Aeolus testing
> @@ -160,28 +194,25 @@ title: Aeolus | Get It
>       Configure It
>       %img{:src => "images/button-right.png", :alt => "→"}
> 
> --#%br
> -
> --#.section-grouping
> -  %h2(id="devfed17") Installation for Fedora 17 (beta) (64-bit only)
> +%br
> 
> -  %h3 1. Install Aeolus
> +.section-grouping
> +  %h2(id="devfed1516") Installation for Fedora 15 and 16 (64-bit only)
> 
> -  %p.note
> -    %b NOTE -
> -    You need to enable the Fedora Updates Testing repository at present, for
> -    all of the Aeolus packages to install correctly.
> +  %h3 1. Add the Aeolus Fedora 15/16 Testing yum repository
> 
> -    %br
> -    %br
> +  %p
> +    %pre
> +      :preserve
> +        $ sudo curl -o /etc/yum.repos.d/fedora-aeolus-testing.repo \
> +        &nbsp; http://repos.fedorapeople.org/repos/aeolus/conductor/testing/fedora-aeolus-testing.repo
> 
> -    This is a temporary measure only, and should be resolved in time for the
> -    Fedora 17 release.
> +  %h3 2. Install Aeolus
> 
>   %p
>     %pre
>       :preserve
> -        $ sudo yum install aeolus-all --enablerepo=updates-testing
> +        $ sudo yum install aeolus-all
> 
>   %p
>     &nbsp;&nbsp;&nbsp;&nbsp; This will install the latest Aeolus testing
> -- 
> 1.7.10.2
> 

--
Aeolus Community Manager
http://www.aeolusproject.org




More information about the aeolus-devel mailing list