commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r10174 - in trunk/www: . utils/sbin utils/webhelpers


From: reinhard
Subject: [gnue] r10174 - in trunk/www: . utils/sbin utils/webhelpers
Date: Wed, 5 May 2010 02:44:38 -0500 (CDT)

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 <address@hidden>
properties: 
        branch-nick: www

   + timestamp: 2010-05-05 09:43:17.187000036 +0200
committer: Reinhard Müller <address@hidden>
properties: 
        branch-nick: www

Name: bzr:file-ids
   - utils/sbin/update-tasks    
address@hidden:trunk%2Fwww%2Futils%2Fsbin%2Fupdate-tasks

   + utils/sbin/create-nightlies        
address@hidden:trunk%2Fwww%2Futils%2Fsbin%2Fcreate-nightlies
utils/sbin/update-tasks address@hidden:trunk%2Fwww%2Futils%2Fsbin%2Fupdate-tasks
utils/webhelpers/utils.py       
address@hidden:trunk%2Fwww%2Futils%2Fwebhelpers%2Futils.py

Name: bzr:revision-id:v4
   - 333 address@hidden
334 address@hidden
335 address@hidden

   + 333 address@hidden
334 address@hidden
335 address@hidden
336 address@hidden

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]