Merge lp:~ttx/nova/lp724325 into lp:~hudson-openstack/nova/trunk

Proposed by Thierry Carrez
Status: Merged
Approved by: Josh Kearney
Approved revision: 729
Merged at revision: 729
Proposed branch: lp:~ttx/nova/lp724325
Merge into: lp:~hudson-openstack/nova/trunk
Diff against target: 8 lines (+1/-0)
1 file modified
MANIFEST.in (+1/-0)
To merge this branch: bzr merge lp:~ttx/nova/lp724325
Reviewer Review Type Date Requested Status
Josh Kearney (community) Approve
Jay Pipes (community) Approve
Review via email: mp+51131@code.launchpad.net

Commit message

Globally exclude *.pyc files from generated tarballs.

Description of the change

Globally exclude *.pyc files from generated tarballs.

Some .pyc files get generated by the tarball generation process then caught by the graft stanzas in MANIFEST.in. This patch globally excludes them, since those are never wanted.

To post a comment you must log in.
Revision history for this message
Jay Pipes (jaypipes) :
review: Approve
Revision history for this message
Josh Kearney (jk0) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'MANIFEST.in'
2--- MANIFEST.in 2011-02-15 14:53:58 +0000
3+++ MANIFEST.in 2011-02-24 14:32:14 +0000
4@@ -38,3 +38,4 @@
5 include plugins/xenapi/README
6 include plugins/xenapi/etc/xapi.d/plugins/objectstore
7 include plugins/xenapi/etc/xapi.d/plugins/pluginlib_nova.py
8+global-exclude *.pyc