Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] condor_chirp - How to escape special characters in classads?
- Date: Thu, 19 Jan 2012 22:24:53 +0000
- From: "Rowe, Thomas" <rowet@xxxxxxxxxx>
- Subject: Re: [Condor-users] condor_chirp - How to escape special characters in classads?
> ----- Felix Wolfheimer <f.wolfheimer@xxxxxxxxxxxxxx>-----
> Subject: [Condor-users] condor_chirp - How to escape special characters in
> classads?
>
> Is there any documented way how one can set an arbitrary string as value for
> a classad using condor_chirp ?
I was having various problems doing this so I just base64 encoded the string. I had
to substitute underscore for '=' in the string and make sure it began with a letter
(not a digit) for condor to be happy.