mirror of
https://github.com/Dev-Wiki/git-repo.git
synced 2025-10-16 13:42:39 +08:00
4c426ef1d4c1399feb170447ca3090810ab3c02e
This allows a project to use globs in the linkfile src attribute. When a glob is used in the src the dest field must be a directory. Then _LinkFile._Link(self) calls will create symbolic links in the dest directory to all of the entries in the src as defined by the glob specification. Below all of the entries in master-configs/ will have symbolic links in <root dir>/configs directory: <project name="helloworld.git" path="apps/helloworld"> <linkfile src="master-configs/*" dest="configs"/> </project> Change-Id: Idfed8fa47c83d2ca6e2b8e867731b8e2f9e2eb47
Description
Languages
Python
99.2%
Shell
0.8%