Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated submodules to latest 2.x-dev tip #10771

Merged
merged 2 commits into from Oct 20, 2016
Merged

Updated submodules to latest 2.x-dev tip #10771

merged 2 commits into from Oct 20, 2016

Conversation

mattab
Copy link
Member

@mattab mattab commented Oct 20, 2016

need to update submodules to latest, to fix UI tests so they don't show "Updated plugins"

Ideally later we'll automate this as it's cumbersome to do it manually

Commands used for this (on a clean git clone)

  git submodule update --init --recursive
  git submodule foreach "git fetch -a"
# pull latest 2.x-dev branch, but ignore when it fails (ie. log-analytics does not have 2.x-dev branch)
  git submodule foreach "git checkout 2.x-dev || :"
  git submodule foreach "git pull"
  git status
  git add plugins/AnonymousPiwikUsageMeasurement plugins/CustomAlerts plugins/LogViewer plugins/LoginHttpAuth plugins/SecurityInfo plugins/TasksTimetable plugins/VisitorGenerator
  git commit -m'Updated submodules to latest 2.x-dev tip'

@mattab mattab added the not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. label Oct 20, 2016
@mattab mattab added this to the 2.17.0 milestone Oct 20, 2016
@mattab mattab self-assigned this Oct 20, 2016
@mattab mattab merged commit 5366603 into 2.x-dev Oct 20, 2016
@mattab mattab deleted the updated_submodules branch October 20, 2016 23:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant