moved away from submodules

This commit is contained in:
Spencer Alger
2014-02-04 11:21:07 -07:00
parent 7268fdc412
commit 5ff4b6f855
9 changed files with 91 additions and 69 deletions

View File

@ -34,13 +34,7 @@ module.exports = {
exec: './.snapshots/master_nightly/bin/elasticsearch ' + esOpts,
options: {
wait: false,
quiet: true,
onClose: function () {
},
onReady: function () {
}
quiet: true
}
},
'install_es_0.90': {
@ -53,8 +47,11 @@ module.exports = {
quiet: true
}
},
init_submodules: {
exec: 'git submodule update --init',
clone_bower_repo: {
exec: [
'test -d src/elasticsearch',
'git clone git@github.com:elasticsearch/bower-elasticsearch-js.git src/bower_es_js'
].join(' || '),
options: {
quiet: true
}