| *** didymo has quit IRC | 02:37 | |
| *** Fujitsu has quit IRC | 06:20 | |
| *** didymo has joined #schooltool | 06:21 | |
| *** didymo has quit IRC | 09:31 | |
| *** Fujitsu has joined #schooltool | 13:31 | |
| *** th1a_ has joined #schooltool | 15:06 | |
| *** ignas has joined #schooltool | 15:10 | |
| th1a | ignas: I set up a clean stapp2008 checkout yesterday and I'm getting some functional test errors. | 15:34 |
|---|---|---|
| ignas | oh | 15:34 |
| ignas | lisppaste5: url | 15:34 |
| ignas | please | 15:34 |
| th1a | Yes... is there some way I can get the output in an easily pastable form? | 15:34 |
| ignas | hmm, i think you'll have to email it to me | 15:35 |
| ignas | because lisppaste seems down | 15:35 |
| th1a | Can I direct the test output to a file? | 15:35 |
| ignas | hmm, can't recall how | 15:36 |
| ignas | >> might work | 15:36 |
| ignas | but if the output is going to stderr | 15:36 |
| ignas | there is some special syntax to do that | 15:36 |
| ignas | which i can't recall now | 15:36 |
| th1a | Trying >> ... | 15:38 |
| th1a | Seems to be working. | 15:38 |
| ignas | >> some_file.txt yes? | 15:39 |
| ignas | bin/test >> some_file.txt | 15:39 |
| th1a | Oh, I just typed >> into the terminal... was I supposed to hit enter? | 15:40 |
| th1a | I thought it was working. | 15:40 |
| th1a | I'd better call tech support. | 15:40 |
| *** th1a_ has quit IRC | 15:46 | |
| th1a | These tests take a while... | 15:47 |
| th1a | ignas: Email sent. | 16:01 |
| ignas | thanks | 16:02 |
| th1a | Always happy to dump a problem on your lap. | 16:02 |
| ignas | could you svn info in "schooltool" ? | 16:03 |
| th1a | oh... ok. | 16:26 |
| th1a | ignas: it is revision 7567. | 16:27 |
| ignas | hmm | 16:27 |
| ignas | i see | 16:27 |
| th1a | Do we get testbrowser from a deb? | 16:28 |
| ignas | nope | 16:28 |
| *** mgedmin has joined #schooltool | 16:34 | |
| ignas | th1a: i think i might have an idea about what's wrong | 16:54 |
| th1a | What? | 16:55 |
| ignas | we started depending on z3c stuff | 17:08 |
| ignas | z3c.form | 17:08 |
| ignas | recetnly | 17:08 |
| ignas | after i have merged pcardunes changes | 17:08 |
| ignas | and some z3c packages have dependency metadata messed up | 17:08 |
| ignas | because i haven't been using them and didn't rant about them to srichter | 17:09 |
| ignas | (he fixed most of them) | 17:09 |
| ignas | so unreleased eggs get included as the dependencies | 17:09 |
| ignas | which is quite easy to fix, and i am doing it | 17:09 |
| th1a | OK, cool. | 17:09 |
| ignas | you will probably have to rm -rf .buildout/eggs and .buildout/cache after I will commit the fix | 17:10 |
| ignas | and python2.4 bootstrap.py && bin/buildout again | 17:10 |
| th1a | OK. | 17:10 |
| ignas | but i want to check if it works from a clean checkout first, before commiting | 17:10 |
| * th1a is going out for a minute anyhow. | 17:10 | |
| *** alga has joined #SchoolTool | 18:03 | |
| *** th1a_ has joined #schooltool | 18:08 | |
| ignas | th1a: try bzr pull | 18:17 |
| ignas | and bin/buildout | 18:17 |
| ignas | don't need to remove old eggs even | 18:17 |
| ignas | i think | 18:17 |
| th1a | ok | 18:21 |
| th1a | ignas: I assume I can ignore the "conflict" with my modified buildout.cfg. | 18:22 |
| ignas | nope | 18:22 |
| ignas | you will have to fix the conflicts | 18:22 |
| th1a | ok. | 18:22 |
| ignas | i mean - you have probably added stuff to develop = ... | 18:22 |
| th1a | Now I do need to call tech support. | 18:22 |
| th1a | Yes. | 18:22 |
| ignas | look at the file | 18:22 |
| ignas | or just send it to me ;) | 18:22 |
| ignas | or just bzr revert it | 18:22 |
| ignas | and make the changes again | 18:22 |
| th1a | ls | 18:24 |
| th1a | er... | 18:25 |
| th1a | What's the difference between BASE, OTHER and THIS? | 18:29 |
| ignas | just bzr revert and redo the changes | 18:31 |
| ignas | as for the meaning of these #bzr can explain it better than I can :/ | 18:32 |
| th1a | OK. | 18:37 |
| th1a | VersionConflict: | 18:43 |
| th1a | (setuptools 0.6c8 (/home/hoffman/.buildout/eggs/setuptools-0.6c8-py2.4.egg), Requirement.parse('setuptools==0.6c7')) | 18:43 |
| th1a | ignas: Should I nuke the eggs and cache? | 18:44 |
| ignas | nope | 18:44 |
| ignas | no need to | 18:44 |
| ignas | i have fixed it in such a way that should not be affected by wrong versions of eggs | 18:45 |
| Lumiere | ignas: why an == there? | 18:46 |
| ignas | th1a: oh, missed the error | 18:46 |
| ignas | th1a: try "bin/buildout -n" ? | 18:46 |
| *** lisppaste5 has quit IRC | 18:52 | |
| th1a | ok... running tests... | 19:02 |
| *** lisppaste5 has joined #schooltool | 19:09 | |
| *** th1a_ has quit IRC | 19:12 | |
| th1a | Total: 4316 tests, 0 failures, 0 errors in 10 minutes 38.729 seconds. | 19:16 |
| ignas | good :) | 19:21 |
| *** mgedmin has quit IRC | 20:30 | |
| *** alga_ has joined #SchoolTool | 20:57 | |
| *** ignas has quit IRC | 21:10 | |
| *** alga has quit IRC | 21:12 | |
| *** didymo has joined #schooltool | 23:15 | |
| *** alga_ has quit IRC | 23:40 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!