This commit is contained in:
@@ -12,16 +12,20 @@ import argparse
|
||||
import hashlib
|
||||
import json
|
||||
import subprocess
|
||||
import sys
|
||||
import urllib.error
|
||||
import urllib.request
|
||||
from collections.abc import Callable, Iterable
|
||||
from pathlib import Path
|
||||
from typing import Any
|
||||
|
||||
from scripts.ops.check_production_version_truth import parse_config_version
|
||||
|
||||
|
||||
ROOT = Path(__file__).resolve().parents[2]
|
||||
if str(ROOT) not in sys.path:
|
||||
sys.path.insert(0, str(ROOT))
|
||||
|
||||
from scripts.ops.check_production_version_truth import parse_config_version
|
||||
|
||||
DEFAULT_HEALTH_URL = "https://mo.wooo.work/health"
|
||||
DEFAULT_GITEA_REMOTE = "ssh://git@192.168.0.110:2222/wooo/ewoooc.git"
|
||||
DEFAULT_TRACKED_FILES = (
|
||||
|
||||
Reference in New Issue
Block a user