[Chandler-dev] new Chandler-debugPlugin

Andi Vajda vajda at osafoundation.org
Thu May 31 23:04:59 PDT 2007


On Fri, 1 Jun 2007, 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

Yes 'make purge' would have found that. I forgot about it. My bad.
A fix is forthcoming.

Andi..

>
> 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
>
>
>


More information about the chandler-dev mailing list