mirror of
git://git.yoctoproject.org/yocto-autobuilder-helper.git
synced 2025-07-19 20:59:02 +02:00
326 B
Executable File
326 B
Executable File
#!/usr/bin/env python3
import json import os import sys
scriptsdir = os.path.dirname(os.path.realpath(file))
with open(os.path.join(scriptsdir, '..', 'config.json')) as f: ourconfig = json.load(f)
os.system(os.path.join(scriptsdir, "buildhistory-init"))
print("setup-config called with %s" % " ".join(sys.argv))