Skip to content
Snippets Groups Projects
Commit 3d8c7f22 authored by Julien Grossholtz's avatar Julien Grossholtz Committed by Guillaume Roguez
Browse files

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
parent 1623f095
No related branches found
No related tags found
No related merge requests found
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
"dpkg-buildpackage -uc -us", "dpkg-buildpackage -uc -us",
"cd .. ", "cd .. ",
"mv *.orig.tar* *.debian.tar* *deb *changes *dsc /output" "mv *.orig.tar* *.debian.tar* *deb *changes *dsc /output"
] ],
"ubuntu_15.10": [ "ubuntu_15.10": [
"mkdir -p /sources/ring-daemon", "mkdir -p /sources/ring-daemon",
"cd /sources/ring-daemon", "cd /sources/ring-daemon",
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
"dpkg-buildpackage -uc -us", "dpkg-buildpackage -uc -us",
"cd .. ", "cd .. ",
"mv *.orig.tar* *.debian.tar* *deb *changes *dsc /output" "mv *.orig.tar* *.debian.tar* *deb *changes *dsc /output"
] ],
}, },
"UpdateInstructions" : { "UpdateInstructions" : {
"fedora_21" : ["yum upgrade -y"], "fedora_21" : ["yum upgrade -y"],
...@@ -153,12 +153,12 @@ ...@@ -153,12 +153,12 @@
"ubuntu_15.10": "", "ubuntu_15.10": "",
"ubuntu_14.04_i386": "", "ubuntu_14.04_i386": "",
"ubuntu_15.04_i386": "", "ubuntu_15.04_i386": "",
"ubuntu_15.10_i386": "" "ubuntu_15.10_i386": "",
}, },
"ReloadProjectCmd" : [ "ReloadProjectCmd" : [
"git checkout packaging", "git checkout packaging",
"git reset --hard origin/packaging", "git reset --hard origin/packaging",
"git pull" "git pull",
], ],
"AutoDeploySchedule": { "AutoDeploySchedule": {
"fedora_21" : "@midnight", "fedora_21" : "@midnight",
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
"ubuntu_15.10": "@midnight", "ubuntu_15.10": "@midnight",
"ubuntu_14.04_i386": "@midnight", "ubuntu_14.04_i386": "@midnight",
"ubuntu_15.04_i386": "@midnight", "ubuntu_15.04_i386": "@midnight",
"ubuntu_15.10_i386": "@midnight" "ubuntu_15.10_i386": "@midnight",
}, },
"DeployScript": "ring-nightly-sign-deploy.sh", "DeployScript": "ring-nightly-sign-deploy.sh",
"NotificationMailAdress": ["Awesome Ring Team", "ring-dev@lists.savoirfairelinux.net"] "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