~rvb/maas/bug-1384001-redux-2

« back to all changes in this revision

Viewing changes to buildout.cfg

  • Committer: Gavin Panella
  • Date: 2012-03-15 13:58:32 UTC
  • mto: This revision was merged to the branch mainline in revision 291.
  • Revision ID: gavin.panella@canonical.com-20120315135832-8i2rkbvp6gwdhkzt
Change MaaS to MAAS everywhere.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
extends = versions.cfg
15
15
install-from-cache = false
16
16
 
17
 
# Since MaaS's main deployment target is Ubuntu, all
 
17
# Since MAAS's main deployment target is Ubuntu, all
18
18
# runtime dependencies should come from python packages.
19
19
# Only development-time dependencies should come from eggs.
20
20
# For convenience, we allow some of those to come from site-packages,