PMXBOT Log file Viewer

Help | Karma | Search:

#buildout logs for Thursday the 25th of October, 2012

(Back to #buildout overview) (Back to channel listing) (Animate logs)
[09:06:19] <mgedmin> suggestions wanted
[09:06:42] <mgedmin> how do I use z3c.recipe.tag with a buildout without actually changing the buildout.cfg or adding a new dev.cfg?
[09:06:47] <mgedmin> because it's tiresome
[09:07:03] <mgedmin> and not every upstream wants build tools cluttering their pristine buildout.cfg files
[09:08:08] <mgedmin> something could be done with, I dunno, bin/python -c 'import sys; print sys.path'
[09:08:11] <mgedmin> and a shell script
[09:08:15] <mgedmin> or a python script I run with bin/python
[12:16:19] <aclark> mgedmin: i don't understand the question
[12:16:35] <mgedmin> do you know what z3c.recipe.tag does?
[12:19:44] <aclark> tags a release?
[12:20:29] <mgedmin> no -- builds a ctags file containing the definitions of all the classes, methods and global in a set of Python eggs
[12:20:40] <aclark> ah i see: This recipe generates a TAGS database file that can be used with a number of different editors to quickly lookup class and function definitions in your package's source files and egg dependencies.
[12:20:47] <mgedmin> well, to be more precise it creates a bin/ctags script that will do the tag building if you run it
[12:20:55] <aclark> k