Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Order matters in ./distribute.sh -m options #50

Closed
rcludwick opened this issue Sep 7, 2012 · 3 comments
Closed

Order matters in ./distribute.sh -m options #50

rcludwick opened this issue Sep 7, 2012 · 3 comments

Comments

@rcludwick
Copy link

Order matters.

If a list of dependencies can be generated as a dictionary like this:

   { 'a' : [ 'b', 'c', 'd' ] , 'e' : [ 'b' ] }   ( a depends upon b, c, and d.  e depends upon b )

Then the following code can generate an ordered build list correctly based upon the dependency dictionary:

https://gist.github.com/3663979

@tito
Copy link
Member

tito commented Sep 7, 2012

Will try to convert it to bash, or convert distribute to python (harder.)

@rcludwick
Copy link
Author

I was thinking you could just leave it as is in a python script, and then
call it from bash with like a json dict of deps as one of the arguments.

Or if you had a series of files that listed the deps explicitly, the python
code could go read that and build the dep list directly.

On Fri, Sep 7, 2012 at 4:59 AM, Mathieu Virbel [email protected]:

Will try to convert it to bash, or convert distribute to python (harder.)


Reply to this email directly or view it on GitHubhttps://github.com//issues/50#issuecomment-8363230.

@tito
Copy link
Member

tito commented Oct 17, 2013

this has been fixed during europython 2013 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants