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

Avoid using xxd #498

Merged
merged 1 commit into from
Nov 22, 2022
Merged

Avoid using xxd #498

merged 1 commit into from
Nov 22, 2022

Conversation

marmarek
Copy link
Member

xxd is part of vim-common packages, which isn't mandatory. Use hexdump
instead, which is part of util-linux package.

Fixes QubesOS/qubes-issues#7183

xxd is part of vim-common packages, which isn't mandatory. Use hexdump
instead, which is part of util-linux package.

Fixes QubesOS/qubes-issues#7183
@codecov
Copy link

codecov bot commented Nov 17, 2022

Codecov Report

Merging #498 (225ec69) into master (921cc8e) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #498   +/-   ##
=======================================
  Coverage   65.83%   65.83%           
=======================================
  Files          53       53           
  Lines       10020    10020           
=======================================
  Hits         6597     6597           
  Misses       3423     3423           
Flag Coverage Δ
unittests 65.83% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@marmarek marmarek merged commit fc2bd4b into QubesOS:master Nov 22, 2022
@marmarek marmarek deleted the avoid-xxd branch February 2, 2023 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tar fails to extract root.img from template.rpm
1 participant