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

Simplify ARM triples, add script to upload ARM tarballs correctly #355

Closed

Commits on Jun 9, 2016

  1. Switch from sh to bash to match Servo style guide

    Originally, I restricted these scripts to pure sh to avoid too many
    compatibility issues between Linux and OS X, but I've changed my mind
    and now prefer using bash to gain a few nice features.
    aneeshusa committed Jun 9, 2016
  2. Simplify ARM triples

    Previouly, we had 'name', 'symlink_name', and 'download_name'.
     - We are changing the S3 URL scheme to make 'download_name' redundant.
     - 'symlink_name' referred to the full target triple, and has been
       replaced with just 'triple'.
     - 'name' referred to an ambiguously shortened triple (which omitted
       the vendor field of 'unknown'), which is used by Ubuntu, and has
       been replaced with 'ubuntu_triple'.
    
    Most of the references have been switched to use just 'triple', which
    is the most specific identifier, with 'ubuntu_triple' used where
    necessary (references to the /usr/bin/* cross-compilation binaries,
    and references to the lib, usr/lib, and usr/include dirs extracted
    from the ARM rootfs tarballs).
    e Please enter the commit message for your changes. Lines starting
    aneeshusa committed Jun 9, 2016
  3. Add script to upload ARM tarballs correctly

    We keep uploading them to the wrong place on accident.
    aneeshusa committed Jun 9, 2016
You can’t perform that action at this time.