Skip to content

Instantly share code, notes, and snippets.

@matthewbelisle-wf
matthewbelisle-wf / gist:3692063
Created September 10, 2012 16:49
Bamboo deployment instructions for XBRL-WH
1) Add the codebuilders repo to your git config as a remote repo if it's not already there.
   $ git remote add codebuilders-wf [email protected]:codebuilders-wf/aggregator.git
2) Push your branch to codebuilders to have it built by the Bamboo machine.
   $ git push codebuilders-wf HEAD
3) Wait about 15 minutes and make sure the build and unit tests executed normally on the Bamboo machine.
   https://bamboo.webfilings.com/browse/AGG
4) Go to GreenTools and deploy the build that was created by Bamboo.
   https://dev.webfilings.com/deploytools/appspot_deployer.php
# Standard lib imports
import os
from StringIO import StringIO
import httplib
from tempfile import TemporaryFile
import urllib
from xml_extraction import ExtractSchemaInfo, ExtractInstanceInfo
import app_constants