Re: [boinc_dev] Bug in update_versions?

2009-06-10 Thread Gabor Gombas
On Tue, Jun 09, 2009 at 09:42:54AM -0700, Jeremy Cowles wrote: Excuse my ignorance (I'm new to boinc and by no means a security expert), but why is this any different from the way it works now? You can currently send arbitrary scripts, just not to windows. Do you mind explaining? Traditional

Re: [boinc_dev] Non-interactive update_versions

2009-06-10 Thread David Anderson
Nope. Feel free to add such a switch. -- David Jeremy Cowles wrote: Is there a switch or setting to make the update_versions script non-interactive (or suggestions to work around it)? I'm trying to automate the process of application creation, so the interactive prompts cause problems.

Re: [boinc_dev] Non-interactive update_versions

2009-06-10 Thread Jeremy Cowles
On Wed, Jun 10, 2009 at 11:36 AM, David Anderson da...@ssl.berkeley.edu wrote: Nope. Feel free to add such a switch. Ok, I'm going to: * rework the existing code to use the option parser (this is backward compatible to 2.3) * add --verbose (in addition to the existing -v), default=false *

Re: [boinc_dev] Non-interactive update_versions

2009-06-10 Thread Jeremy Cowles
I left out one option: -i, --interactive, Prompt before committing changes, default=True This is independent of the auto-sign flag and only aborts the last Continue [Y/n]? prompt. -- Jeremy ___ boinc_dev mailing list boinc_dev@ssl.berkeley.edu

[boinc_dev] [PATCH] adds silent switches to update_versions

2009-06-10 Thread Jeremy Cowles
Add switches: --verbose (in addition to -v) -s,--sign (automatically sign unsigned executables) -f,--force (no prompt to commit changes) -h,--help Converted to use OptionParser, so we got -h,--help for free. Fully tested with all permutations of the new switches. Index: update_versions

Re: [boinc_dev] [PATCH] adds silent switches to update_versions

2009-06-10 Thread Jeremy Cowles
Sorry, there was a cosmetic bug in the patch (usage text), please use this one instead: Index: update_versions === --- update_versions (revision 18233) +++ update_versions (working copy) @@ -16,15 +16,30 @@ import database, db_mid,

[boinc_dev] [Fwd: Re: [boinc_projects] Ban mailinator.com emails?]

2009-06-10 Thread David Anderson
I don't have time to do this right now, but diffs are welcome. -- David Original Message Subject: Re: [boinc_projects] Ban mailinator.com emails? Date: Wed, 10 Jun 2009 20:46:52 +0200 From: Jorden van der Elst els...@gmail.com To: David Anderson da...@ssl.berkeley.edu

[boinc_dev] Add country to forum profile

2009-06-10 Thread John 37309
Could we add the users country to the persons forum profile? Its something i always thought should be there. The info is in the persons profile anyway. Mock-up image of forum profile with Country added; http://i109.photobucket.com/albums/n46/john502/forum-profile-country1.jpg A slightly more

Re: [boinc_dev] Add country to forum profile

2009-06-10 Thread David Anderson
The code has a comment saying the ID is to circumvent various forms of identify spoofing. I took it out; if we get a wave of identity spoofing we can restore it. -- David Nicolás Alvarez wrote: While we're at it, any special reason why the numerical ID of the user is there? It makes the box

Re: [boinc_dev] Add country to forum profile

2009-06-10 Thread Nicolás Alvarez
El Miércoles 10 Jun 2009 19:47:24 David Anderson escribió: I'll do this if someone sends me an array that parallels the existing $countries array (see below) containing the 2-letter country codes used by the FamFamFam images -- David Debian systems, maybe most Linux systems, already have

Re: [boinc_dev] [PATCH 2/6] Move python modules out of projectroot/bin

2009-06-10 Thread David Anderson
Patch 1/6 worked OK and I checked it in. This patch didn't work completely; I ran make_project, and it worked OK and everything is in the right place, but when I cd to the project dir and type bin/status, I get: Traceback (most recent call last): File bin/status, line 80, in module from