Author: travis
Date: Fri Jan 18 22:28:53 2013
New Revision: 1435377
URL: http://svn.apache.org/viewvc?rev=1435377&view=rev
Log:
HCATALOG-603 releaseaudit should run before generating artifacts
Modified:
incubator/hcatalog/trunk/CHANGES.txt
incubator/hcatalog/trunk/build-support/scripts/test.sh
incubator/hcatalog/trunk/build.xml
Modified: incubator/hcatalog/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/CHANGES.txt?rev=1435377&r1=1435376&r2=1435377&view=diff
==============================================================================
--- incubator/hcatalog/trunk/CHANGES.txt (original)
+++ incubator/hcatalog/trunk/CHANGES.txt Fri Jan 18 22:28:53 2013
@@ -178,6 +178,8 @@ Release 0.5.0 - Unreleased
OPTIMIZATIONS
BUG FIXES
+ HCAT-603 releaseaudit should run before generating artifacts (traviscrawford)
+
HCAT-598 fix setting hcatalog version number via the command-line
(traviscrawford)
HCAT-600 webhcat installation doc incorrectly gives location of start/stop
script (gates)
Modified: incubator/hcatalog/trunk/build-support/scripts/test.sh
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/build-support/scripts/test.sh?rev=1435377&r1=1435376&r2=1435377&view=diff
==============================================================================
--- incubator/hcatalog/trunk/build-support/scripts/test.sh (original)
+++ incubator/hcatalog/trunk/build-support/scripts/test.sh Fri Jan 18 22:28:53
2013
@@ -55,7 +55,7 @@ run_cmd
# Build and run tests with hadoop20. This must happen afterwards so test
results
# are available for CI to publish.
-cmd='ant -Dtest.junit.output.format=xml clean package releaseaudit test'
+cmd='ant -Dtest.junit.output.format=xml clean releaseaudit package test'
if [ "${HUDSON_URL}" == "https://builds.apache.org/" ]; then
cmd="${cmd} mvn-deploy"
fi
Modified: incubator/hcatalog/trunk/build.xml
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/build.xml?rev=1435377&r1=1435376&r2=1435377&view=diff
==============================================================================
--- incubator/hcatalog/trunk/build.xml (original)
+++ incubator/hcatalog/trunk/build.xml Fri Jan 18 22:28:53 2013
@@ -397,7 +397,7 @@
<checksum file="${build.dir}/${final.name}.tar.gz"
forceOverwrite="yes"/>
</target>
- <target name="releaseaudit" description="generate a release audit report">
+ <target name="releaseaudit" depends="init" description="generate a release
audit report">
<get
src="${mvnrepo}/org/apache/rat/apache-rat/${apache-rat.version}/apache-rat-${apache-rat.version}.jar"
dest="${basedir}/build/apache-rat-${apache-rat.version}.jar"
usetimestamp="true"