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
Warning

The structure of the file names is given by Apache Software foundation and can't be changed. The name must be in form <tarball_name>.tar.gz.<analysis> (for example sqoop-1.99.3.tar.gz.asc). Having name sqoop-1.99.3.asc (without .tar.gz) is not acceptable!

6. Upload artifacts and all created check sums with signatures to your own web-space on people.apache.org

...