]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
nfs-ganesha: add missing comma in JSON blob 691/head
authorAlfredo Deza <adeza@redhat.com>
Tue, 25 Apr 2017 19:02:16 +0000 (15:02 -0400)
committerAlfredo Deza <adeza@redhat.com>
Tue, 25 Apr 2017 19:02:16 +0000 (15:02 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
nfs-ganesha/build/build_deb

index e7c2a346b4ec8b460c0986f50760fcd843220d18..99e08dc6c535f91dc0b225c5b665005eb3f1cf48 100644 (file)
@@ -134,7 +134,7 @@ if [ "$THROWAWAY" = false ] ; then
     cat > $WORKSPACE/repo-extra.json << EOF
 {
     "version":"$VERSION",
-    "package_manager_version":"$PACKAGE_MANAGER_VERSION"
+    "package_manager_version":"$PACKAGE_MANAGER_VERSION",
     "build_url":"$BUILD_URL",
     "root_build_cause":"$ROOT_BUILD_CAUSE",
     "node_name":"$NODE_NAME",