Add package directories as dependencies of onos-package buck target
Change-Id: Idc19734c60137014fdd0ef0dba26d1ccb912ff1b
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -40,6 +40,7 @@ sources += staged_repos + staged_apps | ... | @@ -40,6 +40,7 @@ sources += staged_repos + staged_apps |
40 | 40 | ||
41 | genrule( | 41 | genrule( |
42 | name = 'onos-package', | 42 | name = 'onos-package', |
43 | + srcs = glob(['bin/*', 'etc/*', 'init/*', 'config/*']), | ||
43 | out = 'onos.tar.gz', | 44 | out = 'onos.tar.gz', |
44 | bash = '$(exe //buck-tools:onos-stage) $OUT $(location :onos-karaf) ' + ' '.join(sources), | 45 | bash = '$(exe //buck-tools:onos-stage) $OUT $(location :onos-karaf) ' + ' '.join(sources), |
45 | visibility = [ 'PUBLIC' ], | 46 | visibility = [ 'PUBLIC' ], | ... | ... |
-
Please register or login to post a comment