Skip to content

Commit

Permalink
tzutils: ignore check_now
Browse files Browse the repository at this point in the history
We don't care if 2 timezones provides same zoneinfo as of current time
being.
  • Loading branch information
sgn committed Dec 23, 2024
1 parent d2a34ad commit 99a3973
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions srcpkgs/tzutils/patches/only-check-relevant.patch
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
--- a/Makefile
+++ b/Makefile
@@ -827,7 +827,7 @@ check: check_back check_mild
@@ -855,9 +855,9 @@ tzselect: tzselect.ksh version

check: check_back check_mild
check_mild: check_character_set check_white_space check_links \
check_name_lengths check_now \
- check_name_lengths check_now \
+ check_name_lengths \
check_slashed_abbrs check_sorted \
- check_tables check_web check_ziguard check_zishrink check_tzs
+ check_tables check_ziguard check_zishrink check_tzs
Expand Down

0 comments on commit 99a3973

Please sign in to comment.