|
|
|
Issue 4 of
buildit_issues
[BUILDIT]
|
| Title: |
callbacks for targets
|
| Status: |
Pending
|
Security |
related:
No
|
| Description: |
Targets currently check for files only, ala make. It would be nice to also have the ability to check a python conditional (probably run as a subproce...
|
| From: |
Jeff Hammel
|
on: |
Apr 30, 07 13:45
|
| |
Anonymous User
|
Last update:
|
~
|
| Topic/class: |
Zope/feature
|
Importance:
|
medium
|
| Version info: |
1.0 |
|
Issue 4 Transcript
|
|
1 entry
|
= Request - Entry #1 by Anonymous User on Apr 30, 2007 1:45 pm
Targets currently check for files only, ala make. It would be nice to also have the ability to check a python conditional (probably run as a subprocess) additionally. As an example, if you easy_install something, you might not exactly know where exactly the module will be put on a particular environment, but you might well know that 'import themodule' should work.
|
|
|