Home
last modified time | relevance | path

Searched refs:rebar (Results 1 – 25 of 757) sorted by relevance

12345678910>>...31

/dports/databases/couchdb3/apache-couchdb-3.2.1/src/rebar/
H A DRELEASE-NOTES.md3 * rebar/619: [Fix cdb processing when a file is skipped](https://github.com/rebar/rebar/pull/619)
7 * rebar/610: [qc: lift experimental notice](https://github.com/rebar/rebar/pull/610)
10 * rebar/614: [Add an additional check for the existence of a 'rebar.beam' file](https://github.com/
55 * rebar/538: [Fix #536](https://github.com/rebar/rebar/pull/538)
59 * rebar/545: [Fix #544](https://github.com/rebar/rebar/pull/545)
73 * rebar/351: [fish shell completions for rebar](https://github.com/rebar/rebar/pull/351)
138 * rebar/500: [Makefile: clean only .rebar/erlcinfo](https://github.com/rebar/rebar/pull/500)
174 * rebar/281: [Move include/rebar.hrl to src/rebar.hrl](https://github.com/rebar/rebar/pull/281)
191 * rebar/255: [rebar.app: remove superfluous quoting](https://github.com/rebar/rebar/pull/255)
240 * rebar/198: [Clean up rebar.config.script](https://github.com/rebar/rebar/pull/198)
[all …]
H A DREADME.md5 rebar chapter
11 …[Build Status](https://secure.travis-ci.org/rebar/rebar.png?branch=master)](http://travis-ci.org/r…
38 https://github.com/rebar/rebar/wiki/rebar
40 #### Building rebar
43 $ git clone git://github.com/rebar/rebar.git
44 $ cd rebar
49 ==> rebar (compile)
56 Contributing to rebar
77 page](https://github.com/rebar/rebar/issues).
83 - [wiki](https://github.com/rebar/rebar/wiki)
[all …]
H A DMakefile3 REBAR=$(PWD)/rebar
12 @rm -rf rebar .rebar/erlcinfo ebin/*.beam inttest/rt.work rt.work .eunit
23 @./rebar xref
26 @./rebar -vv check-plt || ./rebar -vv build-plt
29 @./rebar -vv dialyze
31 binary: VSN = $(shell ./rebar -V)
33 @cp rebar ../rebar.wiki/rebar
34 (cd ../rebar.wiki && git commit -m "Update $(VSN)" rebar)
H A Dappveyor.yml9 .\rebar get-deps
11 copy rebar deps\retest
13 copy rebar.cmd deps\retest
15 cd deps\retest & .\rebar compile escriptize
18 rebar eunit
24 - path: rebar
H A Drebar.config.sample3 %% This is a sample rebar.conf file that shows examples of some of rebar's
188 {rebar, ".*",
189 {git, "git://github.com/rebar/rebar.git"}},
190 {rebar, ".*",
191 {git, "git://github.com/rebar/rebar.git", "Rev"}},
192 {rebar, "1.0.*",
193 {git, "git://github.com/rebar/rebar.git", {branch, "master"}}},
194 {rebar, "1.0.0",
195 {git, "git://github.com/rebar/rebar.git", {tag, "1.0.0"}}},
209 {rebar, "",
[all …]
/dports/devel/rebar/rebar-2.6.4/
H A DRELEASE-NOTES.md3 * rebar/619: [Fix cdb processing when a file is skipped](https://github.com/rebar/rebar/pull/619)
7 * rebar/610: [qc: lift experimental notice](https://github.com/rebar/rebar/pull/610)
10 * rebar/614: [Add an additional check for the existence of a 'rebar.beam' file](https://github.com/
55 * rebar/538: [Fix #536](https://github.com/rebar/rebar/pull/538)
59 * rebar/545: [Fix #544](https://github.com/rebar/rebar/pull/545)
73 * rebar/351: [fish shell completions for rebar](https://github.com/rebar/rebar/pull/351)
138 * rebar/500: [Makefile: clean only .rebar/erlcinfo](https://github.com/rebar/rebar/pull/500)
174 * rebar/281: [Move include/rebar.hrl to src/rebar.hrl](https://github.com/rebar/rebar/pull/281)
191 * rebar/255: [rebar.app: remove superfluous quoting](https://github.com/rebar/rebar/pull/255)
240 * rebar/198: [Clean up rebar.config.script](https://github.com/rebar/rebar/pull/198)
[all …]
H A DREADME.md5 rebar chapter
11 …[Build Status](https://secure.travis-ci.org/rebar/rebar.png?branch=master)](http://travis-ci.org/r…
38 https://github.com/rebar/rebar/wiki/rebar
40 #### Building rebar
43 $ git clone git://github.com/rebar/rebar.git
44 $ cd rebar
49 ==> rebar (compile)
56 Contributing to rebar
77 page](https://github.com/rebar/rebar/issues).
83 - [wiki](https://github.com/rebar/rebar/wiki)
[all …]
H A DMakefile3 REBAR=$(PWD)/rebar
12 @rm -rf rebar .rebar/erlcinfo ebin/*.beam inttest/rt.work rt.work .eunit
23 @./rebar xref
26 @./rebar build-plt
29 @./rebar dialyze
31 binary: VSN = $(shell ./rebar -V)
33 @cp rebar ../rebar.wiki/rebar
34 (cd ../rebar.wiki && git commit -m "Update $(VSN)" rebar)
H A Dappveyor.yml9 .\rebar get-deps
11 copy rebar deps\retest
13 copy rebar.cmd deps\retest
15 cd deps\retest & .\rebar compile escriptize
18 rebar eunit
24 - path: rebar
H A Drebar.config.sample3 %% This is a sample rebar.conf file that shows examples of some of rebar's
188 {rebar, ".*",
189 {git, "git://github.com/rebar/rebar.git"}},
190 {rebar, ".*",
191 {git, "git://github.com/rebar/rebar.git", "Rev"}},
192 {rebar, "1.0.*",
193 {git, "git://github.com/rebar/rebar.git", {branch, "master"}}},
194 {rebar, "1.0.0",
195 {git, "git://github.com/rebar/rebar.git", {tag, "1.0.0"}}},
209 {rebar, "",
[all …]
/dports/devel/rebar/rebar-2.6.4/priv/shell-completion/fish/
H A Drebar.fish5 if [ (count $cmd) -eq 1 -a $cmd[1] = 'rebar' -o $cmd[1] = './rebar' ]
24 ## ➜ ~ rebar --help
64 complete -c rebar -s p -l profile -d "Profile this run of rebar"
71 ## $ rebar co # same as rebar compile
72 ## $ rebar eu # same as rebar eunit
73 ## $ rebar g-d # same as rebar get-deps
74 ## $ rebar x eu # same as rebar xref eunit
75 ## $ rebar l-d # same as rebar list-deps
76 ## $ rebar l-d l-t # same as rebar list-deps list-templates
77 ## $ rebar list-d l-te # same as rebar list-deps list-templates
[all …]
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/rebar/priv/shell-completion/fish/
H A Drebar.fish5 if [ (count $cmd) -eq 1 -a $cmd[1] = 'rebar' -o $cmd[1] = './rebar' ]
24 ## ➜ ~ rebar --help
64 complete -c rebar -s p -l profile -d "Profile this run of rebar"
71 ## $ rebar co # same as rebar compile
72 ## $ rebar eu # same as rebar eunit
73 ## $ rebar g-d # same as rebar get-deps
74 ## $ rebar x eu # same as rebar xref eunit
75 ## $ rebar l-d # same as rebar list-deps
76 ## $ rebar l-d l-t # same as rebar list-deps list-templates
77 ## $ rebar list-d l-te # same as rebar list-deps list-templates
[all …]
/dports/lang/elixir/elixir-1.12.3/lib/mix/lib/mix/tasks/
H A Dlocal.rebar.ex4 @rebar2_list_url "/installs/rebar-1.x.csv"
5 @rebar2_escript_url "/installs/[ELIXIR_VERSION]/rebar-[REBAR_VERSION]"
12 Fetches a copy of `rebar` or `rebar3` from the given path or URL.
18 mix local.rebar rebar path/to/rebar
19 mix local.rebar rebar3 path/to/rebar
21 If neither `rebar` or `rebar3` are specified, both versions will be fetched.
28 * `rebar PATH` - specifies a path for `rebar`
50 ["rebar", path | _] ->
51 install_from_path(:rebar, path, opts)
62 "Invalid arguments given to mix local.rebar. " <>
[all …]
/dports/devel/rebar3/rebar3-3.17.0/
H A Drebar.config.sample3 %% This is a sample rebar.conf file that shows examples of some of rebar's
90 {git, "git://github.com/rebar/rebar.git", {branch, "master"}}},
92 {git, "https://github.com/rebar/rebar.git", {branch, "master"}}},
93 {rebar, % git, tag
94 {git, "https://github.com/rebar/rebar.git", {tag, "1.0.0"}}},
96 {git, "https://github.com/rebar/rebar.git", {ref, "7f73b8d6"}}},
98 {hg, "https://github.com/rebar/rebar.git", {tag, "1.0.0"}}},
101 {git, "git://github.com/rebar/rebar.git"}},
103 {git, "git://github.com/rebar/rebar.git"}},
105 {git, "git://github.com/rebar/rebar.git", "Rev"}},
[all …]
/dports/devel/rebar/rebar-2.6.4/test/
H A Drebar_eunit_tests.erl66 rebar("-v eunit suites=myapp_mymod2")
88 rebar("-v eunit suites=myapp_mymod2_tests")
181 rebar("-v eunit tests=myprivate")
217 rebar("-v eunit suites=myapp_mymod3 "
239 rebar("eunit")
273 rebar("-v eunit suites=mysuite")
484 rebar("create-app appid=myapp"),
498 rebar("create-app appid=myapp"),
540 rebar() -> function
541 rebar([]).
[all …]
/dports/lang/elixir-devel/elixir-1.13.1/lib/mix/lib/mix/tasks/
H A Dlocal.rebar.ex4 @rebar2_list_url "/installs/rebar-1.x.csv"
5 @rebar2_escript_url "/installs/[ELIXIR_VERSION]/rebar-[REBAR_VERSION]"
12 Fetches a copy of `rebar` or `rebar3` from the given path or URL.
18 mix local.rebar rebar path/to/rebar
19 mix local.rebar rebar3 path/to/rebar
21 If neither `rebar` or `rebar3` are specified, both versions will be fetched.
28 * `rebar PATH` - specifies a path for `rebar`
54 ["rebar", path | _] ->
55 maybe_install_from_path(:rebar, path, opts)
66 "Invalid arguments given to mix local.rebar. " <>
[all …]
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/rebar/test/
H A Drebar_eunit_tests.erl47 setup, fun() -> setup_basic_project(), rebar("-v eunit") end,
64 rebar("-v eunit suites=myapp_mymod2")
86 rebar("-v eunit suites=myapp_mymod2_tests")
179 rebar("-v eunit tests=myprivate")
197 rebar("-v eunit tests=myapp_mymod:myprivate_test")
215 rebar("-v eunit suites=myapp_mymod3 "
237 rebar("eunit")
271 rebar("-v eunit suites=mysuite")
479 rebar("create-app appid=myapp"),
493 rebar("create-app appid=myapp"),
[all …]
/dports/devel/erlang-jsx/jsx-2.9.0/
H A DMakefile4 rebar get-deps
5 rebar compile
8 rebar compile
11 rebar eunit
14 rebar clean
17 rebar delete-deps
/dports/www/yaws/yaws-2.0.6/www/
H A Drebar_release.yaws18 href="https://github.com/rebar/rebar">rebar</a> build tool. This page
32 in the rebar-templates directory into your $HOME/.rebar/templates
40 $ mkdir -p ~/.rebar/templates
41 $ cp rebar-templates/* ~/.rebar/templates
59 $ rebar create template=yawsnode nodeid=foo appid=myapp
66 This creates two subdirectories and a rebar.config file, described
77 <dt><code>rebar.config</code></dt>
98 <code>rebar.config</code> file should specify Yaws as a
108 To build the <code>foo</code> project, use rebar:
115 $ rebar get-deps compile
[all …]
/dports/databases/couchdb3/apache-couchdb-3.2.1/
H A Dconfigure.ps1195 git clone --depth 1 https://github.com/apache/couchdb-rebar.git $rootdir\src\rebar
198 cp $rootdir\src\rebar\rebar $rootdir\bin\rebar
199 cp $rootdir\src\rebar\rebar.cmd $rootdir\bin\rebar.cmd
200 make -C $rootdir\src\rebar clean
207 rebar get-deps update-deps
/dports/devel/erlang-neotoma/neotoma-1.7.4/
H A DMakefile6 @./rebar compile
9 @./rebar eunit
12 @./rebar clean
22 @./rebar xref skip_deps=true
26 @./rebar compile
29 @./rebar escriptize
/dports/devel/erlang-pooler/pooler-1.5.2/bench/
H A DMakefile41 @rebar clean skip_deps=true
45 @rebar clean
48 @rebar compile
51 @rebar compile skip_deps=true
61 @rebar get-deps
67 @rebar clean
87 @rebar doc skip_deps=true
/dports/devel/rebar3/rebar3-3.17.0/src/
H A Drebar_log.erl57 case application:get_env(rebar, color_intensity) of
69 application:set_env(rebar, color_intensity, R),
84 application:set_env(rebar, log_caller, Caller),
87 application:set_env(rebar, log, Log).
90 ok = application:set_env(rebar, log_level, Level).
93 case application:get_env(rebar, log_level) of
112 case application:get_env(rebar, log) of
120 case application:get_env(rebar, log) of
128 case application:get_env(rebar, log_caller) of
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/rebar/test/upgrade_project/
H A DREADME.md2 rebar compile
4 rebar generate
7 rebar clean
24 rebar compile
26 rebar generate
28 rebar generate-appups previous_release=dummy_0.1
29 rebar generate-upgrade previous_release=dummy_0.1
/dports/devel/rebar/rebar-2.6.4/test/upgrade_project/
H A DREADME.md2 rebar compile
4 rebar generate
7 rebar clean
24 rebar compile
26 rebar generate
28 rebar generate-appups previous_release=dummy_0.1
29 rebar generate-upgrade previous_release=dummy_0.1

12345678910>>...31