From 62206d62a31252d428f0ff0d301bc74441aaa648 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sun, 13 Mar 2022 17:32:36 +0100 Subject: [PATCH] Add TODO item for first thing to do --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO b/TODO index 6992b36..958d2a7 100644 --- a/TODO +++ b/TODO @@ -3,6 +3,12 @@ look at func_download_packages: use cat urls.lst |while read ... instead of for line in $(cat urls.lst) +Remove PROGNAME. Use variables: +- REPO (full repo for git clone) +- COMMIT (anything that can be used with git checkout) +- BOOK for the book source directory. Either given or "book-source" +- COMMANDS for the commands directory. + BLFS MODULE (See BLFS/TODO) -----------