From: Gregory Meno Date: Fri, 21 Apr 2017 23:59:01 +0000 (-0700) Subject: use b-ranto's template trickto get the metrics map X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ab4e22dd14eadb50ebcc1b4b5b02f92a88106ec4;p=ceph-build.git use b-ranto's template trickto get the metrics map Signed-off-by: Gregory Meno --- diff --git a/bz-mill/build/build b/bz-mill/build/build index b54c8a83..e4021bb6 100755 --- a/bz-mill/build/build +++ b/bz-mill/build/build @@ -4,7 +4,7 @@ set -e set -x find . -cat config/definitions/map_namespace_to_query |\ +cat map_namespace_to_query |\ while read url namespace; do echo "$url ::: $namespace"; diff --git a/bz-mill/build/generate_map_namespace_to_query.sh b/bz-mill/build/generate_map_namespace_to_query.sh new file mode 100644 index 00000000..61f8e144 --- /dev/null +++ b/bz-mill/build/generate_map_namespace_to_query.sh @@ -0,0 +1,4 @@ +cat """ +http://red.ht/2oiunCH bz.gmeno.ceph.new.customer.24hrs +http://red.ht/2paAywM bz.gmeno.ceph.any.needinfo.24hrs +""" > map_interface_to_query diff --git a/bz-mill/config/definitions/map_namespace_to_query b/bz-mill/config/definitions/map_namespace_to_query deleted file mode 100644 index 7ff8d6b8..00000000 --- a/bz-mill/config/definitions/map_namespace_to_query +++ /dev/null @@ -1,2 +0,0 @@ -http://red.ht/2oiunCH bz.gmeno.ceph.new.customer.24hrs -http://red.ht/2paAywM bz.gmeno.ceph.any.needinfo.24hrs