[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: dd-schroot-cmd on hurd boxes



On Thu, 2014-10-02 at 00:18 +0200, Gabriele Giacone wrote:
> On Wed, Oct 1, 2014 at 1:39 AM, Samuel Thibault <sthibault@debian.org> wrote:
> > Samuel Thibault, le Wed 01 Oct 2014 01:33:38 +0200, a écrit :
> >> Gabriele Giacone, le Fri 05 Sep 2014 03:11:45 +0200, a écrit :
> >> > diff --git a/modules/porterbox/files/dd-schroot-cmd b/modules/porterbox/files/dd-schroot-cmd
> >> > index 8dc7a4b..179491c 100755
> >> > --- a/modules/porterbox/files/dd-schroot-cmd
> >> > +++ b/modules/porterbox/files/dd-schroot-cmd
> >> > @@ -80,7 +80,7 @@ def ensure_ok(session):
> >> >          die("Session owner mismatch.")
> >> >
> >> >  def os_supports_unshare():
> >> > -    if platform.uname()[0] == 'GNU/kFreeBSD':
> >> > +    if platform.uname()[0] == 'GNU/kFreeBSD' or platform.uname()[0] == 'GNU':
> >> >          return False
> >> >      return True
> >> >
> >>
> >> Please submit it to schroot already, it seems obvious enough to get it
> >> there already :)
> >
> > Ah, sorry, I confused the patch numbers; you have already submitted it,
> > thanks.
> 
> Yes and didn't get any reply so far. CC'ing debian-admin@ to ping.

Fixed in dsa-puppet.git, went with a more concise check:

 if platform.uname()[0] in ('GNU/kFreeBSD', 'GNU'):

-- 
bye,
pabs

https://wiki.debian.org/PaulWise

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: