[gnue] r10176 - in trunk/www: . utils/sbin
[email protected] Wed, 5 May 2010 03:00:58 -0500 (CDT)
| Newsgroups | gmane.comp.cms.gnue.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: reinhard Date: 2010-05-05 03:00:58 -0500 (Wed, 05 May 2010) New Revision: 10176 Modified: trunk/www/ trunk/www/utils/sbin/environment Log: Another fix. Property changes on: trunk/www ___________________________________________________________________ Name: bzr:revision-info - timestamp: 2010-05-05 09:55:39.194000006 +0200 committer: Reinhard Müller <[email protected]> properties: branch-nick: www + timestamp: 2010-05-05 09:59:36.246999979 +0200 committer: Reinhard Müller <[email protected]> properties: branch-nick: www Name: bzr:file-ids - utils/sbin/update-tasks 6432@3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fwww%2Futils%2Fsbin%2Fupdate-tasks + utils/sbin/environment 6433@3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fwww%2Futils%2Fsbin%2Fenvironment Name: bzr:revision-id:v4 - 333 [email protected] 334 [email protected] 335 [email protected] 336 [email protected] 337 [email protected] + 333 [email protected] 334 [email protected] 335 [email protected] 336 [email protected] 337 [email protected] 338 [email protected] Name: bzr:text-parents - + utils/sbin/environment [email protected] Modified: trunk/www/utils/sbin/environment =================================================================== --- trunk/www/utils/sbin/environment 2010-05-05 07:56:59 UTC (rev 10175) +++ trunk/www/utils/sbin/environment 2010-05-05 08:00:58 UTC (rev 10176) @@ -1,6 +1,6 @@ #!/bin/bash export BASE=/usr/local/gnue-sandbox export CHECKOUT=${BASE}/svn/gnue -export INSTALLED=${CHECKOUT}/.bzrdevelbase +export INSTALLED=${CHECKOUT}/tools/.bzrdevelbase export PATH="$PATH:$BASE/bin"