All of lore.kernel.org
 help / color / mirror / Atom feed
* debian jessie gitbuilder repositories ?
@ 2015-07-20  7:35 Alexandre DERUMIER
  2015-07-20 14:19 ` Sage Weil
  0 siblings, 1 reply; 5+ messages in thread
From: Alexandre DERUMIER @ 2015-07-20  7:35 UTC (permalink / raw)
  To: ceph-devel; +Cc: sepia

Hi,

debian jessie gitbuilder is ok since 2 weeks now,

http://gitbuilder.sepia.ceph.com/gitbuilder-ceph-deb-jessie-amd64-basic


It is possible to push packages to repositories ?

http://gitbuilder.ceph.com/ceph-deb-jessie-x86_64-basic/

?

Alexandre

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: debian jessie gitbuilder repositories ?
  2015-07-20  7:35 debian jessie gitbuilder repositories ? Alexandre DERUMIER
@ 2015-07-20 14:19 ` Sage Weil
  2015-07-20 14:29   ` Alfredo Deza
  2015-07-20 17:10   ` [sepia] " Dan Mick
  0 siblings, 2 replies; 5+ messages in thread
From: Sage Weil @ 2015-07-20 14:19 UTC (permalink / raw)
  To: Alexandre DERUMIER; +Cc: ceph-devel, sepia

On Mon, 20 Jul 2015, Alexandre DERUMIER wrote:
> Hi,
> 
> debian jessie gitbuilder is ok since 2 weeks now,
> 
> http://gitbuilder.sepia.ceph.com/gitbuilder-ceph-deb-jessie-amd64-basic
> 
> 
> It is possible to push packages to repositories ?
> 
> http://gitbuilder.ceph.com/ceph-deb-jessie-x86_64-basic/


The builds are failing with this:

+ GNUPGHOME=/srv/gnupg reprepro --ask-passphrase -b 
../out/output/sha1/6ffb1c4ae43bcde9f5fde40dd97959399135ed86.tmp -C main 
--ignore=undef
inedtarget --ignore=wrongdistribution include jessie 
out~/ceph_0.94.2-50-g6ffb1c4-1jessie_amd64.changes
Cannot find definition of distribution 'jessie'!
There have been errors!


I've seen it before a long time ago, but I forget what the resolution is.

sage

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: debian jessie gitbuilder repositories ?
  2015-07-20 14:19 ` Sage Weil
@ 2015-07-20 14:29   ` Alfredo Deza
  2015-07-20 17:10   ` [sepia] " Dan Mick
  1 sibling, 0 replies; 5+ messages in thread
From: Alfredo Deza @ 2015-07-20 14:29 UTC (permalink / raw)
  To: Sage Weil; +Cc: Alexandre DERUMIER, ceph-devel, sepia



----- Original Message -----
> From: "Sage Weil" <sage@newdream.net>
> To: "Alexandre DERUMIER" <aderumier@odiso.com>
> Cc: "ceph-devel" <ceph-devel@vger.kernel.org>, sepia@ceph.com
> Sent: Monday, July 20, 2015 10:19:49 AM
> Subject: Re: debian jessie gitbuilder repositories ?
> 
> On Mon, 20 Jul 2015, Alexandre DERUMIER wrote:
> > Hi,
> > 
> > debian jessie gitbuilder is ok since 2 weeks now,
> > 
> > http://gitbuilder.sepia.ceph.com/gitbuilder-ceph-deb-jessie-amd64-basic
> > 
> > 
> > It is possible to push packages to repositories ?
> > 
> > http://gitbuilder.ceph.com/ceph-deb-jessie-x86_64-basic/
> 
> 
> The builds are failing with this:
> 
> + GNUPGHOME=/srv/gnupg reprepro --ask-passphrase -b
> ../out/output/sha1/6ffb1c4ae43bcde9f5fde40dd97959399135ed86.tmp -C main
> --ignore=undef
> inedtarget --ignore=wrongdistribution include jessie
> out~/ceph_0.94.2-50-g6ffb1c4-1jessie_amd64.changes
> Cannot find definition of distribution 'jessie'!
> There have been errors!
> 
> 
> I've seen it before a long time ago, but I forget what the resolution is.

I am not 100% how gitbuilders are setup but the DEB builders are meant to be generic
and they can be only when some setup is run to hold the environments for each distro.

The environments are created/updated with pbuilder, so one needs to exist for jessie. There is a script
that can do that called update_pbuilder.sh but that is missing `jessie`:

https://github.com/ceph/ceph-build/blob/master/update_pbuilder.sh#L22-30

A manual call to create the jessie environment for pbuilder would suffice here I think.
> 
> sage
> --
> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [sepia] debian jessie gitbuilder repositories ?
  2015-07-20 14:19 ` Sage Weil
  2015-07-20 14:29   ` Alfredo Deza
@ 2015-07-20 17:10   ` Dan Mick
  2015-07-20 18:06     ` Sage Weil
  1 sibling, 1 reply; 5+ messages in thread
From: Dan Mick @ 2015-07-20 17:10 UTC (permalink / raw)
  To: Sage Weil, Alexandre DERUMIER; +Cc: sepia, ceph-devel

On 07/20/2015 07:19 AM, Sage Weil wrote:
> On Mon, 20 Jul 2015, Alexandre DERUMIER wrote:
>> Hi,
>>
>> debian jessie gitbuilder is ok since 2 weeks now,
>>
>> http://gitbuilder.sepia.ceph.com/gitbuilder-ceph-deb-jessie-amd64-basic
>>
>>
>> It is possible to push packages to repositories ?
>>
>> http://gitbuilder.ceph.com/ceph-deb-jessie-x86_64-basic/
> 
> 
> The builds are failing with this:
> 
> + GNUPGHOME=/srv/gnupg reprepro --ask-passphrase -b 
> ../out/output/sha1/6ffb1c4ae43bcde9f5fde40dd97959399135ed86.tmp -C main 
> --ignore=undef
> inedtarget --ignore=wrongdistribution include jessie 
> out~/ceph_0.94.2-50-g6ffb1c4-1jessie_amd64.changes
> Cannot find definition of distribution 'jessie'!
> There have been errors!
> 
> 
> I've seen it before a long time ago, but I forget what the resolution is.
> 
> sage
> _______________________________________________
> Sepia mailing list
> Sepia@lists.ceph.com
> http://lists.ceph.com/listinfo.cgi/sepia-ceph.com

https://github.com/ceph/ceph-build/pull/102, probably

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [sepia] debian jessie gitbuilder repositories ?
  2015-07-20 17:10   ` [sepia] " Dan Mick
@ 2015-07-20 18:06     ` Sage Weil
  0 siblings, 0 replies; 5+ messages in thread
From: Sage Weil @ 2015-07-20 18:06 UTC (permalink / raw)
  To: Dan Mick; +Cc: Alexandre DERUMIER, sepia, ceph-devel

On Mon, 20 Jul 2015, Dan Mick wrote:
> On 07/20/2015 07:19 AM, Sage Weil wrote:
> > On Mon, 20 Jul 2015, Alexandre DERUMIER wrote:
> >> Hi,
> >>
> >> debian jessie gitbuilder is ok since 2 weeks now,
> >>
> >> http://gitbuilder.sepia.ceph.com/gitbuilder-ceph-deb-jessie-amd64-basic
> >>
> >>
> >> It is possible to push packages to repositories ?
> >>
> >> http://gitbuilder.ceph.com/ceph-deb-jessie-x86_64-basic/
> > 
> > 
> > The builds are failing with this:
> > 
> > + GNUPGHOME=/srv/gnupg reprepro --ask-passphrase -b 
> > ../out/output/sha1/6ffb1c4ae43bcde9f5fde40dd97959399135ed86.tmp -C main 
> > --ignore=undef
> > inedtarget --ignore=wrongdistribution include jessie 
> > out~/ceph_0.94.2-50-g6ffb1c4-1jessie_amd64.changes
> > Cannot find definition of distribution 'jessie'!
> > There have been errors!
> > 
> > 
> > I've seen it before a long time ago, but I forget what the resolution is.
> > 
> > sage
> > _______________________________________________
> > Sepia mailing list
> > Sepia@lists.ceph.com
> > http://lists.ceph.com/listinfo.cgi/sepia-ceph.com
> 
> https://github.com/ceph/ceph-build/pull/102, probably

That fixed it, thanks!

sage

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-07-20 18:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-20  7:35 debian jessie gitbuilder repositories ? Alexandre DERUMIER
2015-07-20 14:19 ` Sage Weil
2015-07-20 14:29   ` Alfredo Deza
2015-07-20 17:10   ` [sepia] " Dan Mick
2015-07-20 18:06     ` Sage Weil

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.