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:
authordiosmosis <diosmosis@users.noreply.github.com>2018-09-21 00:05:04 +0300
committerGitHub <noreply@github.com>2018-09-21 00:05:04 +0300
commit038dac4d2a8883b0bcc63bc5e2e1c337f352632f (patch)
tree0bb109383fc6fe3e7f51353cdca522a202d301c6
parente5ba29079f9440b1cd9a677d49c7043f7c7eaa97 (diff)
do not automatically download lfs files when cloning/checking out (#13449)
* do not automatically download lfs files when cloning/checking out * Tweak screenshots readme. * Add lfs pull command. * Update submodule. * Regenerate .travis.yml. * Must use --exclude= in fetch/pull command. * Update submodule to merged master
-rw-r--r--.lfsconfig2
-rw-r--r--tests/README.screenshots.md4
m---------tests/travis0
3 files changed, 6 insertions, 0 deletions
diff --git a/.lfsconfig b/.lfsconfig
new file mode 100644
index 0000000000..2cf1bce1b1
--- /dev/null
+++ b/.lfsconfig
@@ -0,0 +1,2 @@
+[lfs]
+ fetchexclude = *
diff --git a/tests/README.screenshots.md b/tests/README.screenshots.md
index 2a914c5f64..f020e964bb 100644
--- a/tests/README.screenshots.md
+++ b/tests/README.screenshots.md
@@ -45,6 +45,10 @@ _Note: the `tests:sync-ui-screenshots` console command can be used to speed up t
## <a name="run-tests"></a>Running Tests
+Before running tests you'll want to pull the screenshots in lfs (the `--exclude=` since by default LFS files are excluded from being fetched in .lfsconfig to keep bandwidth usage down):
+
+ $ git lfs pull --exclude=
+
You can test the UI by running the following command in the root piwik directory:
$ ./console tests:run-ui
diff --git a/tests/travis b/tests/travis
-Subproject e306645ff8ff8d9e0b966a14df1f50cc9b7ea99
+Subproject e43712d5ab88e787ef295d087cff7a17e01b7cf