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

[20.09 backport] tor-browser-bundle-bin: mark as broken #102628

Merged
merged 1 commit into from Nov 6, 2020

Conversation

xaverdh
Copy link
Contributor

@xaverdh xaverdh commented Nov 3, 2020

Motivation for this change

see #102540

@xaverdh xaverdh changed the title tor-browser-bundle-bin: mark as broken [20.09] tor-browser-bundle-bin: mark as broken Nov 3, 2020
@wamserma
Copy link
Member

wamserma commented Nov 3, 2020

Backports are commonly done using git cherry-pick -x to keep a reference to the commit on master. Also, please add the word backport to the PR title.

@jonringer
Copy link
Contributor

When backporting changes, please follow https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md#backporting-changes.

Namely, you should be doing git cherry-pick -x <rev> from a commit that has already landed in master. If the branches have diverged, you may alter the commit or add another commit to ensure that the package is able to still evaluate and build

@xaverdh
Copy link
Contributor Author

xaverdh commented Nov 4, 2020

Backports are commonly done using git cherry-pick -x to keep a reference to the commit on master. Also, please add the word backport to the PR title.

Ok, hope I did that right, since its a merge commit.
I will happily add "backport" to the title, but maybe we should update the docs on this then, if it is desired?
(currently it says:

The pull request title should be the commit title with the release version as prefix, e.g. [20.09]."

)

@wamserma
Copy link
Member

wamserma commented Nov 4, 2020

Backports are commonly done using git cherry-pick -x to keep a reference to the commit on master. Also, please add the word backport to the PR title.

Ok, hope I did that right, since its a merge commit.
I will happily add "backport" to the title, but maybe we should update the docs on this then, if it is desired?
(currently it says:

The pull request title should be the commit title with the release version as prefix, e.g. [20.09]."

)

Contribution guidelines are mandatory, having backport in the title is just a matter of personal taste.

@xaverdh xaverdh changed the title [20.09] tor-browser-bundle-bin: mark as broken [20.09 backport] tor-browser-bundle-bin: mark as broken Nov 4, 2020
@jonringer
Copy link
Contributor

jonringer commented Nov 4, 2020

Ok, hope I did that right, since its a merge commit.

no, it should just be the commit itself

git cherry-pick -x 968348bd188315597c94e40b19442b45b2da4ec5

I found this by going to the original PR, going down to the "merge" comment from github, it has a commit hash listed of the merge commit. Click on it. It will show that it has two parents, click on either one to see if it's the correct commit, generally it's the second one in github.

you can also do use the -m but I generally choose the wrong parent with this, and it's annoying

@xaverdh
Copy link
Contributor Author

xaverdh commented Nov 5, 2020

I tried resetting and then git cherry-pick -x 968348bd188315597c94e40b19442b45b2da4ec5 and force pushing to this pr branch, it said "Everything up-to-date" ..
This means I should open a new pr maybe?

Either way, feel free to open your own & merge if that's quicker, this is somewhat time critical and I don't want to delay it by messing things up..

edit: Sorry that was me being confused, should be alright now.

NoScript is missing / broken; Highest Security Level doesn't disable
JavaScript.

See issue NixOS#83096 for more info.

(cherry picked from commit 968348b)
Copy link
Member

@wamserma wamserma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@wamserma
Copy link
Member

wamserma commented Nov 5, 2020

/marvin opt-in
/status needs_merger

Copy link
Contributor

@jonringer jonringer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Result of nixpkgs-review pr 102628 1

@jonringer jonringer merged commit 810da65 into NixOS:release-20.09 Nov 6, 2020
@xaverdh xaverdh deleted the tor-browser-mark-broken branch November 8, 2020 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants