1
0
Fork 0
mirror of https://github.com/lineageos4microg/docker-lineage-cicd synced 2024-05-06 23:26:09 +02:00

add revision to build_manifest.py

This commit is contained in:
tieu1991 2022-11-12 17:22:49 -05:00 committed by Philip Nagler-Frank
parent e3ba96c59c
commit ab78621e39

View File

@ -53,6 +53,9 @@ if __name__ == "__main__":
if args.remote:
attributes["remote"] = args.remotename
if "revision" in child.attrib:
attributes["revision"] = child.attrib["revision"]
ET.SubElement(xmlout, 'project', attrib=attributes)