Update the ToDo file to reflect reality

This commit is contained in:
Jesse Keating 2007-08-23 22:47:20 -04:00 committed by Jesse Keating
parent af625b2b9c
commit 6c313fe24a
1 changed files with 39 additions and 5 deletions

44
ToDo
View File

@ -1,5 +1,39 @@
Drop release notes files in the tree
Make pungi use the Fedora layout, composedir/topdir/os/<arch>/Fedora, composedir/topdir/<arch>/iso/, composedir/topdir/<arch>/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 <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!