You can subscribe to this list here.
2007 |
Jan
|
Feb
(65) |
Mar
(276) |
Apr
(544) |
May
(638) |
Jun
(225) |
Jul
(204) |
Aug
(294) |
Sep
(532) |
Oct
(506) |
Nov
(324) |
Dec
(359) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
(208) |
Feb
(225) |
Mar
(248) |
Apr
(388) |
May
(222) |
Jun
(47) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <sv...@ze...> - 2007-02-16 19:44:40
|
Author: jstevens Date: 2007-02-16 13:44:40 -0600 (Fri, 16 Feb 2007) New Revision: 4095 Modified: trunk/inst/build-functions.sh Log: Removed extraneous echo Modified: trunk/inst/build-functions.sh =================================================================== --- trunk/inst/build-functions.sh 2007-02-16 19:20:50 UTC (rev 4094) +++ trunk/inst/build-functions.sh 2007-02-16 19:44:40 UTC (rev 4095) @@ -164,7 +164,6 @@ echo -n "MySQL username for Zenoss $MYSQLEVENTDB database [$MYSQLUSER]: " read response if [ ! -z "$response" ] ; then MYSQLUSER=$response ; fi - echo echo -n "MySQL password for $MYSQLUSER [$MYSQLPASS]: " noecho |
From: <sv...@ze...> - 2007-02-16 19:20:51
|
Author: ecn Date: 2007-02-16 13:20:50 -0600 (Fri, 16 Feb 2007) New Revision: 4094 Modified: trunk/inst/docs/HelloWorldZenPack/__init__.py Log: * drop in author and organization... don't know if it should stay like this Modified: trunk/inst/docs/HelloWorldZenPack/__init__.py =================================================================== --- trunk/inst/docs/HelloWorldZenPack/__init__.py 2007-02-16 19:05:46 UTC (rev 4093) +++ trunk/inst/docs/HelloWorldZenPack/__init__.py 2007-02-16 19:20:50 UTC (rev 4094) @@ -14,6 +14,8 @@ class ZenPack(ZenPackBase): "Example ZenPack Loader" + author = "Eric Newton" + organization = "Zenoss, Inc." # normal Zope Product registration def initialize(registrar): |
From: <sv...@ze...> - 2007-02-16 19:06:18
|
Author: jstevens Date: 2007-02-16 13:05:46 -0600 (Fri, 16 Feb 2007) New Revision: 4093 Modified: branches/zenoss-1.1.x/inst/install-functions.sh Log: Migrating r3984 to zenoss-1.1.x branch * fixed call of zenmigrate during install Modified: branches/zenoss-1.1.x/inst/install-functions.sh =================================================================== --- branches/zenoss-1.1.x/inst/install-functions.sh 2007-02-16 17:05:42 UTC (rev 4092) +++ branches/zenoss-1.1.x/inst/install-functions.sh 2007-02-16 19:05:46 UTC (rev 4093) @@ -140,7 +140,7 @@ fail unable to create the initial Zenoss object database fi - if [ "$MIGRATE" = "y" ]; then + if [ "$MIGRATE" != "n" ]; then run_zenmigrate >>zenbuild.log 2>&1 || fail Data migration failed fi |
From: <sv...@ze...> - 2007-02-16 17:05:47
|
Author: edahl Date: 2007-02-16 11:05:42 -0600 (Fri, 16 Feb 2007) New Revision: 4092 Modified: trunk/inst/LICENSE.txt Log: * another test Modified: trunk/inst/LICENSE.txt =================================================================== --- trunk/inst/LICENSE.txt 2007-02-16 17:00:56 UTC (rev 4091) +++ trunk/inst/LICENSE.txt 2007-02-16 17:05:42 UTC (rev 4092) @@ -278,4 +278,3 @@ POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS - |
From: <sv...@ze...> - 2007-02-16 17:01:57
|
Author: edahl Date: 2007-02-16 11:00:56 -0600 (Fri, 16 Feb 2007) New Revision: 4091 Modified: trunk/inst/LICENSE.txt Log: * test commit Modified: trunk/inst/LICENSE.txt =================================================================== --- trunk/inst/LICENSE.txt 2007-02-15 22:54:28 UTC (rev 4090) +++ trunk/inst/LICENSE.txt 2007-02-16 17:00:56 UTC (rev 4091) @@ -278,3 +278,4 @@ POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS + |