[PATCH][PUNGI] name of minimal manifest is inconsistent

Joel Andres Granados jgranado at redhat.com
Thu May 31 14:25:48 UTC 2007


Joel Andres Granados wrote:
> Hi list:
>
> The minimal manifest in the config file appears from pungi-0.3.5-1.fc7 
> with a hyphen "minimal-manifest".  The file itself appears with a 
> period "/etc/pungi/minimal.manifest".  Just change the config file. or 
> the name of the file :)
>
> Regards.
>
> --- /etc/pungi/pungi.conf       2007-05-17 15:14:27.000000000 +0200
> +++ /etc/pungi/pungi.conf.rpmnew        2007-05-23 17:17:49.000000000 
> +0200
> @@ -8,7 +8,7 @@
> iso_basename = F ; The first part of the iso file name
> bugurl = http://bugzilla.redhat.com ; Used for betanag
> comps = /etc/pungi/comps-f7.xml ; Used to define package groupings and 
> default installs
> -manifest = /etc/pungi/minimal.manifest ; Used to determine what to 
> bring in.  Supports Kickstart syntax
> +manifest = /etc/pungi/minimal-manifest ; Used to determine what to 
> bring in.  Supports Kickstart syntax
> yumconf = /etc/pungi/yum.conf.f7.x86_64 ; Used to determine where to 
> gather packages from
> destdir = /srv/pungi/Fedora ; Top level compose directory, must be clean
> cachedir = /srv/pungi/cache ; Cache used for repeat runs
>
Sorry go the diff backwards :(  FYI, this is relevant only for people 
who use /etc/pungi/pungi.conf as their configuration file

--- pungi.conf.rpmnew   2007-05-23 17:17:49.000000000 +0200
+++ pungi.conf  2007-05-17 15:14:27.000000000 +0200
@@ -8,7 +8,7 @@
 iso_basename = F ; The first part of the iso file name
 bugurl = http://bugzilla.redhat.com ; Used for betanag
 comps = /etc/pungi/comps-f7.xml ; Used to define package groupings and 
default installs
-manifest = /etc/pungi/minimal-manifest ; Used to determine what to 
bring in.  Supports Kickstart syntax
+manifest = /etc/pungi/minimal.manifest ; Used to determine what to 
bring in.  Supports Kickstart syntax
 yumconf = /etc/pungi/yum.conf.f7.x86_64 ; Used to determine where to 
gather packages from
 destdir = /srv/pungi/Fedora ; Top level compose directory, must be clean
 cachedir = /srv/pungi/cache ; Cache used for repeat runs

regards

-- 
Joel Andres Granados




More information about the buildsys mailing list