Skip to content

Instantly share code, notes, and snippets.

@chenpighead
chenpighead / push-to-try.sh
Last active August 29, 2015 14:20 — forked from rickychien/push-to-try.sh
Push to mozilla try server with custom Gaia (Usage: ./push-to-try.sh gaia-branch-name gaia-revision-hash)
#!/bin/bash
# this shell script is set to execute in my gecko directory
# setup your mozilla-central REPO and github REMOTE.
# path to mozilla-central
REPO="mozilla-central"
# regualr expression for gaia github repo url
REMOTE="https:\/\/github\.com\/chenpighead\/gaia.git"