Commit fac1b1bfc2c15c335aff0e95fbfabb8f2e1d4e2b

Authored by Jacob Vosmaer
1 parent e8cc30d2

Check the time before running release.sh

Showing 1 changed file with 8 additions and 0 deletions   Show diff stats
doc/release.md
... ... @@ -50,6 +50,14 @@ git fetch
50 50 git checkout 6-6-stable
51 51 ```
52 52  
  53 +- Check the system time; the S3 upload will fail if it is off by too much
  54 +
  55 +```shell
  56 +date
  57 +```
  58 +
  59 +You can adjust the time with the `date` command if necessary.
  60 +
53 61 - Run the release script
54 62  
55 63 ```shell
... ...