Skip to content
Snippets Groups Projects
Commit db3975fb authored by Julien Grossholtz's avatar Julien Grossholtz
Browse files

packaging: fix json file

Remove comma's after last elements in tables. This was preventing python
from loading the json file.

Issue: #80115
Change-Id: Ia7dad4b1fa01caf2496b43fac5eff950cd380a04
parent 3320ed19
Branches
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@
"dpkg-buildpackage -uc -us",
"cd .. ",
"mv *.orig.tar* *.debian.tar* *deb *changes *dsc /output"
],
]
},
"UpdateInstructions" : {
"fedora_21" : ["yum upgrade -y"],
......@@ -137,7 +137,7 @@
"ubuntu_14.04_i386": ["apt-get update", "( apt-get upgrade -y || apt-get upgrade -y || apt-get upgrade -y )"],
"ubuntu_15.04_i386": ["apt-get update", "( apt-get upgrade -y || apt-get upgrade -y || apt-get upgrade -y )"],
"ubuntu_15.10": ["apt-get update", "( apt-get upgrade -y || apt-get upgrade -y || apt-get upgrade -y )"],
"ubuntu_15.10_i386": ["apt-get update", "( apt-get upgrade -y || apt-get upgrade -y || apt-get upgrade -y )"],
"ubuntu_15.10_i386": ["apt-get update", "( apt-get upgrade -y || apt-get upgrade -y || apt-get upgrade -y )"]
},
"ReviewType": "",
"ReviewAddress": "https://gerrit-ring.savoirfairelinux.com",
......@@ -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"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment