From 3d8c7f22e97ceb3fbe4637846cc9f685a7bc915c Mon Sep 17 00:00:00 2001
From: Julien Grossholtz <julien.grossholtz@savoirfairelinux.com>
Date: Mon, 19 Oct 2015 12:04:18 -0400
Subject: [PATCH] packaging: fix json file

Comma's were missing in the previous patch adding ubuntu 15.10 support.
This patch is fixing this mistake.

Issue: #80115
Change-Id: I5fa2ea634748e2a068db7b38e15ba30fb9de4966
---
 .packer.json | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.packer.json b/.packer.json
index f565c468b2..263469b994 100644
--- a/.packer.json
+++ b/.packer.json
@@ -103,7 +103,7 @@
             "dpkg-buildpackage -uc -us",
             "cd .. ",
             "mv *.orig.tar* *.debian.tar* *deb *changes *dsc /output"
-        ]
+        ],
         "ubuntu_15.10": [
             "mkdir -p /sources/ring-daemon",
             "cd /sources/ring-daemon",
@@ -123,7 +123,7 @@
             "dpkg-buildpackage -uc -us",
             "cd .. ",
             "mv *.orig.tar* *.debian.tar* *deb *changes *dsc /output"
-        ]
+        ],
     },
     "UpdateInstructions" : {
         "fedora_21" : ["yum upgrade -y"],
@@ -153,12 +153,12 @@
         "ubuntu_15.10": "",
         "ubuntu_14.04_i386": "",
         "ubuntu_15.04_i386": "",
-        "ubuntu_15.10_i386": ""
+        "ubuntu_15.10_i386": "",
     },
     "ReloadProjectCmd" : [
         "git checkout packaging",
         "git reset --hard origin/packaging",
-        "git pull"
+        "git pull",
     ],
     "AutoDeploySchedule": {
         "fedora_21" : "@midnight",
@@ -172,7 +172,7 @@
         "ubuntu_15.10": "@midnight",
         "ubuntu_14.04_i386": "@midnight",
         "ubuntu_15.04_i386": "@midnight",
-        "ubuntu_15.10_i386": "@midnight"
+        "ubuntu_15.10_i386": "@midnight",
     },
     "DeployScript": "ring-nightly-sign-deploy.sh",
     "NotificationMailAdress": ["Awesome Ring Team", "ring-dev@lists.savoirfairelinux.net"]
-- 
GitLab