~osomon/oxide/override-touchUngrabEvent

« back to all changes in this revision

Viewing changes to build/tools/release.py

  • Committer: Chris Coulson
  • Date: 2016-01-11 17:39:50 UTC
  • Revision ID: chris.coulson@canonical.com-20160111173950-ywj7f77nvmmvpil0
Don't include .git/index files anywhere in the tarball. This was added way back in r640 but doesn't actually fix anything, and instead causes LP: #1490868 to be reintroduced in official builds where we don't install git

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
]
75
75
 
76
76
TAR_EXCLUDE_REGEXPS = [
77
 
  r'(^|\/)\.git\/(?!(|index)$)',
 
77
  r'(^|\/)\.git(\/|$)',
78
78
  r'(^|\/)\.gitignore$',
79
79
  r'(^|\/)\.gitattributes$',
80
80
  r'(^|\/)\.svn(\/|$)',