~coreygoldberg/uci-engine/subunit-results

315.2.3 by Vincent Ladeuil
Fix another typo while waiting for the deployment test...
1
# For all dependencies running from source
217.7.13 by Vincent Ladeuil
Make a home for dependency branches so we branch only once.
2
./branches/*
531.2.2 by Vincent Ladeuil
Create a version info file using the python format to start with.
3
# Created when uploading the payload
4
./.uploaded_version_info
2 by Vincent Ladeuil
Add latest additions from online doc.
5
./docs/_build
266.2.3 by Andy Doan
convert test-runner
6
.deps
6.1.1 by Andy Doan
add start of ci-utils project
7
*.egg-info
8
*.pyc
9
*.swp
15.1.2 by Chris Johnston
add copying
10
local_settings.py
111.1.3 by Andy Doan
add a ppa_copy api
11
.ppa-assigner.lpcreds
123.1.13 by Vincent Ladeuil
Merge tstrun/cloud_tests in tstrun/vms, plug the auth config. Local tests can run with a bzr ignored unit_config local file (not to be confused with the unit_config.yaml one uploaded by juju-deployer).
12
# juju-deployer will deploy this file on the units, but it doesn't exist
13
# locally. Yet some local testing can be achieved by having a local
14
# version. Since real credentials are used there, this should *not* be
15
# version controlled.
16
./unit_config
352.3.6 by Evan Dandrea
Update bzrignore.
17
# A few charms use charmhelpers. It needs to be on PYTHONPATH at the time the
18
# charm is run, so the charms copy it to their hooks directory.
19
charms/precise/*/hooks/charmhelpers
20
# The webui copies what it needs here to be deployed with the charm.
21
charms/precise/webui/files/webroot
669 by Corey Goldberg
added tox and fixed setup
22
# ignore virtualenvs created by tox
23
.tox/
687 by Corey Goldberg
updated tox using coverage
24
# ignore coverage
25
.coverage