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

do not automatically download lfs files when cloning/checking out #13449

Merged
merged 7 commits into from Sep 20, 2018

Conversation

diosmosis
Copy link
Member

@diosmosis diosmosis commented Sep 18, 2018

@diosmosis diosmosis added the Needs Review PRs that need a code review label Sep 18, 2018
@diosmosis diosmosis added this to the 3.6.1 milestone Sep 18, 2018
@diosmosis
Copy link
Member Author

Need to modify travis-scripts to do a git lfs pull before merging this.

@mattab
Copy link
Member

mattab commented Sep 19, 2018

.travis.yml Outdated
@@ -86,6 +86,7 @@ before_install:

install:
- git fetch -q
- git lfs pull
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason for adding that here globally? Wouldn't it be enough to add that to tests\travis\install_git_lfs.sh
Guess there is no use in doing that for non UI tests.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, will add it there.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated.

@sgiehl
Copy link
Member

sgiehl commented Sep 20, 2018

UI tests are still all failing. Seems the images are not downloaded correctly. Haven't tested, but might the order of git lfs fetch, checkout and pull be wrong?

@diosmosis
Copy link
Member Author

@sgiehl build is working now

@diosmosis diosmosis merged commit 038dac4 into 3.x-dev Sep 20, 2018
@diosmosis diosmosis deleted the lfsconfig branch September 20, 2018 21:05
@diosmosis
Copy link
Member Author

@mattab created simple dev-docs PR here: matomo-org/developer-documentation#265

InfinityVoid pushed a commit to InfinityVoid/matomo that referenced this pull request Oct 11, 2018
…tomo-org#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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review PRs that need a code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants