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

Error: if <system_new_file> is in brotli(.br) format #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ShanuDey
Copy link

<system_new_file> should be in .dat format. If the new file in brotli(.br) format then there should be an error to break the process.
Signed-off-by: ShanuDey sd4shanudey@gmail.com

Signed-off-by: ShanuDey <sd4shanudey@gmail.com>
@mirh
Copy link

mirh commented Dec 23, 2019

Mhh, and maybe if it isn't .br.. a warning could be emitted if the file doesn't have a .dat extension?
(too bad this also doesn't have any kind of header or magic number either)

@davwheat
Copy link

If anyone needs to know how to convert the .new.dat.br to .new.dat...

  1. sudo apt install brotli
  2. brotli --decompress xxx.new.dat.br
  3. Done!

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.

None yet

3 participants