Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moose
Manage
Activity
Members
Labels
Plan
Issues
9
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sahil Moza
moose
Commits
ca1055fd
Commit
ca1055fd
authored
9 years ago
by
Dilawar Singh
Browse files
Options
Downloads
Patches
Plain Diff
A bootstrap script to pull the submodules and init them properly.
parent
90d47d85
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
bootstrap
+7
-0
7 additions, 0 deletions
bootstrap
moose-core
+1
-1
1 addition, 1 deletion
moose-core
moose-gui
+1
-1
1 addition, 1 deletion
moose-gui
with
9 additions
and
2 deletions
bootstrap
0 → 100755
+
7
−
0
View file @
ca1055fd
#!/bin/bash
# Bootstrap script. Run it to update the repo.
echo
"- Updating submodules"
git submodule update
--init
git submodule foreach git pull origin master
This diff is collapsed.
Click to expand it.
moose-core
@
3e6bf562
Subproject commit
6174038aca0adbc9c00f4756c0d1da3701396ac9
Subproject commit
3e6bf56253d762737a0584bbf8b2fcd8cb1b5eb8
This diff is collapsed.
Click to expand it.
moose-gui
@
ee905e56
Subproject commit
46c19805bcb0b90c7fecdfa869dc37d304b0d6b7
Subproject commit
ee905e56abb794c47cb0aabbb16010ac55b89e9d
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment