diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-13 16:09:22 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-13 16:09:22 (EDT) |
commit | eb39158e933a3f84a39b1aae4deaaae7ccde9f6b (patch) | |
tree | 16a9e764664b1d51d69cb52b6cd3713700cf600d | |
parent | da45b6d9e53b9ea2c8dd817fbec21b1586007296 (diff) |
TODO: Simplify applied patch tracking plan
-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. |