[Chandler-dev] new Chandler-debugPlugin
Mike Taylor
bear at code-bear.com
Thu May 31 21:54:35 PDT 2007
I looked into making the plugin environment available to the unit tests
in the same way that headless does but that did not seem correct as it
would introduce a lot of dependencies. I also looked into moving the
tests over to Functional Tests but didn't think I should be doing that
this late at night.
After discussing it with Heikki I decided to back out revision 14506 so
allow the tinderboxes to go green.
revision 14510
On Jun 1, 2007, at 12:34 AM, Mike Taylor wrote:
> The distclean is fine right now - we can make it more general sure.
>
> The issue I had was I did not do a make puge so the tests were still
> finding the generate module but the tinderboxes do make clean distrib
> strip purge so it had been removed.
>
> The failure they are seeing now is that the following unit tests still
> reference osaf.pim.generate:
>
> parcels/osaf/pim/tests/TestCalendar.py
> parcels/osaf/pim/tests/TestContacts.py
> parcels/osaf/pim/tests/TestStamping.py
>
> On May 31, 2007, at 11:37 PM, Heikki Toivonen wrote:
>
>> Mike Taylor wrote:
>>> Yes - I was debugging it when I saw Andi's email just now - I have to
>>> connect to each tbox and do a make distclean to force a fresh build.
>>>
>>> Having a change like this done at the end of the day with no prior
>>> email
>>> warning is something I would like to avoid from now on.
>>
>> Actually, I believe the Tinderboxes always do clean (which invokes
>> distclean) on every cycle.
>>
>> So I wonder if the real problem is that distclean is not doing enough.
>> Currently it does:
>>
>> distclean:
>> rm -rf $(C_BIN)/$(SNAP)
>> rm -f $(PLUGIN_INST)/*.egg-link
>> rm -f $(PLUGIN_INST)/*.pth
>> rm -rf $(C_HOME)/*-py$(PYTHON_VER).egg
>>
>> Should it be changed to this?
>>
>> distclean:
>> rm -rf $(C_BIN)/$(SNAP)
>> rm -rf $(PLUGIN_INST)/*
>> rm -rf $(C_HOME)/*-py$(PYTHON_VER).egg
>>
>> --
>> Heikki Toivonen
>>
>>
>> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
>>
>> Open Source Applications Foundation "chandler-dev" mailing list
>> http://lists.osafoundation.org/mailman/listinfo/chandler-dev
>>
> ---
> Bear
>
> Build and Release Engineer
> Open Source Applications Foundation (OSAF)
> bear at osafoundation.org
> http://www.osafoundation.org
>
> bear at code-bear.com
> http://code-bear.com
>
> PGP Fingerprint = 9996 719F 973D B11B E111 D770 9331 E822 40B3 CD29
>
>
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
>
> Open Source Applications Foundation "chandler-dev" mailing list
> http://lists.osafoundation.org/mailman/listinfo/chandler-dev
>
---
Bear
Build and Release Engineer
Open Source Applications Foundation (OSAF)
bear at osafoundation.org
http://www.osafoundation.org
bear at code-bear.com
http://code-bear.com
PGP Fingerprint = 9996 719F 973D B11B E111 D770 9331 E822 40B3 CD29
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
Url : http://lists.osafoundation.org/pipermail/chandler-dev/attachments/20070601/f0f09d71/PGP.pgp
More information about the chandler-dev
mailing list