[Katello] Pulp 2.8 beta now available in nightlies

Hello All,

Thanks to a great effort on many people's parts the Pulp 2.8 Beta is now
available in nightly. Especially I wanted to thank the pulp team for
all their help!

If you are running a development install it is recommended to spin up a
new one. Also we're recommend that any developers working on features
involving pulp 2.8 start using their nightlies for the time being as
you'll be able to test out bug fixes coming from the pulp developers
much more quickly. Here is a handy yum config for el7 to help you do that:

[2.8 nightly]
name=pulp28-nightly
baseurl=https://repos.fedorapeople.org/pulp/pulp/testing/automation/2.8/dev/7Server/x86_64/
enabled=1
gpgcheck=0
priority=1

Thanks,

Justin

These instructions worked for me after removing "priority=1" from other
repos.

··· On 02/02/2016 11:31 AM, Justin Sherrill wrote: > Hello All, > > Thanks to a great effort on many people's parts the Pulp 2.8 Beta is now > available in nightly. Especially I wanted to thank the pulp team for > all their help! > > If you are running a development install it is recommended to spin up a > new one. Also we're recommend that any developers working on features > involving pulp 2.8 start using their nightlies for the time being as > you'll be able to test out bug fixes coming from the pulp developers > much more quickly. Here is a handy yum config for el7 to help you do that: > > > [2.8 nightly] > name=pulp28-nightly > baseurl=https://repos.fedorapeople.org/pulp/pulp/testing/automation/2.8/dev/7Server/x86_64/ > > enabled=1 > gpgcheck=0 > priority=1

Wasn't able to reproduce this issue, but the space in the repolabel was
a mistake, my bad :slight_smile:

[28nightly]
name=pulp28-nightly
baseurl=https://repos.fedorapeople.org/pulp/pulp/testing/automation/2.8/dev/7Server/x86_64/

enabled=1
gpgcheck=0
priority=1

··· On 02/02/2016 12:57 PM, Chris Duryee wrote: > > On 02/02/2016 11:31 AM, Justin Sherrill wrote: >> Hello All, >> >> Thanks to a great effort on many people's parts the Pulp 2.8 Beta is now >> available in nightly. Especially I wanted to thank the pulp team for >> all their help! >> >> If you are running a development install it is recommended to spin up a >> new one. Also we're recommend that any developers working on features >> involving pulp 2.8 start using their nightlies for the time being as >> you'll be able to test out bug fixes coming from the pulp developers >> much more quickly. Here is a handy yum config for el7 to help you do that: >> >> >> [2.8 nightly] >> name=pulp28-nightly >> baseurl=https://repos.fedorapeople.org/pulp/pulp/testing/automation/2.8/dev/7Server/x86_64/ >> >> enabled=1 >> gpgcheck=0 >> priority=1 > These instructions worked for me after removing "priority=1" from other > repos. >

this worked for me, thanks!

··· On 02/02/2016 02:43 PM, Justin Sherrill wrote: > On 02/02/2016 12:57 PM, Chris Duryee wrote: >> >> On 02/02/2016 11:31 AM, Justin Sherrill wrote: >>> Hello All, >>> >>> Thanks to a great effort on many people's parts the Pulp 2.8 Beta is now >>> available in nightly. Especially I wanted to thank the pulp team for >>> all their help! >>> >>> If you are running a development install it is recommended to spin up a >>> new one. Also we're recommend that any developers working on features >>> involving pulp 2.8 start using their nightlies for the time being as >>> you'll be able to test out bug fixes coming from the pulp developers >>> much more quickly. Here is a handy yum config for el7 to help you do >>> that: >>> >>> >>> [2.8 nightly] >>> name=pulp28-nightly >>> baseurl=https://repos.fedorapeople.org/pulp/pulp/testing/automation/2.8/dev/7Server/x86_64/ >>> >>> >>> enabled=1 >>> gpgcheck=0 >>> priority=1 >> These instructions worked for me after removing "priority=1" from other >> repos. >> > Wasn't able to reproduce this issue, but the space in the repolabel was > a mistake, my bad :) > > > > > [28nightly] > name=pulp28-nightly > baseurl=https://repos.fedorapeople.org/pulp/pulp/testing/automation/2.8/dev/7Server/x86_64/ > > enabled=1 > gpgcheck=0 > priority=1 >