Last active
November 12, 2015 19:29
-
-
Save jgraham/1e90d6e3ac1f698ddeb6 to your computer and use it in GitHub Desktop.
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
set -e | |
echo "Ensure server and celery are running and press Enter" | |
read | |
sed -i 's|BUILDAPI_BUILDS4H_URL = ".*"|BUILDAPI_BUILDS4H_URL = "https://secure.pub.build.mozilla.org/builddata/buildjson/builds-2015-11-03.js.gz"|' treeherder/config/settings.py | |
python manage.py ingest_push mozilla-inbound 2530cf72c8e7 | |
echo "Wait for log parsing mark push, then press Enter" | |
read | |
python manage.py ingest_push mozilla-inbound c615bf9eae4f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment