
CloudStack Release Notes Documentation, Release 4.5.1
(h) Compare the contents of the release artifact with the contents pulled from the repo:
$ diff -r /tmp/cloudstack/apache-cloudstack-4.5-src /tmp/cloudstack/tree
Ensure that content is the same.
(i) Verify the Code License Headers:
$ cd /tmp/cloudstack/apache-cloudstack-4.5-src
$ mvn --projects='org.apache.cloudstack:cloudstack' org.apache.rat:apache-rat-plugin:0.8:check
The build fails if any non-compliant files are present that are not specifically excluded from the ASF license
header requirement. You can optionally review the target/rat.txt file after the run completes. Passing the
build implies that RAT certifies that the files are compliant and this test is passed.
48 Chapter 9. Validate 4.5 source code tarball
Komentarze do niniejszej Instrukcji