-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix missing libuev in 'make dist' from 1.4 and 1.5 and bump version t…
…o 1.6 Since the introduction of libuev the 'make dist' target has failed to include the libuev subdirectory. This is due to the 'git archive' command unfortunately not supporting git submodules. This commit changes 'make dist' to use Kentzo's git-archive-all from https://github.com/Kentzo/git-archive-all Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
- Loading branch information
Showing
3 changed files
with
28 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# used to remove files from deployment using `git archive` | ||
# git files | ||
.gitattributes export-ignore | ||
.gitignore export-ignore | ||
.travis.yml export-ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters