diff mbox

[Branch,~glmark2-dev/glmark2/trunk] Rev 221: Build: Exclude *.pyc files from the distribution tarball.

Message ID 20120611111016.26959.36697.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

alexandros.frantzis@linaro.org June 11, 2012, 11:10 a.m. UTC
------------------------------------------------------------
revno: 221
committer: Alexandros Frantzis <alexandros.frantzis@linaro.org>
branch nick: trunk
timestamp: Mon 2012-06-11 13:46:53 +0300
message:
  Build: Exclude *.pyc files from the distribution tarball.
modified:
  wscript


--
lp:glmark2
https://code.launchpad.net/~glmark2-dev/glmark2/trunk

You are subscribed to branch lp:glmark2.
To unsubscribe from this branch go to https://code.launchpad.net/~glmark2-dev/glmark2/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'wscript'
--- wscript	2012-05-24 10:11:54 +0000
+++ wscript	2012-06-11 10:46:53 +0000
@@ -119,7 +119,7 @@ 
     def get_files(self):
         import fnmatch
         files = []
-        excludes = ['*.bzr', '*~', './.*waf*', './build*', '*.swp', '*glmark2-*.tar.gz']
+        excludes = ['*.bzr', '*~', './.*waf*', './build*', '*.swp', '*.pyc', '*glmark2-*.tar.gz']
         for (dirpath, dirnames, filenames) in os.walk(top):
             names_to_remove = []
             names = dirnames + filenames