From 6c313fe24a083e111c5e3ea2015d020b2e3107fa Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Thu, 23 Aug 2007 22:47:20 -0400 Subject: [PATCH] Update the ToDo file to reflect reality --- ToDo | 44 +++++++++++++++++++++++++++++++++++++++----- 1 file changed, 39 insertions(+), 5 deletions(-) diff --git a/ToDo b/ToDo index 55139e52..1f00ffbb 100644 --- a/ToDo +++ b/ToDo @@ -1,5 +1,39 @@ -Drop release notes files in the tree -Make pungi use the Fedora layout, composedir/topdir/os//Fedora, composedir/topdir//iso/, composedir/topdir//debug/ - Get debuginfo packages? -Put working items in composedir/work -Create a logging system, log to composedir/logs/ +Working with Kickstart + +* Remove config options for: + osdir + sourcedir + debugdir + isodir + iso_basename + destdir + cachedir + arch + relnotefilere + relnotedirre + relnotepkgs + +* Move to CLI only: + name + version + flavor (optional) + bugurl (optional) + discs (optional) + nosource (optional/debug) + +* Make the following transitions + product path == 'Packages/" + get comps data from repos + +* From pykickstart + manifest -> %packages + yum-repos -> repo + isosize -> part iso size (optional) + +* Release notes stuff + Drop all stuff but GPL, README, GPG keys, potentially README-BURNING-ISOS ? + +* fedora-release + Provides: system-release = %{version}-%{release} + +* Profit!