From 995a49aae00e7adda6bb1e44d45aac9840ec5dab Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 20 Nov 2015 15:37:57 +0100 Subject: TODO: new file --- TODO | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..51ccbaf --- /dev/null +++ b/TODO @@ -0,0 +1,16 @@ +- testsuite! + +- libtool features (requires configure.ac) + - option-parser + - bootstrap + - funclib.sh + - ${1+"$@"} does not work in zsh, funclib.sh fixes that + +- add --with-koji-build=ID option + - this should create temporary directory, download packages into it, run + createrepo/createrepo_c and add repo file + +- introduce 'DTF_BETA=' env variable -- beta API methods would fail if this + variable is empty/undefined. + +- dtf_fail_hooks off/on option -- cgit