diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-14 23:37:10 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-14 23:37:10 (EST) |
commit | 1b002330a29ca479599f680af51116bfd013c3ae (patch) | |
tree | f280bed8bd2500fc4ca721ec0169763b9389b980 | |
parent | da990906d852504a2aa8092b6e5cd92828b45790 (diff) |
TODO: Redesign applied patch tracking
-rw-r--r-- | TODO | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -14,7 +14,10 @@ Tasks: * Fix ob-applypatches to not fall over when it runs too much. - Current behavior: "I've been here already! What do? *trip*" - Track applied patches in ob-applypatches. - * Use `ob_set_cache_var` to cache the list of patches. + * Copy each patch into the opkbuild cache. + * Compare cached and current patches, and skip applied patches. + - `ob-applypatches: Skipping applied patch "01_foo.patch"...` + - `ob-applypatches: Warning: Patch "01_foo.patch" has been modified since it was applied` * General code auditing and cleanup: - Switch to using printf (safer and more portable than echo) for everything. - Protect against command operands beginning with "-", e.g.: |