[lxc-devel] [pylxd/master] Fix busybox.obfuscate (closes #143)

rockstar on Github lxc-bot at linuxcontainers.org
Sat Jun 25 07:35:48 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 302 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160625/2b5256af/attachment.bin>
-------------- next part --------------
From 1b8d72da39240c9a6e2d31b0bf88848388cdb38f Mon Sep 17 00:00:00 2001
From: Paul Hummer <paul.hummer at canonical.com>
Date: Sat, 25 Jun 2016 01:33:15 -0600
Subject: [PATCH] Fix busybox.obfuscate (closes #143)

---
 integration/busybox.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/integration/busybox.py b/integration/busybox.py
index 8e87b00..72bbca7 100644
--- a/integration/busybox.py
+++ b/integration/busybox.py
@@ -56,8 +56,7 @@ def create_tarball(self, split=False):
                         'description': "Busybox %s" % os.uname()[4],
                         'name': "busybox-%s" % os.uname()[4],
                         # Don't overwrite actual busybox images.
-                        'obfuscate': str(uuid.uuid4),
-                        },
+                        'obfuscate': str(uuid.uuid4()), },
                     }
 
         # Add busybox


More information about the lxc-devel mailing list