Generated tarballs include two .pyc files

Bug #724325 reported by Thierry Carrez
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
Medium
Thierry Carrez
Bexar
Fix Released
High
Thierry Carrez

Bug Description

Our tarball generation process ends up including two .pyc files:
  bzrplugins/novalog/__init__.pyc
  smoketests/__init__.pyc

These should be filtered out.

Related branches

Thierry Carrez (ttx)
Changed in nova:
status: In Progress → Fix Committed
Revision history for this message
Thierry Carrez (ttx) wrote :

validating fix against candidate build bzr653:

--- /tmp/branch_contents 2011-02-25 11:06:11.512406424 +0100
+++ /tmp/tarball_contents 2011-02-25 11:07:07.815363668 +0100
-./.bzr
-./.bzr/branch
-./.bzr/branch/branch.conf
-./.bzr/branch-format
-./.bzr/branch/format
-./.bzr/branch/last-revision
-./.bzr/branch-lock
-./.bzr/branch/lock
-./.bzr/branch/tags
-./.bzr/checkout
-./.bzr/checkout/conflicts
-./.bzr/checkout/dirstate
-./.bzr/checkout/format
-./.bzr/checkout/lock
-./.bzr/checkout/views
-./.bzrignore
-./.bzr/README
+./ChangeLog
-./doc/source/api
-./.gitignore
-./.mailmap
+./nova.egg-info
+./nova.egg-info/dependency_links.txt
+./nova.egg-info/PKG-INFO
+./nova.egg-info/SOURCES.txt
+./nova.egg-info/top_level.txt
+./nova/vcsversion.py
+./PKG-INFO

No more pyc files, so that's ok.

Thierry Carrez (ttx)
Changed in nova:
milestone: none → 2011.2
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.