Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong Version Number 21.11.4 for armbian-config package? #130

Open
wodev opened this issue Dec 20, 2020 · 4 comments
Open

Wrong Version Number 21.11.4 for armbian-config package? #130

wodev opened this issue Dec 20, 2020 · 4 comments

Comments

@wodev
Copy link

wodev commented Dec 20, 2020

It looks like you published the latest armbian-config package with the wrong version number 21.11.4 instead of 20.11.4.

# apt-get upgrade -s
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  armbian-config
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Inst armbian-config [20.11.3] (21.11.4 Armbian:buster [all])
Conf armbian-config (21.11.4 Armbian:buster [all])
#
@igorpecovnik
Copy link
Member

Sh*, thanks.

@igorpecovnik
Copy link
Member

igorpecovnik commented Dec 20, 2020

Removed, correct version is being synched up but we might need to implement a fix for people that upgraded somewhere.

@wodev
Copy link
Author

wodev commented Dec 20, 2020

yes, if the package is already installed, they have to downgrade to the correct version otherwise new updates are blocked for the next year :-(

I think it can be solved with following steps:

  1. update the apt package index :
apt-get update
  1. Downgrade to correct version
apt-get install armbian-config=20.11.4
  1. Purge the 21.11.4 version from cache ( /var/cache/apt/archives )
apt-get -o APT::Clean-Installed=off autoclean

@igorpecovnik
Copy link
Member

new updates are blocked for the next year :-(

Yeah. We could deal with this via BSP package hack. But this is not a critical problem anymore. Just a problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants