Skip to content

Commit b594329

Browse files
committed
Use an earlier evening hardcoded release time.
Otherwise make will complain "Clock skew detected" for a few hours.
1 parent 58b76dd commit b594329

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ chmod -R a+rX $RELDIR
6363

6464
RELDATE=$(head -n1 CHANGES | cut -d - -f 2)
6565
# timezone keeps it consistent, choose a plausible release time
66-
RELTIME="22:30:00 +0800"
66+
RELTIME="19:00:00 +0800"
6767

6868
# from https://reproducible-builds.org/docs/archives/
6969
TAROPTS="--sort=name --owner=0 --group=0 --numeric-owner"

0 commit comments

Comments
 (0)