kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 175b2e2c9bc8e4cfdf5cb3b2d7978db966718dae
parent 41924d0262686b79b1634888e64e487b76ffdfb2
Author: Joris Vink <joris@coders.se>
Date:   Mon,  6 Mar 2017 23:18:16 +0100

kore flavor -> kodev flavor

Diffstat:
examples/cookies/conf/build.conf | 2+-
examples/cpp/conf/build.conf | 2+-
examples/generic/conf/build.conf | 2+-
examples/headers/conf/build.conf | 2+-
examples/integers/conf/build.conf | 2+-
examples/json_yajl/conf/build.conf | 2+-
examples/jsonrpc/conf/build.conf | 2+-
examples/ktunnel/conf/build.conf | 2+-
examples/messaging/conf/build.conf | 2+-
examples/nohttp/conf/build.conf | 2+-
examples/parameters/conf/build.conf | 2+-
examples/pgsql-sync/conf/build.conf | 2+-
examples/pgsql/conf/build.conf | 2+-
examples/pipe_task/conf/build.conf | 2+-
examples/python-pgsql/conf/build.conf | 2+-
examples/python/conf/build.conf | 2+-
examples/sse/conf/build.conf | 2+-
examples/tasks/conf/build.conf | 2+-
examples/tls-proxy/conf/build.conf | 2+-
examples/upload/conf/build.conf | 2+-
examples/video_stream/conf/build.conf | 2+-
examples/websocket/conf/build.conf | 2+-
22 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/examples/cookies/conf/build.conf b/examples/cookies/conf/build.conf @@ -1,5 +1,5 @@ # generic build config -# You can switch flavors using: kore flavor [newflavor] +# You can switch flavors using: kodev flavor [newflavor] # The cflags below are shared between flavors cflags=-Wall -Wmissing-declarations -Wshadow diff --git a/examples/cpp/conf/build.conf b/examples/cpp/conf/build.conf @@ -1,5 +1,5 @@ # cpp build config -# You can switch flavors using: kore flavor [newflavor] +# You can switch flavors using: kodev flavor [newflavor] # The cflags below are shared between flavors cflags=-Wall -Wmissing-declarations -Wshadow diff --git a/examples/generic/conf/build.conf b/examples/generic/conf/build.conf @@ -1,5 +1,5 @@ # generic build config -# You can switch flavors using: kore flavor [newflavor] +# You can switch flavors using: kodev flavor [newflavor] # The cflags below are shared between flavors cflags=-Wall -Wmissing-declarations -Wshadow diff --git a/examples/headers/conf/build.conf b/examples/headers/conf/build.conf @@ -1,5 +1,5 @@ # headers build config -# You can switch flavors using: kore flavor [newflavor] +# You can switch flavors using: kodev flavor [newflavor] # The cflags below are shared between flavors cflags=-Wall -Wmissing-declarations -Wshadow diff --git a/examples/integers/conf/build.conf b/examples/integers/conf/build.conf @@ -1,5 +1,5 @@ # integers build config -# You can switch flavors using: kore flavor [newflavor] +# You can switch flavors using: kodev flavor [newflavor] # The cflags below are shared between flavors cflags=-Wall -Wmissing-declarations -Wshadow diff --git a/examples/json_yajl/conf/build.conf b/examples/json_yajl/conf/build.conf @@ -1,5 +1,5 @@ # json_yajl build config -# You can switch flavors using: kore flavor [newflavor] +# You can switch flavors using: kodev flavor [newflavor] # The cflags below are shared between flavors cflags=-Wall -Wmissing-declarations -Wshadow diff --git a/examples/jsonrpc/conf/build.conf b/examples/jsonrpc/conf/build.conf @@ -1,5 +1,5 @@ # jsonrpc build config -# You can switch flavors using: kore flavor [newflavor] +# You can switch flavors using: kodev flavor [newflavor] # The cflags below are shared between flavors cflags=-Wall -Wmissing-declarations -Wshadow diff --git a/examples/ktunnel/conf/build.conf b/examples/ktunnel/conf/build.conf @@ -1,5 +1,5 @@ # ktunnel build config -# You can switch flavors using: kore flavor [newflavor] +# You can switch flavors using: kodev flavor [newflavor] # The cflags below are shared between flavors cflags=-Wall -Wmissing-declarations -Wshadow diff --git a/examples/messaging/conf/build.conf b/examples/messaging/conf/build.conf @@ -1,5 +1,5 @@ # messaging build config -# You can switch flavors using: kore flavor [newflavor] +# You can switch flavors using: kodev flavor [newflavor] # The cflags below are shared between flavors cflags=-Wall -Wmissing-declarations -Wshadow diff --git a/examples/nohttp/conf/build.conf b/examples/nohttp/conf/build.conf @@ -1,5 +1,5 @@ # nohttp build config -# You can switch flavors using: kore flavor [newflavor] +# You can switch flavors using: kodev flavor [newflavor] # The cflags below are shared between flavors cflags=-Wall -Wmissing-declarations -Wshadow diff --git a/examples/parameters/conf/build.conf b/examples/parameters/conf/build.conf @@ -1,5 +1,5 @@ # parameters build config -# You can switch flavors using: kore flavor [newflavor] +# You can switch flavors using: kodev flavor [newflavor] # The cflags below are shared between flavors cflags=-Wall -Wmissing-declarations -Wshadow diff --git a/examples/pgsql-sync/conf/build.conf b/examples/pgsql-sync/conf/build.conf @@ -1,5 +1,5 @@ # pgsql-sync build config -# You can switch flavors using: kore flavor [newflavor] +# You can switch flavors using: kodev flavor [newflavor] # The cflags below are shared between flavors cflags=-Wall -Wmissing-declarations -Wshadow diff --git a/examples/pgsql/conf/build.conf b/examples/pgsql/conf/build.conf @@ -1,5 +1,5 @@ # pgsql build config -# You can switch flavors using: kore flavor [newflavor] +# You can switch flavors using: kodev flavor [newflavor] # The cflags below are shared between flavors cflags=-Wall -Wmissing-declarations -Wshadow diff --git a/examples/pipe_task/conf/build.conf b/examples/pipe_task/conf/build.conf @@ -1,5 +1,5 @@ # pipe_task build config -# You can switch flavors using: kore flavor [newflavor] +# You can switch flavors using: kodev flavor [newflavor] # The cflags below are shared between flavors cflags=-Wall -Wmissing-declarations -Wshadow diff --git a/examples/python-pgsql/conf/build.conf b/examples/python-pgsql/conf/build.conf @@ -1,5 +1,5 @@ # python-pgsql build config -# You can switch flavors using: kore flavor [newflavor] +# You can switch flavors using: kodev flavor [newflavor] # Set to yes if you wish to produce a single binary instead # of a dynamic library. If you set this to yes you must also diff --git a/examples/python/conf/build.conf b/examples/python/conf/build.conf @@ -1,5 +1,5 @@ # python build config -# You can switch flavors using: kore flavor [newflavor] +# You can switch flavors using: kodev flavor [newflavor] # Set to yes if you wish to produce a single binary instead # of a dynamic library. If you set this to yes you must also diff --git a/examples/sse/conf/build.conf b/examples/sse/conf/build.conf @@ -1,5 +1,5 @@ # sse build config -# You can switch flavors using: kore flavor [newflavor] +# You can switch flavors using: kodev flavor [newflavor] # The cflags below are shared between flavors cflags=-Wall -Wmissing-declarations -Wshadow diff --git a/examples/tasks/conf/build.conf b/examples/tasks/conf/build.conf @@ -1,5 +1,5 @@ # tasks build config -# You can switch flavors using: kore flavor [newflavor] +# You can switch flavors using: kodev flavor [newflavor] # The cflags below are shared between flavors cflags=-Wall -Wmissing-declarations -Wshadow diff --git a/examples/tls-proxy/conf/build.conf b/examples/tls-proxy/conf/build.conf @@ -1,5 +1,5 @@ # tls-proxy build config -# You can switch flavors using: kore flavor [newflavor] +# You can switch flavors using: kodev flavor [newflavor] # The cflags below are shared between flavors cflags=-Wall -Wmissing-declarations -Wshadow diff --git a/examples/upload/conf/build.conf b/examples/upload/conf/build.conf @@ -1,5 +1,5 @@ # upload build config -# You can switch flavors using: kore flavor [newflavor] +# You can switch flavors using: kodev flavor [newflavor] # The cflags below are shared between flavors cflags=-Wall -Wmissing-declarations -Wshadow diff --git a/examples/video_stream/conf/build.conf b/examples/video_stream/conf/build.conf @@ -1,5 +1,5 @@ # video_stream build config -# You can switch flavors using: kore flavor [newflavor] +# You can switch flavors using: kodev flavor [newflavor] # The cflags below are shared between flavors cflags=-Wall -Wmissing-declarations -Wshadow diff --git a/examples/websocket/conf/build.conf b/examples/websocket/conf/build.conf @@ -1,5 +1,5 @@ # websocket build config -# You can switch flavors using: kore flavor [newflavor] +# You can switch flavors using: kodev flavor [newflavor] # The cflags below are shared between flavors cflags=-Wall -Wmissing-declarations -Wshadow