Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ubuntu_sysroot: do not archive .git directory
We're building a ubuntu package on top of the git source tree. However, the dpkg-source which is called by sbuild did not exclude the .git directory when generating a tarball. This patch fixes the tarball does not contain the .git directory anymore. According to the dpkg-source help, it has default patterns if there is no arguments after -I. However, this patch only defines .git releated regular expressions because I don't want to omit unwanted sources by the default patterns. Change-Id: I8d478d0d963f27b7be7a99014fc6bb5b2dfb8fd1 Signed-off-by: Chanho Park <[email protected]>
- Loading branch information