Homebrew / legacy-homebrew

💀 The former home of Homebrew/homebrew (deprecated)
https://brew.sh
26.97k stars 11.34k forks source link

Remove formulae/aliases/travis.yml. #50676

Closed MikeMcQuaid closed 8 years ago

MikeMcQuaid commented 8 years ago

CC @xu-cheng

xu-cheng commented 8 years ago

I need to do some test for this, but I think it should be fine.

MikeMcQuaid commented 8 years ago

Thanks. Feel free to merge when done testing.

MikeMcQuaid commented 8 years ago

@xu-cheng Thanks for testing/merging.

MikeMcQuaid commented 8 years ago

@xu-cheng Actually, mind detailing your testing steps so I can do so for future file removal/upgrade testing? No rush on that.

@Homebrew/maintainers This repository now has no pull requests and no formulae (so it should hopefully stay that way). There's no way to disable PRs on a repository but we can feel free to insta-close any future ones.

UniqMartin commented 8 years ago

This repository now has no pull requests and no formulae (so it should hopefully stay that way). There's no way to disable PRs on a repository but we can feel free to insta-close any future ones.

Hopefully it will. There were actually fewer than I had expected since we split. It's looking almost too empty now. —Looking for, but failing to find a tumbleweed emoji.

xu-cheng commented 8 years ago

Actually, mind detailing your testing steps so I can do so for future file removal/upgrade testing? No rush on that.

brew update-test --commit=<sha>. I used the sha obtained from https://travis-ci.org/xu-cheng/homebrew-test/builds/120408105, i.e., the commit in various Travis CI images.

MikeMcQuaid commented 8 years ago

@xu-cheng Cool, thanks. What commit do you checkout before running that test?

xu-cheng commented 8 years ago

The latest commit, that is the commit that brew update-test will try to update it to.

MikeMcQuaid commented 8 years ago

@xu-cheng So: the checked out latest commit in this PR, latest commit in Homebrew/brew's master or latest commit in this repo?

xu-cheng commented 8 years ago

latest commit in this PR.

xu-cheng commented 8 years ago

Also, brew update-test will show:

$ brew update-test
Start commit: foo
End   commit: bar

Which means it will try to test update homebrew from commit foo to bar.

MikeMcQuaid commented 8 years ago

@xu-cheng Great, thanks.