Lines Matching defs:os
19 import os
43 if os.system('%s >> %s 2>&1' % (command, LOG)):
53 for l in os.popen('svn status --no-ignore -v').readlines():
57 if os.path.exists(s):
59 if os.path.isdir(s) and not os.path.islink(s):
62 os.remove(s)
65 rev = os.popen('svnversion').read().strip()
76 if os.path.exists(LOG):
77 os.remove(LOG)
79 os.chdir(root)
95 os.chdir('lucene')
98 os.chdir('../solr')
107 s = os.popen('ssh %s@people.apache.org "ls -ld public_html/staging_area/%s" 2>&1' % (username, dir)).read()
115 os.chdir('%s/lucene/dist' % root)
117 if os.path.exists('lucene.tar.bz2'):
118 os.remove('lucene.tar.bz2')
124 os.remove('lucene.tar.bz2')
126 os.chdir('..')
130 os.chdir('%s/solr/package' % root)
132 if os.path.exists('solr.tar.bz2'):
133 os.remove('solr.tar.bz2')
139 os.remove('solr.tar.bz2')
143 os.rename('lucene.asc', 'KEYS')
147 os.remove('KEYS')
162 root = os.path.abspath(sys.argv[1])
171 os.chdir(root)