[cpp-linbuild] 01/06: Start TODO file
John W. O'Brien
john at saltant.com
Fri Mar 3 14:42:35 UTC 2023
This is an automated email from the git hooks/post-receive script.
obrienjw pushed a commit to branch main
in repository cpp-linbuild.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-linbuild.git;a=commit;h=e811ecf0663479c72b0c768597c5e8fbea3e5437
commit e811ecf0663479c72b0c768597c5e8fbea3e5437
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Fri Feb 3 19:35:06 2023 +0000
Start TODO file
---
Makefile | 6 ------
TODO | 20 ++++++++++++++++++++
2 files changed, 20 insertions(+), 6 deletions(-)
diff --git a/Makefile b/Makefile
index 0badb57..221147d 100644
--- a/Makefile
+++ b/Makefile
@@ -273,9 +273,3 @@ endef
$(foreach platform,$(PLATFORMS),$(foreach component,$(COMPONENTS),$(eval $(call run-container-component-platform,$(component),$(platform)))))
-# TODO:
-# delete stale products on version bump
-# add a clean target
-# refresh an affected image in the event one of its dependencies changes
-# save build logs to the host
-# template %packager
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..1fd9615
--- /dev/null
+++ b/TODO
@@ -0,0 +1,20 @@
+delete stale products on version bump
+
+refresh an affected image in the event one of its dependencies changes
+
+save build logs to the host
+
+template %packager
+
+Makefile clean targets
+ platform/component products
+ component products on all platforms
+ platform products for all components
+ platform/component image
+ */component images
+ platform/* images
+ platform image
+ all images
+ distfile for component
+ all distfiles
+ everything
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list