Re: [Sugar-devel] git.sugarlabs.org down for unplanned maintenance

2014-04-12 Thread Sebastian Silva
Here I just got home. Sorry for the inconvenience I might have caused. Bernie, do you know which log was/is growing out of hand? Here's a report on everything I know about the issue. We've been experiencing some performance degradation and also some downtime in Sugar Network services (this is

Re: [Sugar-devel] [SoaS] Running Fedora 20 with Sugar on a Chromebook?

2014-04-12 Thread Sebastian Silva
I have the C720. It's a beauty and really fast. It runs sugar-build on top of Manjaro GNU/Linux (Arch based) quite nicely. The only issue I guess is at boot time the chromebook will warn you that OS verification has been disabled, press something to enable it. If you don't choose to re

Re: [Sugar-devel] [SoaS] Running Fedora 20 with Sugar on a Chromebook?

2014-04-12 Thread Christoph Derndorfer
Hola Sebastian, thanks a lot for sharing your experiences, much appreciated. Did you have to jump through any special hoops to make sugar-build run? Cheers, Christoph On Sat, Apr 12, 2014 at 8:27 AM, Sebastian Silva sebast...@fuentelibre.orgwrote: I have the C720. It's a beauty and really

Re: [Sugar-devel] [SoaS] Running Fedora 20 with Sugar on a Chromebook?

2014-04-12 Thread Sebastian Silva
Hallo Christoph, I think sugar-build should work as-is. In order to save diskspace and ram, and because I found it inconvenient, I disabled the fedora chroot (broot). In order to get all dependencies you should install de Sugar packages from the AUR (mantained by cgueret). Currently I

Re: [Sugar-devel] Moving more modules to github

2014-04-12 Thread Sam Parkinson
Hi, So I have made a list of some of the main activities. You can check it out here: http://samdroid-apps.github.io/slgio/ (Don't worry Walter, it has less over the top web stuff than last time :P). I probably could have made a .md, but it was fun. If you like it maybe we could make

Re: [Sugar-devel] Moving more modules to github

2014-04-12 Thread Sai Vineet
Woohooo that website is responsive! +111! On Apr 12, 2014 4:37 PM, Sam Parkinson sam.parkins...@gmail.com wrote: Hi, So I have made a list of some of the main activities. You can check it out here: http://samdroid-apps.github.io/slgio/ (Don't worry Walter, it has less over the top web stuff

Re: [Sugar-devel] Moving more modules to github

2014-04-12 Thread Daniel Narvaez
Just checking, did you do a full mirror? https://help.github.com/articles/duplicating-a-repository On Saturday, 12 April 2014, Ignacio Rodríguez nachoe...@gmail.com wrote: Hi all :) I moved Chat activity and Log activity to GitHub https://github.com/ignaciouy/log

Re: [Sugar-devel] Moving more modules to github

2014-04-12 Thread Ignacio Rodríguez
https://github.com/ignaciouy/chat Thx, now yes! Ignacio Rodríguez fb.com/Ignacio.Rodriguez.UY @NachoDeTodos https://twitter.com/NachoDeTodos +598 91 686 835 nachoe...@gmail.com 2014-04-12 8:20 GMT-03:00 Daniel Narvaez dwnarv...@gmail.com: Just checking, did you do a full mirror?

Re: [Sugar-devel] Moving more modules to github

2014-04-12 Thread Walter Bender
Physics is moved too: https://github.com/walterbender/physics -walter On Sat, Apr 12, 2014 at 9:46 AM, Ignacio Rodríguez nachoe...@gmail.com wrote: https://github.com/ignaciouy/chat Thx, now yes! Ignacio Rodríguez fb.com/Ignacio.Rodriguez.UY @NachoDeTodos +598 91 686 835

Re: [Sugar-devel] git.sugarlabs.org down for unplanned maintenance

2014-04-12 Thread Gonzalo Odiard
I know nothing about our infraestructure but, is possible run proyects in development, like Sugar Network in a different server/vm than critical services like git? Gonzalo On Sat, Apr 12, 2014 at 6:07 AM, Sebastian Silva sebast...@fuentelibre.orgwrote: Here I just got home. Sorry for the

[Sugar-devel] web and data-binding, promises

2014-04-12 Thread Manuel Quiñones
Here at Cité Des Sciences, Paris, i was motivated to go back to sugar-web development. One of the things I always wanted to try is data-binding and promises in JS. So I tried first with SVG graphics. Currently in the UI we treat SVG as background images, and we have one image per fill/stroke

Re: [Sugar-devel] git.sugarlabs.org down for unplanned maintenance

2014-04-12 Thread Sebastian Silva
If it is necessary it could be moved. Sugar Network at this point is in production and we do have a process for deployment (there is testing and devel instance). Alsroot has had a pretty good track record of keeping git up and running. I think it's a shame people are moving to github. What we

[Sugar-devel] Sugar 0.102 testing images (34002)

2014-04-12 Thread Martin Abente
Hello Everyone, I have created new testing images for all XO models. To help us test, please, download these images from [1]. What changed since 34001? - Solved problems with sound palette. - Web activities work again. - Changes in OOB to write gsettings overwrites instead of gconf

[Sugar-devel] Weird sugar-build crashes

2014-04-12 Thread Sam Parkinson
Hi, My sugar build has recently started playing up. Whenever I run sugar it crashes like this: Gtk-Message: Failed to load module pk-gtk-module Initializing built-in extension Generic Event Extension Initializing built-in extension SHAPE Initializing built-in extension MIT-SHM Initializing

Re: [Sugar-devel] Weird sugar-build crashes

2014-04-12 Thread Daniel Narvaez
Try this ./sugar-build shell Xephyr :100 (go back to the same terminal, press enter) DISPLAY=:100 sugar If it's segfaulting, apply this patch to sugar diff --git a/bin/sugar.in b/bin/sugar.in index aebb897..0a0b61f 100644 --- a/bin/sugar.in +++ b/bin/sugar.in @@ -76,4 +76,4 @@ cat

Re: [Sugar-devel] Moving more modules to github

2014-04-12 Thread Daniel Narvaez
We need to add buildbot hooks for the modules. 1 Go to the project settings, webhooks section 2 Click Add webhook 3 Make Payload Url http://buildbot.sugarlabs.org:3000/changehttps://github.com/sugarlabs/sugar/settings/hooks/2054532 4 Choose Let me select individual events 5 Tick Push and Pull

Re: [Sugar-devel] Moving more modules to github

2014-04-12 Thread Daniel Narvaez
Manuel, can you please add the hooks for clock-web and gtd-activity which are already on github? On 13 April 2014 00:56, Daniel Narvaez dwnarv...@gmail.com wrote: We need to add buildbot hooks for the modules. 1 Go to the project settings, webhooks section 2 Click Add webhook 3 Make

Re: [Sugar-devel] Weird sugar-build crashes

2014-04-12 Thread Sam Parkinson
Hi, Gdb wasn't installed inside sugar build so it didn't work. I did get segfault though. Thanks, Sam On Apr 13, 2014 9:49 AM, Daniel Narvaez dwnarv...@gmail.com wrote: Try this ./sugar-build shell Xephyr :100 (go back to the same terminal, press enter) DISPLAY=:100 sugar If it's

Re: [Sugar-devel] Moving more modules to github

2014-04-12 Thread Daniel Narvaez
Also you need to generate a token to let the application update status on your repository commits. This is one per owner, not one per repository 1 Go to your user settings, applications section 2 Click Generate new token 3 Put the description you like 4 Delesect all, select only repo:status 5

Re: [Sugar-devel] Weird sugar-build crashes

2014-04-12 Thread Daniel Narvaez
Oh you need to osbuild pull first, forgot to mention that. On 13 April 2014 03:07, Sam Parkinson sam.parkins...@gmail.com wrote: Hi, Gdb wasn't installed inside sugar build so it didn't work. I did get segfault though. Thanks, Sam On Apr 13, 2014 9:49 AM, Daniel Narvaez

Re: [Sugar-devel] Moving more modules to github

2014-04-12 Thread Daniel Narvaez
We tested all the setup with Walter and it worked nicely for Pippy. On 13 April 2014 03:38, Daniel Narvaez dwnarv...@gmail.com wrote: Also you need to generate a token to let the application update status on your repository commits. This is one per owner, not one per repository 1 Go to your

Re: [Sugar-devel] Moving more modules to github

2014-04-12 Thread Daniel Narvaez
Here is what is left to do. Pootle and redirect: sugar sugar-toolkit pippy Pootle, redirect, hooks: chat log Mirror, pootle, redirect, hooks: browse write read terminal imageviewer jukebox turtleart ___ Sugar-devel mailing list

Re: [Sugar-devel] Moving more modules to github

2014-04-12 Thread Daniel Narvaez
Update! Pootle and redirect: sugar sugar-toolkit pippy turtleart Pootle, redirect, hooks: chat log Mirror, pootle, redirect, hooks: browse write read terminal imageviewer jukebox Hooks only: clock-web gtd-activity On 13 April 2014 04:09, Daniel Narvaez dwnarv...@gmail.com wrote: Here

Re: [Sugar-devel] Moving more modules to github

2014-04-12 Thread Daniel Narvaez
For sugar I meant sugar-base really, keep getting that wrong! On 13 April 2014 04:16, Daniel Narvaez dwnarv...@gmail.com wrote: Update! Pootle and redirect: sugar sugar-toolkit pippy turtleart Pootle, redirect, hooks: chat log Mirror, pootle, redirect, hooks: browse write

Re: [Sugar-devel] Moving more modules to github

2014-04-12 Thread Sai Vineet
I think official activity repos should be under the SL github org. Otherwise they'll all be scattered. Right now it seems maintainers are putting it under their own ids. On Apr 13, 2014 8:48 AM, Daniel Narvaez dwnarv...@gmail.com wrote: For sugar I meant sugar-base really, keep getting that

[Sugar-devel] [PATCH] Couple of patches for Pippy

2014-04-12 Thread Sebastian Silva
We've been using Pippy I noticed export to bundle was buggiy so I fixed it. Hope this is a convenient way to submit patches. Regards, Sebastian From f9dc80ec96c0508bb121fa02f296844abb4f559d Mon Sep 17 00:00:00 2001 From: Sebastian Silva sebast...@somosazucar.org Date: Sat, 12 Apr 2014 22:39:26