Skip to content

Instantly share code, notes, and snippets.

@rittme
rittme / README.md
Last active August 29, 2015 14:26 — forked from jonalmeida/README.md
Notifies you when your try build is complete.

Why

Instead of checking when your try build is complete, this short python script checks try every 5 mins (you can change the interval if you like) using the treeherder API to see if your try push is complete. Gives you a simple notification in your Notification Center (on Mac OS).

How To Use

  • chmod +x try_to_notify
  • (Optional) Move to your /usr/local/bin and remove .py extension
  • try_to_notify [sha_of_the_try_push]

Examples