Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Project-FiFo
DalmatinerDB
dalmatinerfe
Commits
0bbf7768
Commit
0bbf7768
authored
Aug 25, 2017
by
Heinz N. Gies
Browse files
cuttlefish update
parent
38ad4505
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
rebar.config
rebar.config
+2
-1
rel/vars.config
rel/vars.config
+2
-0
No files found.
rebar.config
View file @
0bbf7768
...
...
@@ -26,7 +26,8 @@
%%
Plugins
%%-------------------------------------------------------------------
{
project_plugins
, [{
rebar3_cuttlefish
,
"~>0.14.0"
}]}.
%{
project_plugins
, [{
rebar3_cuttlefish
,
"~>0.14.0"
}]}.
{
project_plugins
, [{
rebar3_cuttlefish
,
".*"
, {
git
,
"https://github.com/project-fifo/rebar3_cuttlefish.git"
, {
branch
,
"write_permissions"
}}}]}.
%%-------------------------------------------------------------------
%%
Cuttlefish
...
...
rel/vars.config
View file @
0bbf7768
...
...
@@ -28,6 +28,8 @@
{
platform_data_dir
,
"/data/dalmatinerfe/db"
}.
{
platform_lib_dir
,
"./lib"
}.
{
platform_log_dir
,
"/data/dalmatinerfe/log"
}.
{
platform_gen_dir
,
"/data/dalmatinerfe/db"
}.
{
platform_pipe_dir
,
"/tmp/dalmatinerfe_pipes/"
}.
{
bugsnag_app_version
,
"0.3.3"
}.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment