[PATCH] D29050: [zorg] Add AOSP builder

Stephen Hines via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 26 11:50:50 PST 2017


srhines added a comment.

repo init -m <stable-manifest.xml>

You can just take .repo/manifest.xml for something you validated and save that file off as <stable-manifest.xml>. Then you can use it as part of your init. Alternately, you can copy it into .repo/manifest.xml after doing your regular repo init (which will overwrite that copy).


https://reviews.llvm.org/D29050





More information about the llvm-commits mailing list