Skip to content
Snippets Groups Projects
  1. Dec 03, 2020
  2. Dec 02, 2020
  3. Nov 27, 2020
  4. Nov 26, 2020
  5. Nov 20, 2020
  6. Nov 19, 2020
  7. Nov 18, 2020
    • Martyn Welch's avatar
      Tie in download page · 3d7dcbe3
      Martyn Welch authored and Peter Senna Tschudin's avatar Peter Senna Tschudin committed
      
      Now we have a download page, point to that rather than the image site in
      key places. Update the image page to de-emphasise the Apertis images site
      a bit (and prioritise the OSTree images) a bit more.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      3d7dcbe3
    • Martyn Welch's avatar
      Add download page for stable releases · f96bc089
      Martyn Welch authored and Peter Senna Tschudin's avatar Peter Senna Tschudin committed
      
      The Apertis website currently points users to the images site for
      downloading images. This site contains a lot of different images and
      presents a daunting number of options for those not versed in Apertis
      images (like new users).
      
      Create a page on the Apertis website that provides a much easier way to get
      the currently recommended (stable, ostree) images. Add links to images
      using a shortcode to make the download page easier to update.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      f96bc089
  8. Nov 17, 2020
  9. Nov 16, 2020
  10. Nov 11, 2020
    • Martyn Welch's avatar
      Update the Apertis platform document · 6ac2d1f9
      Martyn Welch authored
      
      The Apertis platform document is out of date. Update it to reflect some
      changes to the Apertis project that have been true for a while:
      
      - We use GitLab rather than straight git repositories
      - All code is stored in GitLab (rather than as packages in OBS)
      - We use GitLab for code review rather than Phabricator
      - Automation has been moved from Jenkins to GitLab CI/CD
      - We don't interact directly with OBS much any more
      - We use OSTree for OTA updates
      
      Also, remove the comparison with Yocto as this is neither overly balanced,
      accurate nor useful.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      6ac2d1f9
  11. Nov 10, 2020
  12. Nov 09, 2020
  13. Nov 05, 2020
  14. Nov 02, 2020
  15. Oct 30, 2020
  16. Oct 23, 2020
  17. Oct 22, 2020
    • Emanuele Aina's avatar
      releases: Revise 2020Q4 schedules · 96053f59
      Emanuele Aina authored
      
      Completing our release cycles on 22/Dec was deemed too risky, so here's
      a revised schedule.
      
      Putting it in another format:
      
      2020-11-12 v2019.5   feature freeze
      2020-11-13 v2020.3   feature freeze
      2020-11-16 v2019.5   code freeze
      2020-11-17 v2021pre  feature freeze
      2020-11-19 v2019.5   RC1
      2020-11-20 v2020.3   code freeze
      2020-11-20 v2019.5   RC testing start
      2020-11-23 v2021pre  code freeze
      2020-11-25 v2022dev0 feature freeze
      2020-11-26 v2019.5   RC testing end
      2020-11-26 v2020.3   RC1
      2020-11-27 v2019.5   release
      2020-11-27 v2020.3   RC testing start
      2020-12-02 v2020.3   RC testing end
      2020-12-02 v2021pre  RC1
      2020-12-02 v2022dev0 code freeze
      2020-12-03 v2020.3   release
      2020-12-03 v2021pre  RC testing start
      2020-12-09 v2021pre  RC testing end
      2020-12-09 v2022dev0 RC1
      2020-12-10 v2021pre  release
      2020-12-10 v2022dev0 RC testing start
      2020-12-16 v2022dev0 RC testing end
      2020-12-17 v2022dev0 release
      
      The RC testing periods would then be:
      
      2020-11-20..26    v2019.5
      2020-11-27..12-02 v2020.3
      2020-12-03..09    v2021pre
      2020-12-10..16    v2022dev0
      
      The releases:
      
      2020-11-27 v2019.5
      2020-12-03 v2020.3
      2020-12-10 v2021pre
      2020-12-17 v2022dev0
      
      Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
      96053f59
    • Martyn Welch's avatar
      Remove debugging document which uses nonexistant simulator · b79fdefc
      Martyn Welch authored and Emanuele Aina's avatar Emanuele Aina committed
      
      The "Debugging app in eclipse" document describes how to launch an
      application in a simulator in debugging mode. The simulator is no longer
      available in any supported version of Apertis, so remove this document.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      b79fdefc
    • Martyn Welch's avatar
      Split out persistent workspace into separate guide, remove design · bdeb597b
      Martyn Welch authored and Emanuele Aina's avatar Emanuele Aina committed
      
      The persistent workspace documentation is currently in the SDK usage document.
      The usage document covers some very basic usage, whilst the persistent
      workspace is a little bit more of an advanced topic. Split it out into its own
      document and move both to guides.
      
      Additionally the design document is still present for the persistent workspace
      feature. This is now redundant since the design has been implemented. Move the
      limited amount of pertanent information from the design document to the guide
      and remove the design document to avoid confusion.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      bdeb597b
    • Martyn Welch's avatar
      Replace about page with platform guide · 2985fe40
      Martyn Welch authored and Emanuele Aina's avatar Emanuele Aina committed
      
      The developer site has a fairly good platform guide that is much more
      comprehensive than the "about" page on the main website. Remove the about
      page in favour of the platform guide.
      
      This page needs more updating. That will be done in a future commit.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      2985fe40
    • Martyn Welch's avatar
      Simplify licensing documentation · af2a0ef0
      Martyn Welch authored and Emanuele Aina's avatar Emanuele Aina committed
      
      We have multiple locations where the licensing of Apertis is explained.
      Simplfy/merge these explanations.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      af2a0ef0
    • Martyn Welch's avatar
      Move bundle spec to architecture, add more links · d4be0e4d
      Martyn Welch authored and Emanuele Aina's avatar Emanuele Aina committed
      
      Move the bundle spec to the architecture section, add more links from the
      documentation to the spec.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      d4be0e4d
Loading