Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 499196 - sys-apps/portage-2.2.7: different commands and different behaviour for Packages files and .tbz2 files
Summary: sys-apps/portage-2.2.7: different commands and different behaviour for Packag...
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Binary packages support (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-25 07:23 UTC by Nikoli
Modified: 2014-01-25 07:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikoli 2014-01-25 07:23:21 UTC
emerge is not using FETCHCOMMAND_SSH for downloading Packages file: if port is not set in PORTAGE_BINHOST, it will respect /etc/ssh/ssh_config.

But when downloading .tbz2 files emerge uses FETCHCOMMAND_SSH and if port is not set in PORTAGE_BINHOST, it will force port 22 instead of respecting /etc/ssh/ssh_config.

I think FETCHCOMMAND_SSH should use ssh_config ports by default instead of forcing port 22.