All of lore.kernel.org
 help / color / mirror / Atom feed
* Oneiric Builds
@ 2012-03-26 12:54 Alex Elder
  0 siblings, 0 replies; only message in thread
From: Alex Elder @ 2012-03-26 12:54 UTC (permalink / raw)
  To: Dan Mick, tommi.virtanen; +Cc: ceph-devel

I'm unable to load an up-to-date ceph-common package on my plana
(oneiric) system.  One of you mentioned something about how this file:

     /etc/apt/sources.list.d/ceph.list

is referring to natty, when it should be referring to oneiric.
Dan found that the reason was we aren't building packages for
oneric.  He found, *somewhere*, this code snippet:

     case distro
     when "maverick"
       # we don't actually build for maverick, but natty seems to work
       # fine; old sepia is still maverick
       distro = "natty"
     when "oneiric"
       # TODO we don't yet build debs for oneiric, so kludge it back to
       # natty; FIX ME
       distro = "natty"
     end

In the mean time I think I can find a way to build the package
on my machine, but is there a fix for this pending?

					-Alex

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-03-26 12:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-26 12:54 Oneiric Builds Alex Elder

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.