2011/2/2 nap <napar...@gmail.com>

> [...]
>>>
>>
>> Perfect, "ls shinken/*py | wc -l" will thank you :
>>
>> (master)greg@brutus:~/Documents/Projets/shinken$ ls shinken/*py | wc -l
>> 70
>> (master)greg@brutus:~/Documents/Projets/shinken$
>>
>> :D
>>
>

> Oh... so indeed, it need a good cut pass :)
>


(subpackage)greg@brutus:~/Documents/Projets/shinken$ for d in shinken/
shinken/objects/ ; do echo -n in $d : ; ls ${d}/*py | wc -l ; done
*in shinken/ :44*
*in shinken/objects/ :22*
(subpackage)greg@brutus:~/Documents/Projets/shinken$


already going better :)

I'm finishing the tests on this first split pass and fixing as necessary..

could push that very soon, tonight probably.


here are the files I've already put in shinken/objects/  :

(subpackage)greg@brutus:~/Documents/Projets/shinken/shinken/objects$ ls *py
*command.py       escalation.py      host.py       module.py
 schedulingitem.py     service.py*
*config.py        hostdependency.py  __init__.py   notificationway.py
servicedependency.py  timeperiod.py*
*contactgroup.py  hostescalation.py  itemgroup.py  realm.py
serviceescalation.py*
*contact.py       hostgroup.py       item.py       resultmodulation.py
 servicegroup.py*
(subpackage)greg@brutus:~/Documents/Projets/shinken/shinken/objects$


if you think some other files should better get there then just give their
name..   same if some files I've moved should have been left where they were
(or be put in "core/" )  (I'm not sure for resultmodulation for instance)

as usual I'll hope this won't break too much on others config than mine ;)

greg.




> actually if you can already make a list of what files should go to
>> "objects", and what to "core"  then I can take it and try to do this split
>> task.. unless Hartmut/someone else want it ;)
>>
>>
>> regards,
>>
>> greg.
>>
>>  [...]
>>
>
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Shinken-devel mailing list
Shinken-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shinken-devel

Reply via email to