Re: [Zope-dev] zope-tests - FAILED: 11, OK: 12

2013-03-18 Thread Marius Gedminas
On Mon, Mar 18, 2013 at 01:00:02AM +, Zope tests summarizer wrote:
 [1]Repository policy check found errors in 487 projects

The full log of errors can be found here:
http://uter.gocept.com/~ctheune/report-2013-03-17T02:15:02.457592.txt;

No it can't, uter.gocept.com is NXDOMAIN.

 [2]Still Failing - zopetoolkit_trunk - Build # 205

Still unreachable.

 [3]Total languishing bugs for zope2: 1
 [4]Total languishing bugs for zope: 67
 [5]Total languishing bugs for zopeapp: 1
 [6]Total languishing bugs for zopetoolkit: 195

Didn't read.

 [7]winbot / z3c.contents_py_265_32
 [8]winbot / z3c.form_py_265_32
 [9]winbot / z3c.formui_py_265_32
 [10]   winbot / z3c.layer.ready2go_py_265_32
 [11]   winbot / z3c.pagelet_py_265_32

lxml.

Marius Gedminas
-- 
http://pov.lt/ -- Zope 3/BlueBream consulting and development


signature.asc
Description: Digital signature
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] zope-tests - FAILED: 6, OK: 12

2013-03-18 Thread Zope tests summarizer
This is the summary for test reports received on the 
zope-tests list between 2013-03-17 00:00:00 UTC and 2013-03-18 00:00:00 UTC:

See the footnotes for test reports of unsuccessful builds.

An up-to date view of the builders is also available in our 
buildbot documentation: 
http://docs.zope.org/zopetoolkit/process/buildbots.html#the-nightly-builds

Reports received


[1]Still Failing - zopetoolkit_trunk - Build # 206
   winbot / ZODB_dev py_265_win32
   winbot / ZODB_dev py_265_win64
   winbot / ZODB_dev py_270_win32
   winbot / ZODB_dev py_270_win64
[2]winbot / z3c.contents_py_265_32
[3]winbot / z3c.contents_py_265_32
[4]winbot / z3c.formui_py_265_32
[5]winbot / z3c.layer.ready2go_py_265_32
[6]winbot / z3c.pagelet_py_265_32
   winbot / ztk_10 py_254_win32
   winbot / ztk_10 py_265_win32
   winbot / ztk_10 py_265_win64
   winbot / ztk_11 py_254_win32
   winbot / ztk_11 py_265_win32
   winbot / ztk_11 py_265_win64
   winbot / ztk_11 py_270_win32
   winbot / ztk_11 py_270_win64

Non-OK results
--

[1]FAILED  Still Failing - zopetoolkit_trunk - Build # 206
   https://mail.zope.org/pipermail/zope-tests/2013-March/073407.html


[2]FAILED  winbot / z3c.contents_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-March/073420.html


[3]FAILED  winbot / z3c.contents_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-March/073405.html


[4]FAILED  winbot / z3c.formui_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-March/073406.html


[5]FAILED  winbot / z3c.layer.ready2go_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-March/073403.html


[6]FAILED  winbot / z3c.pagelet_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-March/073404.html


___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope] Restore files from Data.fs.tr0 SOLVED

2013-03-18 Thread Jaroslav Lukesh

This simple script and diff and manual changes against appropriate files.

#!/var/zope/python/bin/python
f = open(Data.fs.tr0, r+ab)
c =  f.read()
s='__name__q'
a = c.split(s)
i = 0
print(len(a))
for polozka in a:
   i = i + 1
   fn = 'vystup_' + str(i)
   x = open(fn,ab)
   x.write(polozka)
   x.close()
f.close()

Lucky that it was no much of filenames. Select both files in Total 
Commander, then File - Diff - uncheck binary and check again - Edit, helps a 
lot.


For bigger truncated slices it could be better to do it with filename 
support etc.


Regards, JL. 


___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope-dev )


[Zope-CMF] cmf-tests -

2013-03-18 Thread CMF tests summarizer
This is the summary for test reports received on the 
cmf-tests list between 2013-03-17 00:00:00 UTC and 2013-03-18 00:00:00 UTC:

See the footnotes for test reports of unsuccessful builds.

An up-to date view of the builders is also available in our 
buildbot documentation: 
http://docs.zope.org/zopetoolkit/process/buildbots.html#the-nightly-builds

Reports received



Non-OK results
--

___
Zope-CMF maillist  -  Zope-CMF@zope.org
https://mail.zope.org/mailman/listinfo/zope-cmf

See https://bugs.launchpad.net/zope-cmf/ for bug reports and feature requests