View Issue Details

IDProjectCategoryView StatusLast Update
0000158My infrastructureGeneralpublic2023-05-24 00:03
Reporterdvl Assigned Todvl  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Summary0000158: stop using /usr/local/etc/pkg.conf
DescriptionThis one:

REPOS_DIR : [
  /usr/local/etc/pkg/repos/,
]


Instead create:

[root@pkg01 /usr/local/etc/pkg/repos]# cat FreeBSD.conf
FreeBSD: { enabled: no }


And use a standard /usr/local/etc/pkg.conf - pkg01 has one of those
TagsNo tags attached.

Activities

dvl

2021-08-29 18:57

manager   ~0000161

The steps:

sudo rm /usr/local/etc/pkg.conf
mkdir -p /usr/local/etc/pkg/repos
echo "FreeBSD: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf

dvl

2023-05-24 00:03

manager   ~0000202

Seems done.

Issue History

Date Modified Username Field Change
2021-05-23 01:06 dvl New Issue
2021-08-29 18:57 dvl Note Added: 0000161
2023-05-24 00:03 dvl Assigned To => dvl
2023-05-24 00:03 dvl Status new => closed
2023-05-24 00:03 dvl Resolution open => fixed
2023-05-24 00:03 dvl Note Added: 0000202