-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issues #9 and #10 describe errors related to the absence of the VERSION file in the zip/tarball downloaded from Ginger webpage in Github. This happens because Github does not include in the compressed file any file that are in .gitignore. Excluding the VERSION file from .gitignore fixes both issues. Issue #12 says that the ChangeLog is missing from the zip/tarball. This was fixed before in a previous commit, but to make it available we need to retag Ginger to force Github to create a new tarball. There's also a minor issue with the previous naming used for the Ginger tags. Naming the tags as 'ginger-<version>' forces Github to create a tarball with name 'ginger-<tag>', thus the file name becomes 'ginger-ginger-<version>'. Since we need to retag the project due to these issues, the tag name will be changed to just '<version>'. To reflect that, pkg-version was changed. Signed-off-by: Daniel Henrique Barboza <dhbarboza82@gmail.com>
- Loading branch information
Showing
4 changed files
with
64 additions
and
15 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 |
---|---|---|
|
@@ -3,7 +3,6 @@ | |
.*.swp | ||
Makefile | ||
Makefile.in | ||
VERSION | ||
aclocal.m4 | ||
autom4te.cache | ||
build-aux/config.guess | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1.3.0.1 |
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