mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
provision_inner: Remove unused lsb_release run.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Tim Abbott
parent
bbdf00e6e5
commit
e80b57a18a
@@ -9,7 +9,7 @@ ZULIP_PATH = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__f
|
|||||||
|
|
||||||
sys.path.append(ZULIP_PATH)
|
sys.path.append(ZULIP_PATH)
|
||||||
from scripts.lib.zulip_tools import run, run_as_root, OKBLUE, ENDC, \
|
from scripts.lib.zulip_tools import run, run_as_root, OKBLUE, ENDC, \
|
||||||
get_dev_uuid_var_path, parse_lsb_release, file_or_package_hash_updated
|
get_dev_uuid_var_path, file_or_package_hash_updated
|
||||||
|
|
||||||
from version import PROVISION_VERSION
|
from version import PROVISION_VERSION
|
||||||
|
|
||||||
@@ -34,9 +34,6 @@ if is_travis:
|
|||||||
|
|
||||||
UUID_VAR_PATH = get_dev_uuid_var_path()
|
UUID_VAR_PATH = get_dev_uuid_var_path()
|
||||||
|
|
||||||
distro_info = parse_lsb_release()
|
|
||||||
family = distro_info['DISTRIB_FAMILY']
|
|
||||||
|
|
||||||
user_id = os.getuid()
|
user_id = os.getuid()
|
||||||
|
|
||||||
def setup_shell_profile(shell_profile):
|
def setup_shell_profile(shell_profile):
|
||||||
|
|||||||
Reference in New Issue
Block a user