How the pkglist of the repo associated with build tag is generated

Dennis Gilmore dennis at ausil.us
Fri Nov 20 14:31:05 UTC 2009


On Thursday 19 November 2009 07:28:52 pm peng chen wrote:
> for example,I have a target dist-test, it's detailed info as follow:
> 
> Name                     Buildroot                     Destination
> ----------------------------------------------------------------------
> dist-test                dist-test-build                dist-test
> 
> I use command "koji list-tagged dist-test",and found the package in the
> list of dist-test,but when generating the repo associated with the build
> tag 'dist-test-build',the package doesn't exist in the file
> 'pkglist'.This results in Missing Dependency Error or Init mock
> buildroot Error.
> 
> I reslove the problem this way that tag the missing
> package with command "koji call tagBuildBypass dist-test-build <the
> missing package n-v-r>" ,and then regen-repo,It's OK!
> So, I wonder why and how the content of file 'pkglist' is written?
> 
> Thanks, sincerely!
> 
does dist-test-build inherit from  dist-test ?  im guessing not 
koji list-tag-inheritance dist-f12-build
dist-f12-build (86)
  ├─dist-f12-override (113)
  │  └─dist-f12-updates (105)
  │     └─dist-f12 (85)
  │        └─dist-f11-updates (87)
  │           └─dist-f11 (62)
  │              └─dist-f10-updates (64)
  │                 └─dist-f10 (45)
  │                    └─f9-cutoff (110)
  └─dist-f11-build (63)
     ├─dist-f11-override (89)
     └─dist-f10-build (46)
        ├─dist-f10-override (68)
        └─f9-build-cutoff (111)

in fedoras koji

 koji add-tag-inheritance dist-test-build dist-test

should set you up  you may need to use --priority and specify one if you have 
other tags already inherited.

Dennis
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
Url : http://lists.fedoraproject.org/pipermail/buildsys/attachments/20091120/378e759f/attachment.bin 


More information about the buildsys mailing list