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

Generate XZ-compressed tarballs #41600

Merged
merged 5 commits into from
May 4, 2017
Merged

Generate XZ-compressed tarballs #41600

merged 5 commits into from
May 4, 2017

Commits on Apr 25, 2017

  1. Accept arbitrary filenames into URLs in build-manifest

    instead of combining the component and target into a URL.
    ranma42 committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    ac8892b View commit details
    Browse the repository at this point in the history
  2. Define the unavailable target just once and re-use it

    The same unavailable target value is used in two different places.
    Abstracting it makes it easier to update it and recognise its purpose.
    ranma42 committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    5439c9b View commit details
    Browse the repository at this point in the history

Commits on May 3, 2017

  1. Configuration menu
    Copy the full SHA
    5dfa08e View commit details
    Browse the repository at this point in the history
  2. Fix MacOSX build

    MacOSX does not ship `7z` nor `xz`. Let's use `xz`, just like on the
    other *nix systems.
    ranma42 committed May 3, 2017
    Configuration menu
    Copy the full SHA
    5e522d7 View commit details
    Browse the repository at this point in the history
  3. Retry brew commands upon failure

    Wrap the installation on macOS with `travis_retry`.
    ranma42 committed May 3, 2017
    Configuration menu
    Copy the full SHA
    98dd82c View commit details
    Browse the repository at this point in the history