Skip to content
Snippets Groups Projects
Commit 5bbe88cd authored by Mons Anderson's avatar Mons Anderson Committed by Kirill Yukhin
Browse files

luarocks: Set FORCE_CONFIG=false in hardcoded config

FORCE_CONFIG=true is preventing local .rocks/config-5.1.lua from loading.
Local config is often used to populate rocks_servers with own rocks servers and with original luarocks

This patch changes FORCE_CONFIG to true in generated luarocks.core.hardcoded to allow using
project-side config-5.1.lua for luarocks configuration to avoid dirty and ugly hacks
parent 366ab263
No related branches found
No related tags found
No related merge requests found
## luarocks
* set FORCE_CONFIG=false for luarocks config to allow loading project-side .rocks/config-5.1.lua
......@@ -6,7 +6,7 @@ LUA_INTERPRETER=[[tarantool]],
LUA_MODULES_LIB_SUBDIR=[[/lib/tarantool]],
LUA_MODULES_LUA_SUBDIR=[[/share/tarantool]],
SYSCONFDIR=[[@CMAKE_INSTALL_FULL_SYSCONFDIR@/tarantool/rocks]],
FORCE_CONFIG=true,
FORCE_CONFIG=false,
ROCKS_TREE=[[/usr/local/]],
ROCKS_SUBDIR=[[/share/tarantool/rocks]],
ROCKS_SERVERS={
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment