Skip to content

Instantly share code, notes, and snippets.

@jgraham
Last active November 12, 2015 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgraham/1e90d6e3ac1f698ddeb6 to your computer and use it in GitHub Desktop.
Save jgraham/1e90d6e3ac1f698ddeb6 to your computer and use it in GitHub Desktop.
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