diff --git a/bootstrap b/bootstrap new file mode 100755 index 0000000000000000000000000000000000000000..1153b7cbfa8ebf1465724396bc56ef00209983c7 --- /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 6174038aca0adbc9c00f4756c0d1da3701396ac9..3e6bf56253d762737a0584bbf8b2fcd8cb1b5eb8 160000 --- a/moose-core +++ b/moose-core @@ -1 +1 @@ -Subproject commit 6174038aca0adbc9c00f4756c0d1da3701396ac9 +Subproject commit 3e6bf56253d762737a0584bbf8b2fcd8cb1b5eb8 diff --git a/moose-gui b/moose-gui index 46c19805bcb0b90c7fecdfa869dc37d304b0d6b7..ee905e56abb794c47cb0aabbb16010ac55b89e9d 160000 --- a/moose-gui +++ b/moose-gui @@ -1 +1 @@ -Subproject commit 46c19805bcb0b90c7fecdfa869dc37d304b0d6b7 +Subproject commit ee905e56abb794c47cb0aabbb16010ac55b89e9d