[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.