Custom Query (894 matches)
Results (49 - 51 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#134 | desai | lueningh | fixed | rpm-related traceback |
Description |
When rpm is already running: tg-v001:~ # bcfg2 -q -v -n Failed to instantiate toolset: rh Traceback (most recent call last):
ValueError?: unpack list of wrong size |
|||
#691 | desai | [email protected]… | fixed | reverse Source priority in Packages plugin |
Description |
The current implementation seems to prioritize Sources in the order they appear in config.xml: the first matching package is used. However, APT seems to prioritize the other way round: the last matching package is used. This is relevant when adding the security repositories as a second APTSource (just as one does in sources.list). The security repo contains packages with the same names as the main repo, but with later revisions etc. To reproduce the same behaviour, one has to specify their repositories in config.xml in the reverse order they appear in sources.list, which is kind of counter-intuitive. Probably just a matter of reversing a loop somewhere. |
|||
#922 | desai | https://www.google.com/accounts/o8/id?id=AItOawkd8FLF_7XFTSGwn0xWG4giAVE6U1QOaPU | fixed | repository/Bundler/ssh.xml refers to old ssh package for debian |
Description |
hi, [1] has the following entry: 22 <Package name='ssh'/> 23 <Service name='ssh'/> Debian has the package 'openssh-server' for its server, and openssh-client for the client. 'ssh' pulls in both. Perhaps this should be updated, ala fedora just above it. [1] http://trac.mcs.anl.gov/projects/bcfg2/browser/trunk/repository/Bundler/ssh.xml |