[3595] in SIPB_Linux_Development
Re: testing failure
daemon@ATHENA.MIT.EDU (Alex Coventry)
Fri Nov 30 19:38:05 2001
To: Angie Kelic <sly@MIT.EDU>
Cc: linux-dev@MIT.EDU
From: Alex Coventry <alex_c@MIT.EDU>
Date: 30 Nov 2001 19:34:28 -0500
In-Reply-To: Angie Kelic's message of "Fri, 30 Nov 2001 18:35:39 -0500"
Message-ID: <etdpu5zdbhn.fsf@PICKLED-HERRING.MIT.EDU>
> Note: someone who knows python should sanity check the command.
I think that should be
python -c "import os, urllib; open('/var/athena/release-rpms', 'w').write(urllib.urlopen(os.environ['ATHENA_URL']).read())"
(only one close-parenthesis prior to the "read") otherwise it's a syntax
error.
HTH.
Alex.