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

[meta] Update ancestry file to latest commit #1927

Merged
merged 1 commit into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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