From: <ap...@vh...> - 2005-09-22 01:56:15
|
Author: apevec Date: 2005-09-22 03:46:23 +0200 (Thu, 22 Sep 2005) New Revision: 894 Modified: trunk/tools/misc/build-all.sh Log: adjust build-all to modified bundle organisation Modified: trunk/tools/misc/build-all.sh =================================================================== --- trunk/tools/misc/build-all.sh 2005-09-22 01:22:25 UTC (rev 893) +++ trunk/tools/misc/build-all.sh 2005-09-22 01:46:23 UTC (rev 894) @@ -563,7 +563,7 @@ set -e cd $BUNDLEDIR/bundles/$BUNDLE check_svn_tagged - ./rollingbuild.sh + ../TEMPLATE/rollingbuild.sh ) || exit $? done @@ -704,8 +704,8 @@ set -e cd $BUNDLEDIR/bundles/$BUNDLE check_svn_tagged - BUNDLE_VERSION=`grep 'VERSION=' configure.in | sed -e 's/VERSION=//'` - BUNDLE_RELEASE="`grep 'RELEASE=' configure.in | sed -e 's/RELEASE=//'`${SVN_REVISION}" + BUNDLE_VERSION=`grep 'VERSION=' bundle.in | sed -e 's/VERSION=//'` + BUNDLE_RELEASE="`grep 'RELEASE=' bundle.in | sed -e 's/RELEASE=//'`${SVN_REVISION}" cp $HOMERPMDIR/ccm-bundle-aplaws-plus-$BUNDLE-$BUNDLE_VERSION-$BUNDLE_RELEASE.noarch.rpm $BUILD_HOME/dist/bundles/$BUNDLE/RPMS cp $HOMESRPMDIR/ccm-bundle-aplaws-plus-$BUNDLE-$BUNDLE_VERSION-$BUNDLE_RELEASE.src.rpm $BUILD_HOME/dist/bundles/$BUNDLE/SRPMS ) |