<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 25, 2014 at 1:35 PM, Gonzalo Odiard <span dir="ltr"><<a href="mailto:godiard@sugarlabs.org" target="_blank">godiard@sugarlabs.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><span class="">On Wed, Sep 24, 2014 at 8:15 PM, James Cameron <span dir="ltr"><<a href="mailto:quozl@laptop.org" target="_blank">quozl@laptop.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Thanks for taking my patches.<br>
<br>
A general question; what method do you use to find the source<br>
repository of an activity?<br>
<br></blockquote><div><br></div></span><div>This is actually a good question.</div><div><br></div><div>A year ago, almost all our activities were on <a href="http://git.sugarlabs.org" target="_blank">git.sugarlabs.org</a>,</div><div>but after the movement of many to <a href="http://github.com" target="_blank">github.com</a>,</div><div>we are in a worst situation than before. </div><div><br></div><div>I have been trying to get the "repository" field at least a option in the <a href="http://activity.info" target="_blank">activity.info</a> file,</div><div>but failed to get traction. </div><div><br></div><div>Even worst, I miserably failed to keep my own activities updated...</div><div>(I moved Maze repository information, and didn't updated the repository in the activity,.info file)</div><div><br></div><div>This is a problem we will have with other issues too. </div><div>We need update the pootle server, and we don'y know where to point </div><div><br></div><div>We have a page in the wiki to fill the information,</div><div>but still have many blanks </div><div><a href="http://wiki.sugarlabs.org/go/Translation_Team/Pootle_Projects/Repositories" target="_blank">http://wiki.sugarlabs.org/go/Translation_Team/Pootle_Projects/Repositories</a></div><div><br></div><div>Maybe we should make the repository field mandatory,</div><div>then new releases would have it. About the wiki pages, are outdated too.</div></div></div></div></blockquote><div><br></div><div>I think this is human-layer problem, making it a software-layer problem will probably fire back, and will simply make _us_ fill these fields later... :/</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><br></div><div>I don't know what other developers think,</div></div></div></div></blockquote><div><br></div><div>+1, we should keep contacting the developers and then think what to do with activities with missing maintainers...</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>would be good solve this in 0.104</div><span class=""><font color="#888888"><div><br></div><div>Gonzalo</div></font></span><div><div class="h5"><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
While looking for the repository for the Log activity I found that<br>
there's no pointer in the activity bundle.<br>
<br>
We have pointers to sources in firmware, in Debian and Ubuntu<br>
packages, and in some RPM spec files, and these pointers save me some<br>
time.<br>
<br>
Some activity bundles have useful information:<br>
<br>
The ImageViewer and Speak activities have<br>
<br>
        homepage  = <a href="http://wiki.sugarlabs.org/go/Activities/Image_Viewer" target="_blank">http://wiki.sugarlabs.org/go/Activities/Image_Viewer</a><br>
        homepage  = <a href="http://wiki.sugarlabs.org/go/Activities/Speak" target="_blank">http://wiki.sugarlabs.org/go/Activities/Speak</a><br>
<br>
The Maze activity has<br>
<br>
        repository = gitorious@git.sugarlabs.org:maze/mainline.git<br>
<br>
The TurtleBlocks activity has<br>
<br>
        website = <a href="http://wiki.sugarlabs.org/go/Activities/Turtle_Art" target="_blank">http://wiki.sugarlabs.org/go/Activities/Turtle_Art</a><br>
<br>
The Measure activity has<br>
<br>
        update_url = <a href="http://wiki.laptop.org/go/Activities/G1G1" target="_blank">http://wiki.laptop.org/go/Activities/G1G1</a><br>
<br>
A specification of the <a href="http://activity.info" target="_blank">activity.info</a> format doesn't mention website,<br>
repository, or homepage.  It does mention update_url.<br>
<br>
<a href="http://wiki.sugarlabs.org/go/Development_Team/Almanac/Activity_Bundles#.info_file_format" target="_blank">http://wiki.sugarlabs.org/go/Development_Team/Almanac/Activity_Bundles#.info_file_format</a><br>
<br>
On Wed, Sep 24, 2014 at 09:53:51AM -0300, Gonzalo Odiard wrote:<br>
> Thanks James.<br>
> Released a new version with your changes.<br>
> I moved the activity to github too ([1]<a href="https://github.com/godiard/log-activity" target="_blank">https://github.com/godiard/log-activity</a>)<br>
><br>
> Gonzalo<br>
><br>
> On Sun, Sep 21, 2014 at 10:35 PM, James Cameron <[2]<a href="mailto:quozl@laptop.org" target="_blank">quozl@laptop.org</a>> wrote:<br>
><br>
>     Log collections showed wrong firmware version.  Cause was use of the BV<br>
>     tag instead of openprom/model.  The BV tag is the base version of<br>
>     firmware used in manufacturing.  openprom/model is the current version<br>
>     of firmware.<br>
><br>
>     Also separated null trimming into a separate method.<br>
>     ---<br>
<br>
[...]<br>
<br>
>     --<br>
>     1.8.3.2<br>
<span><font color="#888888">><br>
> --<br>
> Gonzalo Odiard<br>
><br>
> SugarLabs - Software for children learning <br>
><br>
> References:<br>
><br>
> [1] <a href="https://github.com/godiard/log-activity" target="_blank">https://github.com/godiard/log-activity</a><br>
> [2] mailto:<a href="mailto:quozl@laptop.org" target="_blank">quozl@laptop.org</a><br>
<br>
--<br>
James Cameron<br>
<a href="http://quozl.linux.org.au/" target="_blank">http://quozl.linux.org.au/</a><br>
</font></span></blockquote></div></div></div><div><div class="h5"><br><br clear="all"><div><br></div>-- <br><div dir="ltr">Gonzalo Odiard<br><br><div>SugarLabs - Software for children learning <br></div></div>
</div></div></div></div>
<br>_______________________________________________<br>
Sugar-devel mailing list<br>
<a href="mailto:Sugar-devel@lists.sugarlabs.org">Sugar-devel@lists.sugarlabs.org</a><br>
<a href="http://lists.sugarlabs.org/listinfo/sugar-devel" target="_blank">http://lists.sugarlabs.org/listinfo/sugar-devel</a><br>
<br></blockquote></div><br></div></div>