IRC log of #schooltool for Tuesday, 2005-08-30

*** ignas has quit IRC01:43
*** Ricey has quit IRC01:43
*** th1a has quit IRC01:43
*** auxesis has quit IRC01:43
*** FarcePest has quit IRC01:45
*** srichter has quit IRC01:45
*** tiredbones has quit IRC01:45
*** maharaja has quit IRC01:45
*** munkee has quit IRC01:45
*** tiredbones has joined #schooltool01:54
*** munkee has joined #schooltool01:54
*** maharaja has joined #schooltool01:54
*** FarcePest has joined #schooltool01:54
*** srichter has joined #schooltool01:54
*** ignas has joined #schooltool01:55
*** th1a has joined #schooltool01:55
*** auxesis has joined #schooltool01:55
*** Ricey has joined #schooltool01:55
*** srichter has quit IRC01:57
*** FarcePest has quit IRC01:57
*** maharaja has quit IRC01:57
*** munkee has quit IRC01:57
*** munkee has joined #schooltool01:57
*** FarcePest has joined #schooltool01:58
*** srichter has joined #schooltool01:58
*** maharaja has joined #schooltool01:58
*** ignas has quit IRC02:06
*** maharaja has quit IRC02:18
*** srichter has quit IRC02:18
*** FarcePest has quit IRC02:18
*** FarcePest has joined #schooltool02:19
*** srichter has joined #schooltool02:19
*** maharaja has joined #schooltool02:19
*** bskahan has joined #schooltool02:32
povbot/svn/commits: * srichter committed revision 4892:02:45
povbot/svn/commits: Fixed test that broke due to an earlier change.02:45
*** bskahan has quit IRC03:24
*** bskahan has joined #schooltool03:29
povbot/svn/commits: * srichter committed revision 4893:03:54
povbot/svn/commits: timetabling.txt failed because TimetableCalendarEvents not being located.  I am not sure why this error never occurred before, but I think that the change to METAL 1.1 caused the issue; it was really the only thing that recently got changed in the Zope 3 trunk and 3.1 branch. Unfortunately my expertise about this code are limited, so can someone else please check this by03:54
povbot/svn/commits: simply removing the patch again.03:54
povbot/svn/commits: * srichter committed revision 4894:03:56
povbot/svn/commits: Now the SVN checkout builds using zpkgsetup.03:56
povbot/svn/commits: * srichter committed revision 4895:06:01
povbot/svn/commits: Moved more to schooltool-skel, which we will eventually use to build the releases. The advantage of this approach is that we are using as many of the same configuration files that actually make it into the release.06:01
povbot/svn/commits: * srichter committed revision 4896:06:07
povbot/svn/commits: Okay, some more tweaking; slowly getting there.06:07
*** bskahan has quit IRC07:36
*** auxesis_ has joined #schooltool11:19
*** auxesis has quit IRC11:21
*** alga has joined #SchoolTool12:12
*** alga has quit IRC12:15
*** SteveA has quit IRC12:47
*** jinty has joined #schooltool13:06
jintyhi all!13:19
*** Aiste has joined #schooltool13:31
*** SteveA has joined #schooltool14:02
*** SteveA_ has joined #schooltool14:10
*** SteveA has quit IRC14:11
*** SteveA_ is now known as SteveA14:11
*** mgedmin has joined #schooltool14:47
mgedminrelevant and interesting: http://blogs.nuxeo.com/sections/blogs/lennart_regebro/2005_08_29_indexing-events14:53
th1aSteveA:  AYT?15:08
th1amgedmin:  *Highly* relevant.15:11
srichterjinty: I have started changing the release stuff to zpkgtools in the refactor branch15:28
srichterI have made some good progress already15:29
*** mgedmin has quit IRC15:30
jintysrichter: I have seen, and will go over it in more detail soon. Expect some comments;)15:43
*** tvon has quit IRC15:43
*** th1a has quit IRC15:47
*** jinty has quit IRC15:53
*** ignas has joined #schooltool15:55
*** th1a has joined #schooltool16:26
povbot/svn/commits: * srichter committed revision 4897:16:32
povbot/svn/commits: We can now build a schooltool instance from the SVN checkout using ./bin/mkschooltoolinst (same options as Zope). We are getting closer to creating a full usable release.16:32
*** th1a has quit IRC16:47
*** mgedmin has joined #schooltool16:53
*** thisfred has joined #schooltool16:57
povbot/svn/commits: * srichter committed revision 4898:16:59
povbot/svn/commits: Make sure that schooltool.setup is added to the release.16:59
povbot/svn/commits: * srichter committed revision 4899:17:08
povbot/svn/commits: zope.app.server is not part of zope.app, so we need to specify the dependency separately.17:08
povbot/svn/commits: * srichter committed revision 4900:17:45
povbot/svn/commits: Fixed all outstanding dependency issues.17:45
povbot/svn/commits: That means: Yipee! A functional release TAR ball can be built!17:45
povbot/svn/commits: TODO: Write scripts that can run the tests.17:45
povbot/svn/commits: * srichter committed revision 4901:18:07
povbot/svn/commits: Fixed brittle tests and functional testing setup.18:08
srichtermgedmin: is there a reason for having our own test runner (other than a couple of cool features)?18:08
mgedminnot any more18:09
mgedminthat's why I want to merge the couple of cool features into Z3 and then just use that18:09
povbot/svn/commits: * srichter committed revision 4902:18:10
povbot/svn/commits: Move the test code into a package, so it is distributed and we can reuse it for running tests in the distribution.18:10
srichteryep18:10
srichterI think building a release has just become much less painful :-)18:10
mgedmingreat!18:11
mgedminhow does it work?18:11
srichterzpkgtools18:11
mgedminsvn co .../schooltool-release18:11
mgedmin./schooltool-release --version="0.12rc3" ?18:11
srichterbasically18:12
srichterhere is the zpkgtools command:18:12
srichter../../../zpkgtools/bin/zpkg -x reportlab -C SchoolTool.cfg18:12
srichteras soon as Fred switched to ZConfig I will implement a conf setting that will allow me to specify all -x options in the conf file18:13
srichterthen it will be only:18:13
srichter../../../zpkgtools/bin/zpkg -C SchoolTool.cfg18:13
mgedminwhat does it give you?  a tarball?18:13
srichterit will be very similar to how Zope 3 releases are built18:13
srichteryes18:13
srichterit supports instances already too18:14
srichterthe advantage is that we can easily build another tar ball without Zope 3 included18:20
srichteror a Zope 3 add-on package or whatever18:20
srichterI am also already able to build a release for schooltool.relationship18:21
*** th1a has joined #schooltool18:33
*** jinty has joined #schooltool20:08
*** ignas is now known as pep-820:19
*** thisfred has quit IRC20:31
*** pep-8 has quit IRC21:19
*** th1a has quit IRC21:30
*** Aiste has quit IRC21:51
*** mgedmin has quit IRC22:57
*** pep-8 has joined #schooltool23:20

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!