Bug 244069 - ports-mgmt/pkg: ssh repo scheme is broken in 1.13.0
Summary: ports-mgmt/pkg: ssh repo scheme is broken in 1.13.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-pkg (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-12 07:53 UTC by Sergey Akhmatov
Modified: 2020-03-04 22:42 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (pkg)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Akhmatov 2020-02-12 07:53:37 UTC
repo.conf:

myrepo: {
  url: "pkg+ssh://pkg.<hostname>:/usr/local/poudriere/data/packages/12_1-default",
  mirror_type: "SRV",
}

% sudo pkg update
Updating myrepo repository catalogue...
pkg: ssh://pkg.<hostname>:/usr/local/poudriere/data/packages/12_1-default/meta.conf: parse error
pkg: ssh://pkg.<hostname>:/usr/local/poudriere/data/packages/12_1-default/meta.txz: parse error
repository myrepo has no meta file, using default settings
pkg: ssh://pkg.<hostname>:/usr/local/poudriere/data/packages/12_1-default/packagesite.txz: parse error
Unable to update repository myrepo
Error updating repositories!


The setup worked before update from 1.12.0 to 1.13.0
Comment 1 Sergey Akhmatov 2020-03-04 22:42:02 UTC
Fixed for me in 1.13.2 (r526628). Closing it.