From fac1b1bfc2c15c335aff0e95fbfabb8f2e1d4e2b Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Mon, 17 Feb 2014 19:26:33 +0100 Subject: [PATCH] Check the time before running release.sh --- doc/release.md | 8 ++++++++ 1 file changed, 8 insertions(+), 0 deletions(-) diff --git a/doc/release.md b/doc/release.md index 08b405a..1d41fae 100644 --- a/doc/release.md +++ b/doc/release.md @@ -50,6 +50,14 @@ git fetch git checkout 6-6-stable ``` +- Check the system time; the S3 upload will fail if it is off by too much + +```shell +date +``` + +You can adjust the time with the `date` command if necessary. + - Run the release script ```shell -- libgit2 0.21.2