OBS, getting specific repos for :home

For some reason I only have to 4.3.0.15 . I can target ‘latest’ but not 4.4.0.72 or 4.5.0.19. Anyone have an idea? @piggz? @lbt?

  <repository name="sailfish_latest_i486">
    <path project="sailfishos:latest" repository="latest_i486"/>
    <path project="sailfishos:chum:testing" repository="4.5.0.19_i486"/>
    <arch>i586</arch>
  </repository>

Here, I’d like to specify, although at the moment latest works ‘today’.

I found it.

    <repository name="4.5.0.18_aarch64">
    <path project="sailfishos:4.5.0.18" repository="latest_aarch64"/>
    <arch>aarch64</arch>
  </repository>

.19 doesn’t work but .18 does. In the top most ‘meta’ tab of the home project.

Is this a bug or a feature?

yeah, we fake .19 in chum :slight_smile:

2 Likes