pungi/ToDo

63 lines
1.1 KiB
Plaintext
Raw Normal View History

Working with Kickstart
* Remove config options for:
osdir
sourcedir
debugdir
isodir
iso_basename
cachedir
arch
relnotefilere
relnotedirre
relnotepkgs
DONE ^^
* Move to CLI only:
name
version
2007-08-24 03:02:09 +00:00
destdir
flavor (optional)
bugurl (optional)
discs (optional)
nosource (optional/debug)
DONE ^^
* Make the following transitions
product_name -> name *DONE*
product path == 'Packages/" *DONE*
2007-08-26 23:45:23 +00:00
cachedir == /var/cache/pungi *DONE*
DONE ^^
* Get comps data from repos
Use ayum.comps.<whatever> to get comps information *DONE*
2007-08-25 00:51:21 +00:00
Snag each available comps file, cat them together, use xslt to make clean *DONE*
Use this mutant comps for creating repodata in the destdirs. *DONE*
DONE ^^
* From pykickstart
2007-08-25 12:56:49 +00:00
manifest -> %packages *DONE*
2007-08-26 23:45:23 +00:00
yum-repos -> repo *DONE*
2007-08-25 12:56:49 +00:00
isosize -> part iso size <size> (optional) *DONE*
2007-08-26 23:45:23 +00:00
DONE ^^
* Release notes stuff
Drop all stuff but GPL, README, GPG keys, potentially README-BURNING-ISOS ?
2007-08-25 12:56:49 +00:00
* From livecd-creator
Steal root check *DONE*
2007-08-27 16:48:54 +00:00
Use same cli syntax if possible (conf -> config, etc..) *DONE*
2007-08-25 12:56:49 +00:00
2007-08-27 16:48:54 +00:00
DONE ^^
* Figure out how to allow use of $releasever and $basearch *DONE*
DONE ^^
2007-08-26 23:45:23 +00:00
* Profit!