aboutsummaryrefslogtreecommitdiffstats
path: root/testing/wok/alpine-specific-pushserver.patch
diff options
context:
space:
mode:
authorAndré Bierwolf <a.b.bierwolf@gmail.com>2017-08-17 07:27:24 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2017-08-17 08:17:21 +0000
commit183e0dbff9110e3bd1dbbb0b74ecb5fe59089f73 (patch)
treec4c816c477c45d81705b7d0bc10bd7e44b6be014 /testing/wok/alpine-specific-pushserver.patch
parente0a6665f8b44d4478681c3f31012f0a0d5f920b7 (diff)
downloadaports-183e0dbff9110e3bd1dbbb0b74ecb5fe59089f73.tar.bz2
aports-183e0dbff9110e3bd1dbbb0b74ecb5fe59089f73.tar.xz
Upgrade to 2.5.0 and fix for startup failure
Diffstat (limited to 'testing/wok/alpine-specific-pushserver.patch')
-rw-r--r--testing/wok/alpine-specific-pushserver.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/wok/alpine-specific-pushserver.patch b/testing/wok/alpine-specific-pushserver.patch
new file mode 100644
index 0000000000..2be79da411
--- /dev/null
+++ b/testing/wok/alpine-specific-pushserver.patch
@@ -0,0 +1,11 @@
+--- a/src/wok/pushserver.py
++++ b/src/wok/pushserver.py
+@@ -67,7 +67,7 @@
+ def set_socket_file(self):
+ if not os.path.isdir(BASE_DIRECTORY):
+ try:
+- os.mkdir(BASE_DIRECTORY)
++ os.makedirs(BASE_DIRECTORY)
+ except OSError:
+ raise RuntimeError('PushServer base UNIX socket dir %s '
+ 'not found.' % BASE_DIRECTORY)