A new opensource project, cool! but where’s the source? As we make some change to the core of Sugar, we’ve setup our own repository which is a fork from the Sugar repository. We try to maintain it sync-ed with the sugarlabs git but it may lag a bit. A public git repository can be accessed at http://bobthebuilder.mine.nu/git/tutorius.git so you can fetch it from our build machine with:
$ git init; git pull http://bobthebuilder.mine.nu:80/git/tutorius.git
For the curious, you can also browse the repository from gitweb at http://build.tutorius.org/ . This may be more convenient as it allows to get a snapshot of a specific revision.
As time of this post there isn’t much more than the forked code, so it may not be really interesting to look at but we plan to add stuff to it very soon. Rest assured that whenever we get something that compiles and do something we’ll post a built packaged version so that anyone can conveniently try it and tell us what they think.
Tagged: developpers

1 Trackbacks
You can leave a trackback using this URL: http://tutorius.org/blog/so-you-want-to-see-the-code/trackback/
[...] road! We’re just looking ahead a bit. For now, you can either take a look at our gitweb or directly access our repository to review our first iteration. Your feedback is invaluable and we look forward to hearing from you! [...]