Created
June 25, 2019 12:24
-
-
Save hmenn/3c03715c97c4e2b91526e7e5ccab20ec to your computer and use it in GitHub Desktop.
Base RepoTool XML config file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<manifest> | |
<remote name="origin" | |
fetch="ssh://addr1" /> | |
<remote name="other-origin" | |
fetch="ssh://addr2" /> | |
<project path="download_path1" name="project_under_remote" remote="other-origin" revision="develop" /> | |
<project path="download_path2" name="project_under_remote" remote="origin" revision="develop"> | |
<linkfile src="../download_path1/file" dest="download_path2/file" /> | |
<linkfile src="../download_path1/file1" dest="download_path2/file2" /> | |
</project> | |
</manifest> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment