]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-dev-build: remove trailing comma from repo extra json 448/head
authorAndrew Schoen <aschoen@redhat.com>
Tue, 30 Aug 2016 15:12:02 +0000 (10:12 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 30 Aug 2016 15:12:02 +0000 (10:12 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
ceph-dev-build/build/build_deb
ceph-dev-build/build/build_rpm

index 3234d11e8e70afd929a83ae5bcf1a03925217e47..8eedb8bff822abf783d1b7fc426c9ca1465bf197 100644 (file)
@@ -192,7 +192,7 @@ if [ "$THROWAWAY" = false ] ; then
     "build_url":"$BUILD_URL",
     "root_build_cause":"$ROOT_BUILD_CAUSE",
     "node_name":"$NODE_NAME",
-    "job_name":"$JOB_NAME",
+    "job_name":"$JOB_NAME"
 }
 EOF
     # post the json to repo-extra json to chacra
index 325bdad1cfdbe1f05e9ba2ca943b3cda61679156..b6dab9417f20dbaf488926ffbf2b8479cfae213c 100644 (file)
@@ -232,7 +232,7 @@ if [ "$THROWAWAY" = false ] ; then
     "build_url":"$BUILD_URL",
     "root_build_cause":"$ROOT_BUILD_CAUSE",
     "node_name":"$NODE_NAME",
-    "job_name":"$JOB_NAME",
+    "job_name":"$JOB_NAME"
 }
 EOF
     chacra_repo_endpoint="${chacra_endpoint}/flavors/${FLAVOR}"