diff options
-rw-r--r-- | TODO | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -17,13 +17,8 @@ Functional Changes ------------------ * ob-installdocs: Handle non-directory non-regular files? - * ob-applypatches: Fix 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. - * 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` + * ob-applypatches: Track and skip applied patches in `.opkbuild/patches` file: + - `ob-applypatches: Skipping applied patch "01_foo.patch"...` * ob-buildopk: Build internal archives with ar, not tar. * ob-buildopk, ob-genchanges, ob-gencontrol, opkbuild: s/src-/src:/ * Split distribution packaging from upstream sources in source packages. |