3 build_dir = '/tmp/indico-build/'
5 ext_dirname = 'ext_modules'
6 target_dirname = os.path.join('indico', 'htdocs')
7 pyenv_dir = os.path.expanduser(os.path.join('~', '.pyenv'))
10 node_version = '0.10.24'
11 node_env_dirname = os.path.join('ext_modules', 'node_env')
13 py_versions = ['2.6.9', '2.7']
16 'user': 'your-username',
19 'auth_token': 'your-access-token',
21 # What do to in case release exists
22 # True: overwrite, False: do not overwrite, None: ask
25 github['upstream'] = "https://github.com/{0}/{1}.git".format(github['org'], github['repo'])
28 'host': 'remote-server.example.com',
31 'key': '~/.ssh/id_rsa',
32 'dest_dir': '/path/on/remote/server'
35 unverified = ['pyPdf']