Beispiel #1
0
def init_release_resources():
    subprocess.check_call(f'go run ./ -gen config-example.json',
                          shell=True,
                          env=os.environ.copy())

    if len(sys.argv) > 1 and '-list' in sys.argv[1:]:
        from scripts.update_chn_ip_domain import update_domain, update_ip
        update_domain()
        update_ip()
Beispiel #2
0
def init_release_resources():
    if len(sys.argv) > 1 and '-list' in sys.argv[1:]:
        from scripts.update_chn_ip_domain import update_domain, update_ip
        update_domain()
        update_ip()