From: Gregory Meno Date: Mon, 26 Jun 2017 22:32:54 +0000 (-0700) Subject: fix destination path for pichart plugin X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F764%2Fhead;p=ceph-build.git fix destination path for pichart plugin Signed-off-by: Gregory Meno --- diff --git a/cephmetrics/build/build_rpm b/cephmetrics/build/build_rpm index d137aba72..599a9d32a 100644 --- a/cephmetrics/build/build_rpm +++ b/cephmetrics/build/build_rpm @@ -30,7 +30,7 @@ RPM_RELEASE=$(echo $REVISION | tr '-' '_') # the '-' has a special meaning echo "Building source distribution" git archive --format=zip --prefix=cephmetrics-${VERSION}/ HEAD > dist/cephmetrics-${VERSION}.zip wget https://grafana.com/api/plugins/vonage-status-panel/versions/1.0.4/download -O dist/vonage-status-panel-1.0.4.zip -wget https://grafana.com/api/plugins/grafana-piechart-panel/versions/1.1.5/download -O /dist/grafana-piechart-panel-1.1.5.zip +wget https://grafana.com/api/plugins/grafana-piechart-panel/versions/1.1.5/download -O dist/grafana-piechart-panel-1.1.5.zip ## Prepare the spec file for build