fix NameError in update

Change-Id: I4b36374fec26d223adadb1f3d543852fcbd55539
This commit is contained in:
James E. Blair
2012-04-05 11:19:58 -07:00
parent e7520f9573
commit e0751e3660

View File

@@ -47,7 +47,7 @@ DEBUG = False
GERRIT_USER = options.user
GERRIT_CONFIG = '/home/gerrit2/review_site/etc/gerrit.config'
GERRIT_SECURE_CONFIG = '/home/gerrit2/review_site/etc/secure.config'
GERRIT_SSH_KEY = "/home/gerrit2/.ssh/{0}".format(key)
GERRIT_SSH_KEY = "/home/gerrit2/.ssh/{0}".format(options.key)
GERRIT_CACHE_DIR = os.path.expanduser('~/.launchpadlib/cache')
GERRIT_CREDENTIALS = os.path.expanduser('~/.launchpadlib/creds')
GERRIT_BACKUP_PATH = '/home/gerrit2/dbupdates'