mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
zephyr: Update path to process_cache for repository split.
This should have been done long ago, but better late than never.
This commit is contained in:
@@ -70,7 +70,7 @@ class ZephyrTest(ZulipTestCase):
|
||||
'ssh',
|
||||
'server',
|
||||
'--',
|
||||
'/home/zulip/zulip/api/integrations/zephyr/process_ccache',
|
||||
'/home/zulip/python-zulip-api/zulip/integrations/zephyr/process_ccache',
|
||||
'starnine',
|
||||
get_user(email, realm).api_key,
|
||||
'MTIzNA=='])
|
||||
@@ -97,7 +97,7 @@ class ZephyrTest(ZulipTestCase):
|
||||
'ssh',
|
||||
'server',
|
||||
'--',
|
||||
'/home/zulip/zulip/api/integrations/zephyr/process_ccache',
|
||||
'/home/zulip/python-zulip-api/zulip/integrations/zephyr/process_ccache',
|
||||
'starnine',
|
||||
get_user(email, realm).api_key,
|
||||
'MTIzNA=='])
|
||||
|
||||
@@ -46,7 +46,7 @@ def webathena_kerberos_login(request, user_profile,
|
||||
# TODO: Send these data via (say) rabbitmq
|
||||
try:
|
||||
subprocess.check_call(["ssh", settings.PERSONAL_ZMIRROR_SERVER, "--",
|
||||
"/home/zulip/zulip/api/integrations/zephyr/process_ccache",
|
||||
"/home/zulip/python-zulip-api/zulip/integrations/zephyr/process_ccache",
|
||||
force_str(user),
|
||||
force_str(user_profile.api_key),
|
||||
force_str(base64.b64encode(ccache))])
|
||||
|
||||
Reference in New Issue
Block a user