From ad8d351b0a88245a37e7dea8447fdd061f3538f1 Mon Sep 17 00:00:00 2001 From: acepace Date: Tue, 1 Mar 2016 19:16:37 +0200 Subject: [PATCH 1/2] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5501fbba2..4c2787424 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ ssh_passwords | list of strings | list of passwords to use when trying to exploi Building the Monkey from source ------------------------------- - +If you want to build the monkey from source and not use our provided packages, look at the readme files under [chaos_monkey](chaos_monkey) and [monkey_island](monkey_island). License From 4f0a0093da926bdf656ce61f4f660ae5d6011bec Mon Sep 17 00:00:00 2001 From: urihershgc Date: Wed, 2 Mar 2016 15:24:43 +0200 Subject: [PATCH 2/2] GC-5503: #resolved - added missing package as hidden --- chaos_monkey/monkey.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chaos_monkey/monkey.spec b/chaos_monkey/monkey.spec index 254904154..edbd99541 100644 --- a/chaos_monkey/monkey.spec +++ b/chaos_monkey/monkey.spec @@ -2,7 +2,7 @@ import platform a = Analysis(['main.py'], pathex=['.'], - hiddenimports=[], + hiddenimports=['_cffi_backend'], hookspath=None, runtime_hooks=None)