commit | 5f54c6f679981c567c4a6695b9ef914379b9e274 | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@onlab.us> | Wed May 04 19:19:51 2016 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Thu May 05 02:27:00 2016 +0000 |
tree | d1698352a658fc9fde0bd311e09e94bf797a40fd | |
parent | e6185571d2a23b6f40a43c47d266271ddaa921c6 [diff] [blame] |
Adding ability to run ONOS locally via 'buck run onos' Runs ONOS as a server and requires client connections with ONOS_USE_SSH unset. Change-Id: Id0aedccbfddfb8f3f17b2ef7f73e805066976315
diff --git a/.buckconfig b/.buckconfig index 072fa53..3780ab0 100644 --- a/.buckconfig +++ b/.buckconfig
@@ -6,7 +6,7 @@ target_level = 8 [alias] - onos = //tools/package:onos-package + onos = //tools/package:onos-run package = //tools/package:onos-package [download]