diff --git a/Changelog b/Changelog index 40c6e322..585fdb31 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,6 @@ * Mon Dec 11 2006 Jesse Keating - Now able to get release note files from release note packages. +- Add a config file for the source run * Sat Dec 9 2006 Jesse Keating - Now able to do srpms, lots of changes diff --git a/config/pungi-fc6.source b/config/pungi-fc6.source new file mode 100644 index 00000000..6a36a336 --- /dev/null +++ b/config/pungi-fc6.source @@ -0,0 +1,15 @@ +# Pungi config file +# + +[default] +product_name = Fedora Core +product_path = Fedora +iso_basename = FC +comps = /etc/pungi/comps-fc6.xml +yumconf = /etc/pungi/yum.conf.fc6.x86_64 +destdir = /srv/pungi +cachedir = /srv/pungi/cache +arch = source +version = 6 +discs = 4 +getsource = Yes