Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2015-09-22 11:53:53 +0300
committermattab <matthieu.aubry@gmail.com>2015-09-22 11:53:53 +0300
commit7be1092dbc11d71998291cfd42f96994a441c8b7 (patch)
tree39edc9053498394a261927e63da83214b7d178d8 /.gitmodules
parent01ebe2ec149d7679b61fb2e416ccc4a2ff2b0ee2 (diff)
Update submodules
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules9
1 files changed, 4 insertions, 5 deletions
diff --git a/.gitmodules b/.gitmodules
index 26caed0af9..d209a1bd03 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -33,12 +33,14 @@
path = tests/travis
url = https://github.com/piwik/travis-scripts
branch = master
+[submodule "plugins/LogViewer"]
+ path = plugins/LogViewer
+ url = https://github.com/piwik/plugin-LogViewer.git
+ branch = master
# Note: when you add a submodule that SHOULD be left in the packaged release such as the few submodules below,
# then you MUST add these submodules names in the SUBMODULES_PACKAGED_WITH_CORE variable in:
# https://github.com/piwik/piwik-package/blob/master/scripts/build-package.sh
-
-
[submodule "libs/PiwikTracker"]
path = libs/PiwikTracker
url = https://github.com/piwik/piwik-php-tracker.git
@@ -47,6 +49,3 @@
path = misc/log-analytics
url = https://github.com/piwik/piwik-log-analytics.git
branch = master
-[submodule "plugins/LogViewer"]
- path = plugins/LogViewer
- url = https://github.com/piwik/plugin-LogViewer.git