Skip to content

Commit

Permalink
[meta] Update ancestry file to latest commit
Browse files Browse the repository at this point in the history
For performance speed up
  • Loading branch information
kcudnik committed Nov 20, 2023
1 parent eaf2812 commit 3bac728
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion meta/ancestry.9f8efee.history

This file was deleted.

1 change: 1 addition & 0 deletions meta/ancestry.eaf2812.history

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions meta/checkancestry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function create_commit_list()

function check_enum_history()
{
perl ancestry.pl -H "ancestry.9f8efee.history" $LIST
perl ancestry.pl -H "ancestry.eaf2812.history" $LIST
}

#
Expand All @@ -122,7 +122,7 @@ function check_enum_history()
# the processing time will increase too much

BEGIN_COMMIT=3132018 # from this commit we are backward compatible
BEGIN_COMMIT=9f8efee # to this commit we have history file
BEGIN_COMMIT=eaf2812 # to this commit we have history file
END_COMMIT=HEAD

clean_temp_dir
Expand Down

0 comments on commit 3bac728

Please sign in to comment.