[fossil-users] Integrating build scripts for Android

2013-06-11 Thread Mark Janssen
I am still maintaining 2 build scripts for building fossil for Android. It would be nice if this is included in the main fossil tree. I think the amount of code is so small it doesn't warrant a contributors agreement, if it does, is it possible to send a scanned copy by email? The changes are at:

Re: [fossil-users] Is anyone letting nobody download ZIP files?

2013-06-11 Thread Stephan Beal
On Tue, Jun 11, 2013 at 12:39 AM, Richard Hipp d...@sqlite.org wrote: Both Fossil and SQLite allow user nobody to download ZIP archives and tarballs. Bots have not been a problem there, due to the spider defenses. See http://www.fossil-scm.org/fossil/doc/trunk/www/antibot.wiki for a detailed

Re: [fossil-users] Is anyone letting nobody download ZIP files?

2013-06-11 Thread Stephan Beal
On Tue, Jun 11, 2013 at 12:01 PM, Stephan Beal sgb...@googlemail.comwrote: On Tue, Jun 11, 2013 at 12:39 AM, Richard Hipp d...@sqlite.org wrote: Both Fossil and SQLite allow user nobody to download ZIP archives and tarballs. Bots have not been a problem there, due to the spider defenses.

Re: [fossil-users] Integrating build scripts for Android

2013-06-11 Thread Richard Hipp
Please do email a scan of the signed CLA. Thanks. On Tue, Jun 11, 2013 at 5:06 AM, Mark Janssen mpc.jans...@gmail.com wrote: I am still maintaining 2 build scripts for building fossil for Android. It would be nice if this is included in the main fossil tree. I think the amount of code is so

Re: [fossil-users] Integrating build scripts for Android

2013-06-11 Thread Mark Janssen
On Tue, Jun 11, 2013 at 12:51 PM, Richard Hipp d...@sqlite.org wrote: Please do email a scan of the signed CLA. Thanks. CLA is on its way. On Tue, Jun 11, 2013 at 5:06 AM, Mark Janssen mpc.jans...@gmail.comwrote: I am still maintaining 2 build scripts for building fossil for Android.

Re: [fossil-users] Integrating build scripts for Android

2013-06-11 Thread David Given
Richard Hipp wrote: [...] How do you actually use Fossil on an Android device, since it is a shell application? Is there a shell I can use on Android? I mean something other than adb shell - some way to use Fossil directly on the device without hooking it up to a workstation? There's a

Re: [fossil-users] Integrating build scripts for Android

2013-06-11 Thread Mark Janssen
On Tue, Jun 11, 2013 at 3:32 PM, David Given d...@cowlark.com wrote: Richard Hipp wrote: [...] How do you actually use Fossil on an Android device, since it is a shell application? Is there a shell I can use on Android? I mean something other than adb shell - some way to use Fossil

Re: [fossil-users] Integrating build scripts for Android

2013-06-11 Thread Stephan Beal
On Tue, Jun 11, 2013 at 3:55 PM, Mark Janssen mpc.jans...@gmail.com wrote: That version will not allow you to checkout files from the repos or commit changes. It's only intended to host repositories. Because I develop on my tablet using AIDE I need this ability. I can develop my Android app on

Re: [fossil-users] Integrating build scripts for Android

2013-06-11 Thread Stephan Beal
On Tue, Jun 11, 2013 at 4:03 PM, Stephan Beal sgb...@googlemail.com wrote: i tried getting fossil running under AIDE last summer but had no luck. Would you mind posting a short HOWTO? (i would gladly add it to the fossil docs collection!). s/AIDE/Terminal IDE/ -- - stephan beal

Re: [fossil-users] Integrating build scripts for Android

2013-06-11 Thread Mark Janssen
On Tue, Jun 11, 2013 at 4:04 PM, Stephan Beal sgb...@googlemail.com wrote: On Tue, Jun 11, 2013 at 4:03 PM, Stephan Beal sgb...@googlemail.comwrote: i tried getting fossil running under AIDE last summer but had no luck. Would you mind posting a short HOWTO? (i would gladly add it to the

Re: [fossil-users] Integrating build scripts for Android

2013-06-11 Thread Matt Welland
If some kind soul posted a binary for android somewhere accessible I'd be very grateful. Having the build stuff integrated is the next best thing. I use the shell and sshdroid and having fossil on my phone would be great. BTW, mounting your phone filesystem via sshfs is quite handy. On Tue, Jun

Re: [fossil-users] Integrating build scripts for Android

2013-06-11 Thread Mark Janssen
On Jun 11, 2013 8:07 PM, Matt Welland estifo...@gmail.com wrote: If some kind soul posted a binary for android somewhere accessible I'd be very grateful. Having the build stuff integrated is the next best thing. I use the shell and sshdroid and having fossil on my phone would be great. BTW,