projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcc47fb
)
Debian GNU/Hurd does not support unshare
author
Paul Wise
<pabs@debian.org>
Wed, 1 Oct 2014 22:32:04 +0000
(06:32 +0800)
committer
Paul Wise
<pabs@debian.org>
Wed, 1 Oct 2014 22:32:13 +0000
(06:32 +0800)
Requested-in: <CABcaWC3NRq2Wq-RKux62mEYnXu2G01ARz7cTXOx4whjq1V0GcQ@mail.gmail.com>
modules/porterbox/files/dd-schroot-cmd
patch
|
blob
|
history
diff --git
a/modules/porterbox/files/dd-schroot-cmd
b/modules/porterbox/files/dd-schroot-cmd
index
0798131
..
6506b6e
100755
(executable)
--- 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]
in ('GNU/kFreeBSD', 'GNU')
:
return False
return True