← Back to team overview

ubuntu-sdk-bugs team mailing list archive

[Bug 1455566] [NEW] ubuntu sdk references obsolete system-image channel names: 'devel', 'devel-proposed', 'rtm-14.09', [...]

 

Public bug reported:

After attempting to drop some channel redirects from system-
image.ubuntu.com that were put in place for upgrade compatibility over a
year ago, and which we believed were now obsolete, I received a report
that this was causing the SDK to fail at provisioning from channels.

Looking at the source, I can confirm that the ubuntu-sdk references the
deprecated channel names (deprecated because they are unqualified).

share/qtcreator/ubuntu/qml/DevicesPage/NewEmulatorDialog.qml, lines
41ff:

        model: ["devel",
                "devel-proposed",
                "stable",
                "rtm-14.09",
                "rtm-14.09-proposed",
                "custom channel"]
    }

I have temporarily restored the 'devel' and 'devel-proposed' redirects,
but these channels should be mapped as follows:

  devel -> ubuntu-touch/devel/ubuntu
  devel-proposed -> ubuntu-touch/devel-proposed/ubuntu
  stable -> ubuntu-touch/stable/bq-aquaris.en
  rtm-14.09 -> ubuntu-touch/rc/bq-aquaris.en
  rtm-14.09-proposed -> ubuntu-touch/rc-proposed/ubuntu

(Sorry for the inconsistency in where the channels are pointing - the
problem is, we haven't promoted any images on some of these channels
using the community custom tarball, only the BQ one!  We will eventually
correct this, but for the moment the above is the correct mapping based
on where those channels actually redirect.)

There are also examples given in
./share/qtcreator/ubuntu/scripts/device_flashdaily and
./share/qtcreator/ubuntu/scripts/device_flashdaily_bootstrap that need
to be corrected.

** Affects: qtcreator-plugin-ubuntu (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtcreator-plugin-ubuntu in
Ubuntu.
https://bugs.launchpad.net/bugs/1455566

Title:
  ubuntu sdk references obsolete system-image channel names: 'devel',
  'devel-proposed', 'rtm-14.09', [...]

Status in qtcreator-plugin-ubuntu package in Ubuntu:
  New

Bug description:
  After attempting to drop some channel redirects from system-
  image.ubuntu.com that were put in place for upgrade compatibility over
  a year ago, and which we believed were now obsolete, I received a
  report that this was causing the SDK to fail at provisioning from
  channels.

  Looking at the source, I can confirm that the ubuntu-sdk references
  the deprecated channel names (deprecated because they are
  unqualified).

  share/qtcreator/ubuntu/qml/DevicesPage/NewEmulatorDialog.qml, lines
  41ff:

          model: ["devel",
                  "devel-proposed",
                  "stable",
                  "rtm-14.09",
                  "rtm-14.09-proposed",
                  "custom channel"]
      }

  I have temporarily restored the 'devel' and 'devel-proposed'
  redirects, but these channels should be mapped as follows:

    devel -> ubuntu-touch/devel/ubuntu
    devel-proposed -> ubuntu-touch/devel-proposed/ubuntu
    stable -> ubuntu-touch/stable/bq-aquaris.en
    rtm-14.09 -> ubuntu-touch/rc/bq-aquaris.en
    rtm-14.09-proposed -> ubuntu-touch/rc-proposed/ubuntu

  (Sorry for the inconsistency in where the channels are pointing - the
  problem is, we haven't promoted any images on some of these channels
  using the community custom tarball, only the BQ one!  We will
  eventually correct this, but for the moment the above is the correct
  mapping based on where those channels actually redirect.)

  There are also examples given in
  ./share/qtcreator/ubuntu/scripts/device_flashdaily and
  ./share/qtcreator/ubuntu/scripts/device_flashdaily_bootstrap that need
  to be corrected.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin-ubuntu/+bug/1455566/+subscriptions


Follow ups

References