-
Notifications
You must be signed in to change notification settings - Fork 68
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: rust-lang/rust-installer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b4ff403041f17957f735ad750c3241a3a428b9b7
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: rust-lang/rust-installer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0ddd53c4bc2a76df565a1c1fc0cc6f19f254b51e
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 7 files changed
- 3 contributors
Commits on Aug 7, 2017
-
Remove get_host_triple() from install-template.sh
Rather than adding SunOS/Solaris (or any future supported OSes) to `get_host_triple()`'s list of known OSes, recognize that the function is called in exactly two places, and both times the only thing that matters is whether it's Linux or not.
Danek Duvall committedAug 7, 2017 Configuration menu - View commit details
-
Copy full SHA for f18de0d - Browse repository at this point
Copy the full SHA f18de0dView commit details -
Merge pull request #70 from dhduvall/rm-get-host-triple
Remove get_host_triple() from install-template.sh
Configuration menu - View commit details
-
Copy full SHA for 761a3d6 - Browse repository at this point
Copy the full SHA 761a3d6View commit details
Commits on Aug 8, 2017
-
Use cp/chmod instead of install, because Solaris
The install command on Solaris is some weird SVr4 piece of craziness. Use cp and chmod to have the same effect as a BSD install without having to special case Solaris to use GNU install.
Danek Duvall committedAug 8, 2017 Configuration menu - View commit details
-
Copy full SHA for fc92e84 - Browse repository at this point
Copy the full SHA fc92e84View commit details -
/bin/sh on Solaris doesn't understand "local" keyword
Use bash explicitly, which should be available everywhere.
Danek Duvall committedAug 8, 2017 Configuration menu - View commit details
-
Copy full SHA for 7effdc4 - Browse repository at this point
Copy the full SHA 7effdc4View commit details
Commits on Aug 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c7e8847 - Browse repository at this point
Copy the full SHA c7e8847View commit details
Commits on Sep 6, 2017
-
Update error-chain and binary name
Don't have "install" in the name so it doesn't hit permission problems on Windows
Configuration menu - View commit details
-
Copy full SHA for fbb00db - Browse repository at this point
Copy the full SHA fbb00dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for adea17e - Browse repository at this point
Copy the full SHA adea17eView commit details
Commits on Sep 15, 2017
-
Configuration menu - View commit details
-
Copy full SHA for cb40a3d - Browse repository at this point
Copy the full SHA cb40a3dView commit details -
Merge pull request #73 from RalfJung/executable
preserve executable bit during installation
Configuration menu - View commit details
-
Copy full SHA for 0ddd53c - Browse repository at this point
Copy the full SHA 0ddd53cView commit details
There are no files selected for viewing