Skip to content

Commit

Permalink
[meta] Update history files (#2113)
Browse files Browse the repository at this point in the history
For faster validation
  • Loading branch information
kcudnik authored Nov 22, 2024
1 parent 5f75d99 commit 91ef792
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions meta/ancestry.5f75d99.history

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion meta/ancestry.825c835.history

This file was deleted.

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.825c835.history" $LIST
perl ancestry.pl -H "ancestry.5f75d99.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=825c835 # to this commit we have history file
BEGIN_COMMIT=5f75d99 # to this commit we have history file
END_COMMIT=HEAD

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

function check_structs_history()
{
perl structs.pl -H "structs.825c835.history" $LIST
perl structs.pl -H "structs.5f75d99.history" $LIST
}

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

BEGIN_COMMIT=97a1e02 # v1.11.0
BEGIN_COMMIT=825c835 # to this commit we have history file
BEGIN_COMMIT=5f75d99 # to this commit we have history file
END_COMMIT=HEAD

clean_temp_dir
Expand Down
1 change: 1 addition & 0 deletions meta/structs.5f75d99.history

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion meta/structs.825c835.history

This file was deleted.

0 comments on commit 91ef792

Please sign in to comment.