Last active
August 29, 2015 14:20
-
-
Save patcon/f2b27ecf1d3da7a8f481 to your computer and use it in GitHub Desktop.
cm-update-server troubleshooting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/repos/chef-cm-update-server (master ✘)✭ ᐅ http POST 127.0.0.1:3000/api < test.json | |
HTTP/1.1 200 OK | |
Connection: keep-alive | |
Content-Length: 365 | |
Content-Type: application/json | |
Date: Sat, 09 May 2015 21:11:20 GMT | |
{ | |
"error": null, | |
"id": null, | |
"result": [ | |
{ | |
"api_level": 19, | |
"changes": "http://localhost:3000/changelog/1", | |
"channel": "snapshot", | |
"filename": "cm-11-grouper.snapshot-M12.zip", | |
"incremental": "2e6a32151e", | |
"md5sum": "0dff54e10853eb8fcf37ecef9cf1bd4b", | |
"timestamp": 1415780513, | |
"url": "http://localhost:3000/download/rom/1?directory=grouper-11.0&filename=cm-11-grouper.snapshot-M12.zip" | |
} | |
] | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment