diff options
-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.: |