Versions Compared

Key

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

...

Code Block
gpg --verify apache-cloudstack-4.0.01-incubating-src.tar.bz2.asc

...

Code Block
gpg --print-md MD5 apache-cloudstack-4.0.01-incubating-src.tar.bz2 | diff - apache-cloudstack-4.0.01-incubating-src.tar.bz2.md5
gpg --print-md SHA512 apache-cloudstack-4.0.01-incubating-src.tar.bz2 | diff - apache-cloudstack-4.0.01-incubating-src.tar.bz2.sha

...

Code Block
cd /tmp/cloudstack
tar xvfj apache-cloudstack-4.0.01-incubating-src.tar.bz2

Compare the contents of the release artifact with the contents pulled from the repo:

Code Block
diff -r /tmp/cloudstack/apache-cloudstack-4.0.01-incubating-src /tmp/cloudstack/tree

...

Code Block
cd /tmp/cloudstack/apache-cloudstack-4.0.01-incubating-src
mvn --projects='org.apache.cloudstack:cloudstack' org.apache.rat:apache-rat-plugin:0.8:check

...