summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
Commit message (Collapse)AuthorAgeFilesLines
* Finish AUTHORS transition.Monty Taylor2012-07-051-1/+1
| | | | | | | | | | | 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
* Use setuptools-git plugin for MANIFEST.Monty Taylor2012-06-281-49/+4
| | | | | | | | | Instead of a hard-coded MANIFEST.in to list non-code files to be included in the tarball, use the setuptools-git plugin to ensure that every file that's in git will wind up in the tarball. The only things needed in MANIFEST.in now are files that are generated as part of the sdist run. Change-Id: I76df685d58f7b56977d859e8df92e845f450b3e4
* Remove two obsolete libvirt cheetah templates from MANIFEST.inDaniel P. Berrange2012-06-191-2/+0
| | | | | | | | | The nova/virt/libvirt*.xml.template and nova/virt/cpuinfo.xml.template files were deleted in earlier commits, so should no longer be listed in the MANIFEST.in file Change-Id: I3a840e6801d02293d0d6b4983d404c1652256cd2 Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
* remove dead file nova/tests/db/nova.austin.sqliteYun Mao2012-05-301-1/+0
| | | | | | This file no longer appears to be used. Change-Id: I6cee63f3e35ed1de68249aa12e828e23cbe65a40
* Generate a Changelog for NovaChuck Short2012-05-041-0/+1
| | | | | | | | | | Ubuntu uses a tarball to generate packages for Nova and other openstack projects. This allows the user to find out what is included in the tarball. Signed-off-by: Chuck Short <chuck.short@canonical.com> Change-Id: I0291e19eee1ff2c5fc98b499571b2563841c6076
* Include babel.cfg in tarballsThierry Carrez2012-03-151-1/+1
| | | | | | Include babel.cfg in produced tarballs. Fixes bug 955975. Change-Id: I3284775638a2aff0be6e753f4b56b2ef94617001
* Fix MANIFEST.in to include missing filesThierry Carrez2012-02-241-0/+6
| | | | | | | Fix MANIFEST.in to include missing files in generated tarballs. Fixes bug 940360. Change-Id: I8abba2c952c95f653a4ceb4595600d67ccdeed8d
* bug 929462: compile_diagnostics in xenapi erronously catch XenAPI.FailureArmando Migliaccio2012-02-171-0/+1
| | | | | | | ensure we catch the right exception. Plus turn test_diagnostics into a more thorough unit test. Change-Id: I1aae28b9b3b942f08e419cd9cfa48dea003e96d9
* Move translations to babel locations.Monty Taylor2012-02-081-3/+4
| | | | | | | | | | | | | | | | | | | 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
* Update MANIFEST.in to account for moved schemasSoren Hansen2012-02-071-1/+1
| | | | Change-Id: I0b2b1402cd59333fddf04fab8e6b5759fad59455
* Add nova/tests/policy.json to tarballSoren Hansen2012-02-071-0/+1
| | | | | | Tests do not run out of the tarball at the moment due to this. Change-Id: I9c36f3b645e04fd208fac3c18ad359b06eed55fa
* Sanitize EC2 manifests and image tarballsThierry Carrez2011-12-131-0/+1
| | | | | | | | | | Prevent potential directory traversal with malicious EC2 image tarballs, by making sure the tarfile is safe before unpacking it. Fixes bug 894755 Prevent potential directory traversal with malicious file names in EC2 image manifests. Fixes bug 885167 Change-Id: If6109047307bd6e654ee9d1254f0d7f31cf741c1
* Remove some remnants of ChangeLog and vcsversion.py generationMark McLoughlin2011-12-061-1/+1
| | | | | | | | Since moving to bzr, we no longer generate ChangeLog and vcsversion.py and since commit deb31cb55 we no longer even have the bzr specific code for generating them. So, let's just remove any references to them. Change-Id: I4f96b9be48e289f9129ae8e3ad4cbc1b22db07d2
* Removed some old cruft.Monty Taylor2011-11-101-2/+1
| | | | | | | Removed the builddeb.sh script, which is not used by debian packaging. Removed bzrplugins for novalog, since we no longer use bzr. Change-Id: Icaae040e31b73af1bad97320cd7893ae17ac1d85
* Remove OSAPI v1.0Brian Waldon2011-10-171-1/+0
| | | | Change-Id: I92302c9c2b8f98d140c4844d4522adbcb45c8dd7
* Update MANIFEST.in to match directory moves from rev1559Thierry Carrez2011-09-131-1/+1
|
* Include missing nova/api/openstack/schemasThierry Carrez2011-08-091-0/+1
|
* Include migrate_repo/versions/*.sql in tarballThierry Carrez2011-07-011-0/+1
|
* Include data files for public key tests in the tarball.Soren Hansen2011-05-201-0/+1
|
* Allow CA code and state to be separated, and make sure CA code gets ↵Soren Hansen2011-04-051-1/+1
| | | | installed by setup.py install.
* Include cpuinfo.xml.template in tarball.Soren Hansen2011-03-141-0/+1
|
* Globally exclude .pyc files from tarball contentsThierry Carrez2011-02-241-0/+1
|
* Missing nova/tests/db/nova.austin.sqlite fileThierry Carrez2011-02-151-0/+1
|
* Translations will be shipped in po/, not locale/Thierry Carrez2011-02-151-1/+1
|
* Adding missing scripts and files to setup.py / MANIFEST.inThierry Carrez2011-02-151-0/+9
|
* Add etc/ directory to tarball.Soren Hansen2011-01-201-0/+1
|
* merge from upstream and fix small issuesAndy Smith2011-01-181-0/+1
|
* Make sure the new, consolidated template gets included.Soren Hansen2010-12-151-1/+1
|
* Make sure all templates are included (at least rescue tempaltes didn't used ↵Soren Hansen2010-11-201-3/+1
| | | | to be included).
* Created Authors file and added to manifest for Austin ReleaseRick Clark2010-10-221-1/+1
|
* Add the last few things to MANIFEST.in.Soren Hansen2010-10-161-1/+2
|
* Also add Xen template to manifest.Soren Hansen2010-10-161-0/+1
|
* Add a bunch of stuff to MANIFEST.in that has been added to the tree over the ↵Soren Hansen2010-10-161-3/+9
| | | | last couple of months.
* Added ChangeLog generation.Monty Taylor2010-07-281-0/+1
|
* Removed extra include.Monty Taylor2010-07-271-1/+0
|
* Added a few more missing files to MANIFEST.in and added some placeholderMonty Taylor2010-07-271-1/+18
| | | | files so that setup.py would carry the empty dir.
* Put in a single MANIFEST.in file that takes care of things.Monty Taylor2010-07-271-0/+5