Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git-download: fix GHE version detection #29

Merged
merged 1 commit into from
Oct 28, 2017
Merged

Conversation

larsxschneider
Copy link
Collaborator

An exit code of 0 indicates success and an exit code of 1 indicates
failure in bash. Flip the version comparision operator in Perl to
implement "ghe_greater_equal" properly.

In addition, define the required version with three segments as this
seems to be required by the Perl version parser.

Thanks to @toddocon for pointing out the issue to me!


Unfortunately, this does not yet fix the download graph for GHE 2.11.
It looks like the log rotation frequency for /var/log/github-audit.log
changed from daily to weekly. I've asked GH support if this change
was intentional. If yes, then we need to adjust our audit log data
gathering as the current code expects the daily rotation.

An exit code of 0 indicates success and an exit code of 1 indicates
failure in bash. Flip the version comparision operator in Perl to
implement "ghe_greater_equal" properly.

In addition, define the required version with three segments as this
seems to be required by the Perl version parser.
@larsxschneider larsxschneider merged commit 55ef411 into master Oct 28, 2017
@larsxschneider larsxschneider deleted the lars/fix-download branch October 28, 2017 19:04
@pluehne pluehne added the bug label Oct 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants