• This project
    • Loading...
  • Sign in

홍길동 / onos

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • onos
  • apps
  • patchpanel
  • BUCK
  • Jonathan Hart's avatar
    Touch-ups to patchpanel app, including adding to Buck build. · 382119e4 ...
    382119e4
    Change-Id: I212a575d50f3a38dea83b9ebe0c004b6267b0cbf
    Jonathan Hart authored 2016-09-02 13:21:08 -0700
BUCK 322 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
COMPILE_DEPS = [
    '//lib:CORE_DEPS',
    '//lib:org.apache.karaf.shell.console',
    '//cli:onos-cli',
]

osgi_jar (
    deps = COMPILE_DEPS,
)

onos_app (
    title = 'Patch Panel',
    category = 'Traffic Steering',
    url = 'http://onosproject.org',
    description = 'Creates patches between ports on a switch',
)