View Single Post
Old 06-21-2019, 11:58 AM   #291
lbschenkel
Connoisseur
lbschenkel can program the VCR without an owner's manual.lbschenkel can program the VCR without an owner's manual.lbschenkel can program the VCR without an owner's manual.lbschenkel can program the VCR without an owner's manual.lbschenkel can program the VCR without an owner's manual.lbschenkel can program the VCR without an owner's manual.lbschenkel can program the VCR without an owner's manual.lbschenkel can program the VCR without an owner's manual.lbschenkel can program the VCR without an owner's manual.lbschenkel can program the VCR without an owner's manual.lbschenkel can program the VCR without an owner's manual.
 
Posts: 54
Karma: 196194
Join Date: Aug 2011
Location: Malmö, Sweden
Device: Kobo Aura 1 | Kindle PW2, PW1, 4, DXG
Hi geek1011, I have a suggestion: could the overrides in the main yaml file be moved or included from a separate file, so when upgrading firmwares and patches all we need to do is to copy that override file across versions without touching anything else? That would be a great usability improvement.

I mean something like this in kobopatch.yaml:
Code:
overrides_file: overrides.yaml
overrides.yaml:
Code:
src/nickel.yaml:
  Patch 1: yes
  Patch 2: yes
src/libadobe.so.yaml:
  Patch 3: yes
  Patch 4: yes
...
Not sure if there's a lot of value to allow arbitrarily specifying a file name, you might as well just look for a specifically-named file such as overrides.yaml. You can keep the existing override mechanism so it doesn't break existing setups and additionally use this file.

What do you think?
lbschenkel is offline   Reply With Quote