publish in parent directory

This commit is contained in:
Frédéric Péters 2013-08-11 23:23:40 +02:00
parent ccf7b4d331
commit 9a0f50989a
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ from django.conf import settings
settings.configure()
jhbuildrc = os.path.join(os.getcwd(), 'jhbuildrc')
checkouts_directory = os.path.join(os.getcwd(), 'src')
web_directory = os.path.join(os.getcwd(), 'web')
checkouts_directory = os.path.join(os.getcwd(), '..', 'src')
web_directory = os.path.join(os.getcwd(), '..', 'web')
if not os.path.exists('jhbuild'):
os.system('jhbuild -f jhbuildrc -m doceo.modules buildone itstool yelp-xsl yelp-tools')