Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
for file in *.tar.gz; do sha1sum $file > $file.sha; done

Upload artifacts

6. Upload artifacts and all created check sums with signatures to https://dist.apache.org/repos/dist/dev/incubator/sentry

...