From ca1055fd43e2900b336dcec278da4148f7302f74 Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawars@ncbs.res.in> Date: Sun, 9 Aug 2015 16:27:19 +0530 Subject: [PATCH] A bootstrap script to pull the submodules and init them properly. --- bootstrap | 7 +++++++ moose-core | 2 +- moose-gui | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100755 bootstrap diff --git a/bootstrap b/bootstrap new file mode 100755 index 00000000..1153b7cb --- /dev/null +++ b/bootstrap @@ -0,0 +1,7 @@ +#!/bin/bash + +# Bootstrap script. Run it to update the repo. + +echo "- Updating submodules" +git submodule update --init +git submodule foreach git pull origin master diff --git a/moose-core b/moose-core index 6174038a..3e6bf562 160000 --- a/moose-core +++ b/moose-core @@ -1 +1 @@ -Subproject commit 6174038aca0adbc9c00f4756c0d1da3701396ac9 +Subproject commit 3e6bf56253d762737a0584bbf8b2fcd8cb1b5eb8 diff --git a/moose-gui b/moose-gui index 46c19805..ee905e56 160000 --- a/moose-gui +++ b/moose-gui @@ -1 +1 @@ -Subproject commit 46c19805bcb0b90c7fecdfa869dc37d304b0d6b7 +Subproject commit ee905e56abb794c47cb0aabbb16010ac55b89e9d -- GitLab