mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-05 04:06:49 +02:00
Fixing publishing catalog to ignore unsolicited DEBUG output.
Change-Id: I166103280f65dd124430209344ac1e785ec503c9
This commit is contained in:
parent
6796e0206b
commit
74d28d8f7c
@ -14,7 +14,7 @@ export SHLVL=1
|
||||
|
||||
function writeCatalog {
|
||||
bazel build $* --aspects tools/build/bazel/publish_catalog.bzl%publish_catalog 2>&1 \
|
||||
| egrep "^DEBUG: " | cut -d\ -f3- >> $CATALOG
|
||||
| egrep "^DEBUG: .*/publish_catalog.bzl:" | cut -d\ -f3- >> $CATALOG
|
||||
}
|
||||
|
||||
function jars {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user