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

[WIP] systemd-bootchart part 2 #16930

Closed
wants to merge 5 commits into from
Closed

[WIP] systemd-bootchart part 2 #16930

wants to merge 5 commits into from

Conversation

akavel
Copy link
Contributor

@akavel akavel commented Jul 13, 2016

Motivation for this change

Extend PR #16902 with patches fixing broken rendering of the processes graph in systemd-bootchart.

(I'm OK if my commit is moved to @abbradar's PR and "my" PR then closed; didn't know how to submit the commit otherwise on top of the previous PR.)

Things done
  • Tested using sandboxing
    (nix.useChroot on NixOS,
    or option build-use-chroot in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • OS X
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@mention-bot
Copy link

@akavel, thanks for your PR! By analyzing the annotation information on this pull request, we identified @edolstra, @wkennington and @zohl to be potential reviewers

@akavel akavel mentioned this pull request Jul 13, 2016
9 tasks
@@ -21,6 +21,13 @@ stdenv.mkDerivation rec {

buildInputs = [ systemd ];

patches = [
# https://github.com/systemd/systemd-bootchart/pull/10
./bootchart-fix-processes-graph.patch
Copy link
Member

Choose a reason for hiding this comment

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

It's better to use fetchpatch there -- we try not to store any patches in the tree. For example, the first patch's URL is https://github.com/akavel/systemd-bootchart/commit/c5e0f0e2669b048502fdd9c4d1116bf2fb22c20f.patch

@Ericson2314
Copy link
Member

@akavel you can submit a PR against the branch the original PR was made from, and if the owner of that branch accepts your PR, the original PR will be automatically updated.

@abbradar
Copy link
Member

Hm, I thought about this but the downside is that there might be other potential reviewers and interested parties and making a PR to my fork hides it from them. Maybe it's overthinking on my part, though...

@Ericson2314
Copy link
Member

That's perfectly fine. @akavel said they didn't know how, so I just provided the information.

@mmahut
Copy link
Member

mmahut commented Jul 28, 2019

Are these any updates on this issues?

@mmahut
Copy link
Member

mmahut commented Aug 19, 2019

Closing due to lack of activity, feel free to reopen this if needed.

@mmahut mmahut closed this Aug 19, 2019
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

7 participants