m2sh now replaces python m2sh completely
- From:
- Zed A. Shaw
- Date:
- 2010-09-19 @ 09:17
Alright folks, I now have the fossil source building cleanly without any
python necessary. I have the m2sh to a point where you can use it to do
almost everything you could do with the m2sh python, except the control
port.
If you're following the fossil then here's how you hook it up:
fossil up
sudo pip uninstall m2py
sudo rm /usr/local/bin/m2sh <--- important!
make clean all
sudo make install
And that's it, you should now be rocking the m2sh-c, and it should build
and install for you in the PREFIX of your choice. Notice also that
we're no longer trying to be fancy and do the sudo for you. You'll also
see the unit tests run cleaner too.
I also fixed a few bugs regardnign the m2sh syntax, biggest being that
you couldn't use variable references everywhere. Now you can use
variables for your routes and things like that.
Finally, try this out and shoot back feedback. It's pretty sparse on
the error messages and leaks ram, but otherwise works.
--
Zed A. Shaw
http://zedshaw.com/