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>2014-12-29 04:55:42 +0300
committermattab <matthieu.aubry@gmail.com>2014-12-29 04:56:59 +0300
commitfcfd0e7fa5f62dde81020c9f84920eda8a588f75 (patch)
tree47952b05d26cf228a68eb1095c5dcf491fd34b9a /.gitmodules
parenta8a2e9e96a33748c64c0825f1c01ea40445ab323 (diff)
Refs #6906 and https://github.com/piwik/piwik-package/issues/18
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index ea7ec75179..d368c059cb 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -30,6 +30,11 @@
path = plugins/LoginHttpAuth
url = https://github.com/piwik/plugin-LoginHttpAuth.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 "plugins/QueuedTracking"]
path = plugins/QueuedTracking
url = https://github.com/piwik/plugin-QueuedTracking.git