Duet3 + SBC apt-get update to 3.2 RC2 but not release?
-
Probably just a small thing but when running the command in SSH it updated me to the latest release candidate but not the release?
Here's the console after running both update and upgrade then checking versions:
pi@duet3:~ $ sudo apt-get update Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease Hit:2 http://archive.raspberrypi.org/debian buster InRelease Hit:3 https://pkg.duet3d.com unstable InRelease Hit:4 https://pkg.duet3d.com stable InRelease Reading package lists... Done pi@duet3:~ $ sudo apt-get upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following package was automatically installed and is no longer required: rpi-eeprom-images Use 'sudo apt autoremove' to remove it. The following packages have been kept back: duetsoftwareframework libpulse-mainloop-glib0 libpulse0 libpulsedsp pulseaudio pulseaudio-module-bluetooth pulseaudio-utils 0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded. pi@duet3:~ $ apt list 2>/dev/null | grep duet duetcontrolserver/unstable,now 3.2.0-rc2 armhf [installed,automatic] duetruntime/unstable,now 3.2.0-rc2 armhf [installed,automatic] duetsd/unstable,now 1.1.0 all [installed,automatic] duetsoftwareframework/unstable 3.2.0+dfsg armhf [upgradable from: 3.2.0-rc2] duettools/unstable,now 3.2.0-rc2 armhf [installed,automatic] duetwebcontrol/unstable,now 3.2.0-rc2 all [installed,automatic] duetwebserver/unstable 3.1.0 arm64 duetwebserver/unstable,now 3.2.0-rc2 armhf [installed,automatic]
What am I doing wrong? Thanks!
-
From DC42's post in the 3.2 announcement. If you using the unstable feed (which it looks like you are) you need to use...
sudo apt-get upgrade duetsoftwareframework=3.2.0 duetcontrolserver=3.2.0 duetwebserver=3.2.0 duettools=3.2.0 duetruntime=3.2.0 duetsd=1.1.0 duetwebcontrol=3.2.0 reprapfirmware=3.2.0-1
-
@gloomyandy Aw man I looked everywhere on the github release notes but missed the post here, thanks.
Still weird as I came from 3.1 release; no unstable since then.
Anyways it's up now; cheers!
-
@fractalengineer said in Duet3 + SBC apt-get update to 3.2 RC2 but not release?:
Aw man I looked everywhere on the github release notes but missed the post here, thanks.
I've updated the github notes to include that detail for users updating from a test version.