Commit Graph

25 Commits

Author SHA1 Message Date
Stephen Finucane 450bacb04a Retire gantt
Change-Id: I8b84f777bf977d2a3dbba4b2ef61c9380205a049
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2019-01-11 10:44:08 +00:00
kashivreddy a923131a5e add .idea folder to .gitignore pycharm creates this folder
Change-Id: Icbeabe1d3e102d9e447f46be96280e61aa364b74
2013-03-07 17:00:22 -06:00
Yun Mao 1aa96b7c8e Ignore auto-generated files by lintstack
Part of blueprint lintstack

Change-Id: I6ca0ec71c7fa083a86920a7ae055ef8e9d19c512
2013-01-17 17:27:09 -05:00
Mauro S. M. Rodrigues 71d56c7d13 Add .testrepository/ directory to gitginore
Change-Id: Ib46a3d996e54c249773ac3c45960d471d21d2357
2012-12-19 10:46:36 -05:00
Robert Collins b8f4817831 Ignore editor backup files.
Change-Id: I5bf21781cae5588f6d6e44b025bb79d96036f48c
2012-11-19 09:20:52 +13:00
pyw 9677a61f05 Clear up the .gitignore file
1.Remove duplicate items
2.Sort to alphabetical order
3.Remove "*.sw[po]" instead "*.swp" and "*.swo" for pass
bundling test.

Fixes: bug #1039898
Change-Id: Id8e03ecce6d2ab6d823a992a3a225b5ceb44aa80
2012-08-31 10:09:18 +08:00
Flavia Missi cf0f231731 Ignoring *.sw[op] files
Change-Id: I3a059106a32f36374da787bc36a3721463189e6d
2012-08-16 20:40:20 -03:00
Monty Taylor efdd9c8c80 Update common setup code to latest.
This gets us up to date with common/setup.py and replaces custom nova
autodoc generation with the port of that code found in common.

Change-Id: I2a1c5d2c0fdcf40dbea50cc123b537adb068cdc2
2012-07-07 16:32:19 -05:00
Sean Dague 9ad405b2c4 sort .gitignore for readability
sort .gitignore using sort -V to create something more readable
for future additions, instead of always appending to the end
of the file.

Change-Id: I7e5f0a792b5555a3c53f6da124572e0e3a7d7f9b
2012-07-05 16:14:18 -04:00
Sean Dague a3a37ff470 ignore project files for eclipse/pydev
eclipse is far too commit happy to keep adding these files into the
tree making it a manual process to remove them before submit. This
should make life a little simpler for people using pydev.

Change-Id: Icd0ceea53daa76e6c36933ced174a235e070c394
2012-07-05 16:09:43 -04:00
Jenkins 77871ddd09 Merge "Finish AUTHORS transition." 2012-07-05 17:32:57 +00:00
Brian Waldon d499ff389f Add *.egg* to .gitignore
Change-Id: Id2adc763a1a84acf0323bc711616d62d5e310d75
2012-07-05 09:33:03 -07:00
Monty Taylor 9b06d2e407 Finish AUTHORS transition.
The code to generate the authors file from the git changelog has been in the
tree and running for a few weeks now. Somehow the removal of the authors
test and and the MANIFEST.in file were wrong though. This should clean that
up.

Fixes bug 920757.

Change-Id: I66c388c1c81804f8dabc52b5ee25c7f394921e11
2012-07-05 09:11:37 -05:00
Monty Taylor e246da73f5 Finalize tox config.
Shrink tox.ini to the new short version.
Fix the test cases to be able to be run in nosetets plus the
openstack.nose_plugin, which finally removes the need for
nova/testing/runner.py
Also, now we'll just output directly to stdout, which will
make nose collect the trace logging directly and either output
it at the end of the run, or inject it into the xunit output
appropriately.

Change-Id: I1456e18a11a840145492038108bdfe812c8230d1
2012-06-07 12:15:42 -04:00
Joe Gordon 2223c3821d Update .gitignore
Add:
* ChangeLog
* nova/tests/coverage.xml

Change-Id: I1d0c395cf679e07e304dd878d97734307b685f4c
2012-05-30 15:38:32 -07:00
Renier Morales 2d511eea96 Scope coverage report generation to nova module.
Coverage report generation was not using --include filters.
This resulted in generating a report that included all external
dependencies. Some of these may include problematic characters for
utf8 decoding. In the odd case this was found, coverage would fail
with a UnicodeDecodeError.

Fixes bug #987077.

Change-Id: I276698e65ac1037972209a406058168433cd826b
2012-04-24 07:58:25 -04:00
Monty Taylor dde587fd1f Support tox-based unittests.
Change-Id: I6a0a616a979688595762e6b772d77a14f1968070
2012-02-20 11:54:37 -08:00
Zhongyue Luo aadf961c26 nova.conf sample tool
Fixes bug #918621

A tool to generate a sample nova.conf file

Change-Id: I2646d7e674ef3d1759558e820f051cc5e7f3b4ae
2012-02-18 07:51:46 +08:00
Monty Taylor 151ee1123d Move translations to babel locations.
If we structure things like this, we can get things
actually, you know, installed.

Locales ast and oc aren't supported by babel. We'll re-import them
from Launchpad once we get babel updated.

If you want translations installed, run:

  python setup.py compile_catalog

Before you run either setup.py sdist or setup.py install

More work is needed to actually properly use the installed translations, but
we're closer.

Change-Id: I4a4bedd982c89063aa09688c9cbcf97054bcb34b
2012-02-08 19:30:39 -08:00
Monty Taylor c1d4e2ed08 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
2012-02-08 19:30:39 -08:00
James E. Blair 6e46cc7e04 Rename .nova-venv to .venv.
This simplifies a number of Jenkins jobs which currently, other
than directory names, could be the same for all OpenStack
projects. By renaming the virtualenv directory, the redundant
Jenkins virtualenv build and copy jobs can be eliminated.

Change-Id: Ieaf1dac3207ecb34b911c7edcd2086809abdf49e
2011-12-08 15:17:51 -08:00
Julien Danjou 21de6e8a91 Remove autogenerated pot file
Change-Id: I25c33e2a91458d2eaa41232eb54b2c1e4e273854
Signed-off-by: Julien Danjou <julien.danjou@enovance.com>
2011-12-06 09:56:56 +01:00
Aaron Lee 4234927f7e Adding run_test.sh artifacts to .gitignore
Adding myself to the Authors file.

Change-Id: Ifcedc2b7925f293cc47fb1eda9fbc14fa045918a
2011-09-27 10:31:44 -05:00
andy 6f93a4d535 Move virtualenv installation out of the makefile.
Also adds some tools for dealing with virtualenvs to the tools
directory.
2010-07-26 23:16:49 +02:00
Jesse Andrews f967b173be missed the gitignore 2010-05-30 14:12:04 -07:00