Remove fragile file-based versioning (#46)
This commit is contained in:
parent
188916c61f
commit
37dfbf78ac
@ -15,11 +15,6 @@
|
|||||||
{escript_emu_args, "%%! \n"}.
|
{escript_emu_args, "%%! \n"}.
|
||||||
{provider_hooks, [{post, [{compile, escriptize}]}]}.
|
{provider_hooks, [{post, [{compile, escriptize}]}]}.
|
||||||
|
|
||||||
{pre_hooks, [{"(linux|darwin|solaris|freebsd|netbsd|openbsd)",
|
|
||||||
app_compile,
|
|
||||||
"test -e VERSION"}
|
|
||||||
]}.
|
|
||||||
|
|
||||||
{post_hooks, [{"(linux|darwin|solaris|freebsd|netbsd|openbsd)",
|
{post_hooks, [{"(linux|darwin|solaris|freebsd|netbsd|openbsd)",
|
||||||
escriptize,
|
escriptize,
|
||||||
"cp \"$REBAR_BUILD_DIR/bin/aesophia\" ./aesophia"},
|
"cp \"$REBAR_BUILD_DIR/bin/aesophia\" ./aesophia"},
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{application, aesophia,
|
{application, aesophia,
|
||||||
[{description, "Contract Language for aeternity"},
|
[{description, "Contract Language for aeternity"},
|
||||||
{vsn, {cmd, "cat VERSION | tr -d '[:space:]'"}},
|
{vsn, "2.0.0"},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{applications,
|
{applications,
|
||||||
[kernel,
|
[kernel,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user