Skip to content

Commit

Permalink
moved the task
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Brown committed Mar 13, 2009
1 parent 1aefb97 commit 33e2c2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ task :build_dist => [:build_deps] do
# end
end

task :build_tarball => [:default, 'build'] do
sh "pushd .. && tar czvf dynomite/build/dynomite.tar.tgz --exclude dynomite/build ./dynomite && popd"
end

task :econsole do
sh "erl +Bc +K true -smp enable -pz ./ebin -pz ./etest -pa ./deps/eunit/ebin -pa deps/rfc4627/ebin -pa deps/mochiweb/ebin -sname local_console_#{$$} -kernel"
end
Expand Down Expand Up @@ -134,6 +130,10 @@ task :build_test_deps do
sh "erlc +debug_info -I include #{ERLC_TEST_FLAGS} -o etest etest/t.erl etest/mock_genserver.erl etest/mock.erl"
end

task :build_tarball => [:default, 'build'] do
sh "pushd .. && tar czvf dynomite/build/dynomite.tar.tgz --exclude dynomite/build ./dynomite && popd"
end

task :test_config do
# ensure the test log dir exists
priv = priv_dir()
Expand Down

0 comments on commit 33e2c2c

Please sign in to comment.