Author: reinhard Date: 2010-05-05 02:44:38 -0500 (Wed, 05 May 2010) New Revision: 10174
Modified: trunk/www/ trunk/www/utils/sbin/create-nightlies trunk/www/utils/sbin/update-tasks trunk/www/utils/webhelpers/utils.py Log: More work on adaption to new directory layout. Property changes on: trunk/www ___________________________________________________________________ Name: bzr:revision-info - timestamp: 2010-05-05 09:05:16.171999931 +0200 committer: Reinhard Müller <reinhard.muel...@bytewise.at> properties: branch-nick: www + timestamp: 2010-05-05 09:43:17.187000036 +0200 committer: Reinhard Müller <reinhard.muel...@bytewise.at> properties: branch-nick: www Name: bzr:file-ids - utils/sbin/update-tasks 6...@3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fwww%2Futils%2Fsbin%2Fupdate-tasks + utils/sbin/create-nightlies 6...@3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fwww%2Futils%2Fsbin%2Fcreate-nightlies utils/sbin/update-tasks 6...@3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fwww%2Futils%2Fsbin%2Fupdate-tasks utils/webhelpers/utils.py 5...@3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fwww%2Futils%2Fwebhelpers%2Futils.py Name: bzr:revision-id:v4 - 333 reinhard.muel...@bytewise.at-20100504193915-yl6ojj9gjij4tv8h 334 reinhard.muel...@bytewise.at-20100505064940-h5j5b0vgxugvk81y 335 reinhard.muel...@bytewise.at-20100505070516-lt1px9juogjy6yrd + 333 reinhard.muel...@bytewise.at-20100504193915-yl6ojj9gjij4tv8h 334 reinhard.muel...@bytewise.at-20100505064940-h5j5b0vgxugvk81y 335 reinhard.muel...@bytewise.at-20100505070516-lt1px9juogjy6yrd 336 reinhard.muel...@bytewise.at-20100505074317-nx6o09qo2aj08ndz Name: bzr:text-parents - + utils/sbin/create-nightlies svn-v4:3a364389-8fce-0310-8f11-cc363fde16c7:trunk/www:9568 utils/webhelpers/utils.py svn-v4:3a364389-8fce-0310-8f11-cc363fde16c7:trunk/www:5571 Modified: trunk/www/utils/sbin/create-nightlies =================================================================== --- trunk/www/utils/sbin/create-nightlies 2010-05-05 07:17:17 UTC (rev 10173) +++ trunk/www/utils/sbin/create-nightlies 2010-05-05 07:44:38 UTC (rev 10174) @@ -12,6 +12,6 @@ echo "Syntax: $0 <tool>" fi -cd ${CHECKOUT}/gnue-$tool -../gnue-common/utils/make-packages +cd ${CHECKOUT}/tools/$tool +../common/utils/make-packages mv dist/* /usr/local/www/gnue/htdocs/downloads/snapshots/ Modified: trunk/www/utils/sbin/update-tasks =================================================================== --- trunk/www/utils/sbin/update-tasks 2010-05-05 07:17:17 UTC (rev 10173) +++ trunk/www/utils/sbin/update-tasks 2010-05-05 07:44:38 UTC (rev 10174) @@ -122,8 +122,8 @@ echo -n " (technotes)" TNDEST=/usr/local/www/gnue/htdocs/tools/${tool}/docs/technotes mkdir -p $TNDEST 2>/dev/null - cp ${CHECKOUT}/gnue-${tool}/doc/technotes/* $TNBASE 2>/dev/null - (cd $TNDEST && python ${CHECKOUT}/gnue-common/utils/create-technote-index.py) + cp ${CHECKOUT}/tools/${tool}/doc/technotes/* $TNBASE 2>/dev/null + (cd $TNDEST && python ${CHECKOUT}/tools/common/utils/create-technote-index.py) # # Nightlies @@ -138,7 +138,7 @@ echo $log >> $LOGLIST (echo; echo echo "-------------------------------------------------------------------------------" - echo "Nightly build log for gnue-$tool" + echo "Nightly build log for $tool" echo "-------------------------------------------------------------------------------" cat $log ) >> $NIGHTLIESLOG fi Modified: trunk/www/utils/webhelpers/utils.py =================================================================== --- trunk/www/utils/webhelpers/utils.py 2010-05-05 07:17:17 UTC (rev 10173) +++ trunk/www/utils/webhelpers/utils.py 2010-05-05 07:44:38 UTC (rev 10174) @@ -3,7 +3,7 @@ SVN_BASE=os.path.abspath(os.path.join(os.path.dirname(__file__),'../../..')) -sys.path.insert(0,os.path.join(SVN_BASE,'gnue-common','utils')) +sys.path.insert(0,os.path.join(SVN_BASE,'tools/common','utils')) def phpWrapper(file, html, title="", module=""): path = file.split('/') @@ -38,4 +38,4 @@ out.close() def dest(): - return DEST \ No newline at end of file + return DEST _______________________________________________ commit-gnue mailing list commit-gnue@gnu.org http://lists.gnu.org/mailman/listinfo/commit-gnue