Skip to content

Commit

Permalink
Rename manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed May 31, 2022
1 parent 1f570d4 commit dd59f1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/chef/chef.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
_DEVICE_FOLDER = os.path.join(_CHEF_SCRIPT_PATH, "devices")
_DEVICE_LIST = [file[:-4] for file in os.listdir(_DEVICE_FOLDER) if file.endswith(".zap")]
_CHEF_ZZZ_ROOT = os.path.join(_CHEF_SCRIPT_PATH, "zzz_generated")
_CI_MANIFEST_FILE_NAME = os.path.join(_CHEF_SCRIPT_PATH, "cimanifest.json")
_CI_MANIFEST_FILE_NAME = os.path.join(_CHEF_SCRIPT_PATH, "ci_manifest.json")
_CI_DEVICE_MANIFEST_NAME = "INPUTMD5.txt"
_CICD_CONFIG_FILE_NAME = os.path.join(_CHEF_SCRIPT_PATH, "cicd_meta.json")
_CI_ALLOW_LIST = ["lighting-app"]
Expand Down Expand Up @@ -108,6 +108,7 @@ def check_zap_master() -> str:
# zap_commit = zap_commit.split(" ")[2]
# zap_commit = zap_commit[:zap_commit.index("\\")]
"""
# TODO
zap_commit = 'TEMP DISABLED'
flush_print(f"zap commit: {zap_commit}")
return zap_commit
Expand Down Expand Up @@ -307,6 +308,7 @@ def main(argv: Sequence[str]) -> None:
flush_print(f"MISMATCH OUTPUT {device}: {fix_instrucitons}")
exit(1)
if False:
# TODO
# Disabled; should check:
# Current branch when writing manifest
# Master in CI
Expand Down Expand Up @@ -384,6 +386,7 @@ def main(argv: Sequence[str]) -> None:
#

if options.build_all:
# TODO
# Needs testing after refactor
# Needs to call per-platform bundle function
flush_print("Build all disabled")
Expand Down
File renamed without changes.

0 comments on commit dd59f1e

Please sign in to comment.