summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2012-02-07 14:32:15 -0800
committerMonty Taylor <mordred@inaugust.com>2012-02-08 19:30:39 -0800
commit4a4c274c834728a03bce7e5384c562321821eaf8 (patch)
tree99604197f834264e38cf3bdef6577f01d87bdb72 /.gitignore
parent1815aaf13af1c5d6d4225fa0f8f4adb2b10548e6 (diff)
downloadnova-4a4c274c834728a03bce7e5384c562321821eaf8.tar.gz
Get rid of distutils.extra.
We moved to DistUtilsExtra because it promised a more automatic workflow from setup.py. It doesn't actually deliver though, and it also vomits warnings during setup.py usage, and also breaks pip integration. So this is going back to babel. Mostly folks shouldn't need to know anything about this. We'll need to update the translations import jobs in Jenkins, and we might need to add a corresponding translations upload job that runs post-merge. Translations installation doesn't fully work - but it actually wasn't fully working before. Getting this part of the project done now though is a pre-requisite for using tox for multi-python testing (tox starts by creating an sdist tarball and then installing it into the venv, which is just 100% broken with DistUtilsExtra) Change-Id: I126e1bcfab0656eab6ca10de67d3d2aaa8b844f3
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 64a96d0a86..a3ee55e462 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,4 +12,4 @@ nova.egg-info
.venv
*.sqlite
*.log
-po/*.pot \ No newline at end of file
+po/*.pot