X Tutup
Skip to content
This repository was archived by the owner on Dec 16, 2024. It is now read-only.

Handle Homebrew renaming mobile-shell to mosh#724

Merged
bors-servo merged 1 commit intoservo:masterfrom
aneeshusa:handle-homebrew-mosh-renaming
Sep 30, 2017
Merged

Handle Homebrew renaming mobile-shell to mosh#724
bors-servo merged 1 commit intoservo:masterfrom
aneeshusa:handle-homebrew-mosh-renaming

Conversation

@aneeshusa
Copy link
Contributor

@aneeshusa aneeshusa commented Sep 29, 2017

Homebrew left in an alias for mobile-shell so the mosh package
actually installs correctly, but Salt's pkg.installed state then tries
to verify the installation by checking the installed packages.
That list only shows mosh and not the mobile-shell alias,
causing the state the fail.

Update to the new name, which is also consistent with everyone else.


This change is Reviewable

Homebrew left in an alias for `mobile-shell` so the `mosh` package
actually installs correctly, but Salt's pkg.installed state then tries
to verify the installation by checking the installed packages.
That list only shows `mosh` and not the `mobile-shell` alias,
causing the state the fail.

Update to the new name, which is also consistent with everyone else.
@aneeshusa
Copy link
Contributor Author

The upstream change is at Homebrew/homebrew-core#18636.

r? @larsbergstrom or @edunham

@larsbergstrom
Copy link
Contributor

@bors-servo r+

@bors-servo
Copy link
Contributor

📌 Commit db0781e has been approved by larsbergstrom

@bors-servo
Copy link
Contributor

⌛ Testing commit db0781e with merge f52d609...

bors-servo pushed a commit that referenced this pull request Sep 30, 2017
…ergstrom

Handle Homebrew renaming `mobile-shell` to `mosh`

Homebrew left in an alias for `mobile-shell` so the `mosh` package
actually installs correctly, but Salt's pkg.installed state then tries
to verify the installation by checking the installed packages.
That list only shows `mosh` and not the `mobile-shell` alias,
causing the state the fail.

Update to the new name, which is also consistent with everyone else.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/724)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

☀️ Test successful - status-travis
Approved by: larsbergstrom
Pushing f52d609 to master...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

X Tutup