iocage fetch broken on 11.2-U1?

PetrZ

Dabbler
Joined
Feb 23, 2018
Messages
20
FreeNAS-11.1-U6
Code:
# iocage fetch
[0] 9.3-RELEASE (EOL)
[1] 10.1-RELEASE (EOL)
[2] 10.2-RELEASE (EOL)
[3] 10.3-RELEASE (EOL)
[4] 10.4-RELEASE (EOL)
[5] 11.0-RELEASE (EOL)
[6] 11.1-RELEASE (EOL)
[7] 11.2-RELEASE
[8] 12.0-RELEASE

Type the number of the desired RELEASE
Press [Enter] to fetch the default selection: (11.1-RELEASE)

FreeNAS-11.2-RELEASE-U1
Code:
# iocage fetch
[0] 11.1
[1] 0
[2] RELEASE
[3] 10.2-RELEASE (EOL)
[1] 0

Type the number of the desired RELEASE
Press [Enter] to fetch the default selection: (11.2-RELEASE)

Is that bug or some configuration / installation issue? It's not fresh installation, system was updated from 11.1 recently.
 

Ixian

Patron
Joined
May 11, 2015
Messages
218

PetrZ

Dabbler
Joined
Feb 23, 2018
Messages
20
At least specifying exact version as parameter works, if somebody will need it.
Code:
iocage fetch -r 11.2-RELEASE
 
Top