summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorPatrick 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)
commiteb39158e933a3f84a39b1aae4deaaae7ccde9f6b (patch)
tree16a9e764664b1d51d69cb52b6cd3713700cf600d /TODO
parentda45b6d9e53b9ea2c8dd817fbec21b1586007296 (diff)
TODO: Simplify applied patch tracking plan
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 2 insertions, 7 deletions
diff --git a/TODO b/TODO
index 62239b3..24575b3 100644
--- a/TODO
+++ b/TODO
@@ -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.