-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

tav, thank you for useful links and directions, but for now it was
easier for me, to implement dependency analysis from scratch.

Your solution and Waf projects looks interesting, but also looks bit
complicated and also doesn't support possibility for rules to be
executed on remote machine, what Fabric does.

Currently my own implementation does exactly what I looked for:

  https://bitbucket.org/sirex/pymakefile

It uses Fabric for executing rules on remote machine and adds dependency
checking (what I was missed in Fabric).


2011.03.01 00:03, tav rašė:
> Cool. Looking at your intended API, have you tried waf at all?
> 
> * http://code.google.com/p/waf/
> * http://waf.googlecode.com/svn/docs/wafbook/single.html
> 
> It lets you do things like:
> 
>   ctx(rule='wget http://www.python-distribute.org/bootstrap.py',
> target='bootstrap.py')
> 
> And takes care of running everything in the right order, etc.


- -- 
                 Mantas aka sirex
      __o                                   /\
    _ \<,_   -- launchpad.net/~sirex --  /\/  \
___(_)/_(_)_____________________________/_/    \
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk1sK5EACgkQrRc2Mrd7P8V26gCghJf78uJ2b4Y1utycrIDyJC1s
PIUAnRIhY6KmzvTPpMiOh4q+TdZbjAjH
=9xxM
-----END PGP SIGNATURE-----

_______________________________________________
Fab-user mailing list
Fab-user@nongnu.org
http://lists.nongnu.org/mailman/listinfo/fab-user

Reply via email to