You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I only want to use the latest repo for upgrading things to the latest. Otherwise I want things to use the "frozen repo" that doesn't change.
man pkg-update shows this:
-r reponame, --repository reponame
Download the catalogue for the named repository only. This will
update only the named repository, irrespective of the configured
“active” status from repo.conf.
Man pkg-upgrade shows this:
-r reponame, --repository reponame
Install packages from only the named repository, irrespective
of the configured “active” status from repo.conf.
This is not true. The repos have to be enabled in order for it to work.
The only way around this is to enable the repo, do the update/upgrade, then disable the repo.
I've tested this on 13.2, and on 14-STABLE. Both exhibit the same behavior.
The text was updated successfully, but these errors were encountered:
Using pkg version: 1.20.8
I have two repo config files in /usr/local/etc/pkg/repos:
I only want to use the latest repo for upgrading things to the latest. Otherwise I want things to use the "frozen repo" that doesn't change.
man pkg-update shows this:
Man pkg-upgrade shows this:
This is not true. The repos have to be enabled in order for it to work.
The only way around this is to enable the repo, do the update/upgrade, then disable the repo.
I've tested this on 13.2, and on 14-STABLE. Both exhibit the same behavior.
The text was updated successfully, but these errors were encountered: