#5164: script to generate .composeinfo files for Fedora

Fedora Release Engineering rel-eng at fedoraproject.org
Tue Apr 24 20:31:36 UTC 2012


#5164: script to generate .composeinfo files for Fedora
-----------------------------+------------------------
 Reporter:  bpeck            |       Owner:  rel-eng@…
     Type:  enhancement      |      Status:  new
Milestone:  Fedora 17 Final  |   Component:  koji
 Keywords:                   |  Blocked By:
 Blocking:                   |
-----------------------------+------------------------
 build_composeinfo -h
 Usage: build_composeinfo [options] Directory

 Options:
   -h, --help            show this help message and exit
   -n NAME, --name=NAME  Alternate name to use, otherwise we use
 family+version
   -v, --debug           show debug messages
   -q, --quiet           less messages

 Directory is the top level directory to hold the .composeinfo file.

 Example:
 [root at amd-dinar-07 16]# ls
 Everything  Fedora  Live
 [root at amd-dinar-07 16]# build_composeinfo Fedora

 [root at amd-dinar-07 16]# cat Fedora/.composeinfo
 [variant-Fedora.x86_64]
 debuginfo = x86_64/debug
 os_dir = x86_64/os
 arch = x86_64
 sources = source/SRPMS

 [product]
 variants = Fedora
 version = 16
 name = Fedora-16
 family = Fedora

 [variant-Fedora.i386]
 debuginfo = i386/debug
 os_dir = i386/os
 arch = i386
 sources = source/SRPMS

 [variant-Fedora]
 variants =
 arches = x86_64,i386
 type = variant
 id = Fedora
 name = Fedora

-- 
Ticket URL: <https://fedorahosted.org/rel-eng/ticket/5164>
Fedora Release Engineering <http://fedorahosted.org/rel-eng>
Release Engineering for the Fedora Project


More information about the rel-eng mailing list