Author: nickboldt
Date: 2011-01-12 23:38:33 -0500 (Wed, 12 Jan 2011)
New Revision: 28183
Modified:
branches/jbosstools-3.2.0.CR1/build/publish.sh
Log:
merge from trunk into branch (suppress */lib/*.jar in source zips)
Modified: branches/jbosstools-3.2.0.CR1/build/publish.sh
===================================================================
--- branches/jbosstools-3.2.0.CR1/build/publish.sh 2011-01-13 04:19:47 UTC (rev 28182)
+++ branches/jbosstools-3.2.0.CR1/build/publish.sh 2011-01-13 04:38:33 UTC (rev 28183)
@@ -146,7 +146,7 @@
fi
zip ${STAGINGDIR}/all/${srczipname} -q -r * -x hudson_workspace\* -x documentation\* -x
download.jboss.org\* -x requirements\* \
-x workingset\* -x labs\* -x build\* -x \*test\* -x \*target\* -x \*.class -x \*.svn\*
-x \*classes\* -x \*bin\* -x \*.zip \
- -x \*docs\* -x \*reference\* -x \*releng\* -x \*.git\*
+ -x \*docs\* -x \*reference\* -x \*releng\* -x \*.git\* -x \*/lib/\*.jar
popd
z=${STAGINGDIR}/all/${srczipname}; for m in $(md5sum ${z}); do if [[ $m != ${z} ]]; then
echo $m > ${z}.MD5; fi; done
@@ -170,7 +170,7 @@
pushd ${STAGINGDIR}/all/sources
zip ${STAGINGDIR}/all/${SRCSNAME} -q -r * -x hudson_workspace\* -x documentation\* -x
download.jboss.org\* -x requirements\* \
-x workingset\* -x labs\* -x build\* -x \*test\* -x \*target\* -x \*.class -x \*.svn\*
-x \*classes\* -x \*bin\* -x \*.zip \
- -x \*docs\* -x \*reference\* -x \*releng\* -x \*.git\*
+ -x \*docs\* -x \*reference\* -x \*releng\* -x \*.git\* -x \*/lib/\*.jar
popd
rm -fr ${STAGINGDIR}/all/sources
Show replies by date