Skip to content

Commit

Permalink
Bug#28105016 SERVER 8.0.12 DOXYGEN BUILDS GENERATED WITH EMPTY REVISION
Browse files Browse the repository at this point in the history
NUMBER

Doxygen cleanup, fixed regression from:

commit a4016740ee3cc6389b8908ce514bc927b6727bee
Author: Marc Alff <[email protected]>
Date:   Wed Jan 3 17:33:39 2018 +0100

    Doxygen build cleanup

    Change doxygen_resources/doxygen-filter-mysqld
    from a bash script to a perl script,
    so it runs also on Windows.

Somehow PUSH_REVISION was renamed to BRANCH_REVISION.
The correct variable, used in PB2, is PUSH_REVISION.
  • Loading branch information
marcalff committed Sep 7, 2018
1 parent 799e130 commit ad6cfa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doxygen_resources/doxygen-filter-mysqld
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if (! defined $gen_branch) {
}
chomp ($gen_branch);

$gen_revision = $ENV{BRANCH_REVISION};
$gen_revision = $ENV{PUSH_REVISION};
if (! defined $gen_revision) {
$gen_revision = `git log -1 --format=%H`;
}
Expand Down

0 comments on commit ad6cfa5

Please sign in to comment.