Lines Matching refs:cwsWorkStamp
35 cwsWorkStamp=os.getenv('CWS_WORK_STAMP')
37 if not cwsWorkStamp:
46 cwsWorkStamp = outline[outline.index("svn.services"):outline.index("solenv")-1]
47 cwsWorkStamp = cwsWorkStamp[cwsWorkStamp.rfind("/")+1:len(cwsWorkStamp)]
50 os.putenv("CWS_WORK_STAMP",cwsWorkStamp);
53 return string.strip(cwsWorkStamp)
55 def getMinor(cwsWorkStamp): argument
63 cws=winbash+" -c 'cws query -c "+cwsWorkStamp+" current'"
65 cws="cws query -c "+cwsWorkStamp+" current"
82 cwsWorkStamp=getCwsWorkStamp() variable
83 minor = getMinor(cwsWorkStamp)
86 …office.org/ooo/tags/"+oldWorkStamp+" --new=svn://svn.services.openoffice.org/ooo/cws/"+cwsWorkStamp