Skip to content

Instantly share code, notes, and snippets.

@ncdc
Created September 26, 2013 20:38
Show Gist options
  • Save ncdc/6720187 to your computer and use it in GitHub Desktop.
Save ncdc/6720187 to your computer and use it in GitHub Desktop.
[root@ip-10-98-9-132 p]# find /var/lib/openshift/p-agoldste/ -name metadata.json -exec python -mjson.tool {} \;
{
"activations": [
1380227788.9234426,
1380227846.485841,
1380227862.8210766
],
"force_clean_build": null,
"git_ref": "master",
"git_sha1": "1543b2f",
"hot_deploy": null,
"id": "aeb82c45"
}
{
"activations": [
1380227819.2390144,
1380227855.4865673,
1380227869.6015825
],
"force_clean_build": null,
"git_ref": "master",
"git_sha1": "c64f374",
"hot_deploy": null,
"id": "b4e2c356"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment