summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-05-13 10:18:26 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-05-13 10:18:26 (EDT)
commit83e09dd69de1b50fd7a9edb026a624de43ed87da (patch)
treea5fffcbbf20df84be29067decd029cada343f77b /TODO
parenta878406aa58c734ebdd3b1aa8ff4a08aff74502a (diff)
TODO: Add more backquotes.
Diffstat (limited to 'TODO')
-rw-r--r--TODO16
1 files changed, 8 insertions, 8 deletions
diff --git a/TODO b/TODO
index efeeec1..9e5502b 100644
--- a/TODO
+++ b/TODO
@@ -4,19 +4,19 @@ Tasks:
- `opkhelper_3_0` should be set to the path containing the `oh-*` utilities.
* Rewrite cache file handling.
- Make a new library module with the following functions:
- * ob_init_cache file
- * ob_read_cache
- * ob_set_cache_var name value
- - Use ob_set_cache_var in _ob_set_{source,binary}_parameter.
- - Remove code to read cache file from ob_parse_package_metadata.
- - Remove code to write cache file from ob_parse_package_metadata.
- - TODO: Should ob_{init,read}_cache ever be called automatically?
+ * `ob_init_cache file`
+ * `ob_read_cache`
+ * `ob_set_cache_var name value`
+ - Use `ob_set_cache_var` in `_ob_set_{source,binary}_parameter`.
+ - Remove code to read cache file from `ob_parse_package_metadata`.
+ - Remove code to write cache file from `ob_parse_package_metadata`.
+ - TODO: Should `ob_{init,read}_cache` ever be called automatically?
* If not, `ob_parse_package_metadata -c FILE` could be:
- `ob_init_cache_file FILE; ob_read_cache || ob_parse_package_metadata`
* 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.
+ * Use `ob_set_cache_var` to cache the list of patches.
* 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.: