[Kimchi-devel] [PATCH] [Wok] Track submodules master branch
Paulo Ricardo Paz Vital
pvital at linux.vnet.ibm.com
Wed Dec 2 15:53:55 UTC 2015
Tested-by: Paulo Vital <pvital at linux.vnet.ibm.com>
Reviewed-by: Paulo Vital <pvital at linux.vnet.ibm.com>
On 12/02/2015 11:47 AM, Aline Manera wrote:
> That way, the developer can run:
>
> $ git submodule update --remote
>
> To get all the new changes on master branch for each submodule without
> needing to enter each submodule directory to get it updated.
>
> Signed-off-by: Aline Manera <alinefm at linux.vnet.ibm.com>
> ---
> .gitmodules | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/.gitmodules b/.gitmodules
> index 5838ebf..c9bc289 100644
> --- a/.gitmodules
> +++ b/.gitmodules
> @@ -2,11 +2,14 @@
> path = src/wok/plugins/kimchi
> url = https://github.com/kimchi-project/kimchi.git
> ignore = all
> + branch = master
> [submodule "src/wok/plugins/ginger"]
> path = src/wok/plugins/ginger
> url = https://github.com/kimchi-project/ginger.git
> ignore = all
> + branch = master
> [submodule "src/wok/plugins/gingerbase"]
> path = src/wok/plugins/gingerbase
> url = https://github.com/kimchi-project/gingerbase
> ignore = all
> + branch = master
>
--
---
Paulo Ricardo Paz Vital
IBM Linux Technology Center
More information about the Kimchi-devel
mailing list