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

Handle being able to build for both LTS and latest Major #49

Merged
merged 1 commit into from Sep 26, 2016

Conversation

mattab
Copy link
Member

@mattab mattab commented Sep 26, 2016

  • we update piwik.org/download only with the latest major version
  • on api.piwik.org we keep track of the latest version per channel as users can choose a given channel

matomo-org/matomo#8836

* we update piwik.org/download only with the latest major version
* on api.piwik.org we keep track of the latest version per channel as users can choose a given channel
if ! [ -d $LOCAL_REPO ]
then
git clone "$URL_REPO" "$LOCAL_REPO"
fi

# we need to exclude LFS files from the upcoming git clone/git checkout,
# unfortunately this git config command does not work...
git config lfs.fetchexclude "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.

this git config lfs.fetchexclude "tests/" is not working for some reasons. I'd like the build script to skip all LFS files so the build is faster, but couldn't make it work...

@mattab
Copy link
Member Author

mattab commented Sep 26, 2016

Looks like it's working. Need to confirm it fully works along with api.piwik.org changes when we release our first 3.0.0-b1

@mattab mattab merged commit 9319cf2 into master Sep 26, 2016
@mattab mattab deleted the handle_LTS_and_latest branch September 26, 2016 03:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant