Add a conf for source
This commit is contained in:
parent
cdc176ddc1
commit
f3f8e80cc2
@ -1,5 +1,6 @@
|
|||||||
* Mon Dec 11 2006 Jesse Keating <jkeating@redhat.com>
|
* Mon Dec 11 2006 Jesse Keating <jkeating@redhat.com>
|
||||||
- Now able to get release note files from release note packages.
|
- 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 <jkeating@redhat.com>
|
* Sat Dec 9 2006 Jesse Keating <jkeating@redhat.com>
|
||||||
- Now able to do srpms, lots of changes
|
- Now able to do srpms, lots of changes
|
||||||
|
15
config/pungi-fc6.source
Normal file
15
config/pungi-fc6.source
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user