-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: NXP-9.x
-
Component/s: Debian Packages
-
Sprint:DevOps-17
I tried to install FT of Nuxeo via apt-get, but got 9.1 installed, not 9.2.
This is using “our” (presales) script (https://github.com/nuxeo/presales-vmdemo/blob/master/AWS-templates/Nuxeo_FT_presales)
I can see it correctly gets the key...
wget -q -O- http://apt.nuxeo.org/nuxeo.key | apt-key add -
... and it sets the apt-get list to releases and fasttracks, the /etc/apt/sources.list.d/nuxeo.list is
deb http://apt.nuxeo.org/ trusty releases deb http://apt.nuxeo.org/ trusty fasttracks
So, everything looks good to me, but after installaiton, I have 9.1 instead of 9.2, which was publicly released last Friday, Augist 21st
We do need it in order to set up our AWS demo instances easily.
Anything is missing somewhere to install 9.2 from the apt-get repository?