Skip to content
Snippets Groups Projects
  1. Mar 23, 2020
  2. Mar 05, 2020
  3. Mar 02, 2020
  4. Feb 28, 2020
  5. Feb 26, 2020
  6. Feb 25, 2020
  7. Feb 17, 2020
  8. Feb 11, 2020
  9. Feb 10, 2020
  10. Jan 28, 2020
    • Frédéric Danis's avatar
      Fix systemd-nspawn error when running in gitlab CI · ca23a6af
      Frédéric Danis authored
      
      When running in gitlab CI with docker the following error may occur:
       Failed to register machine: Unit machine-root.scope already exists.
      
      We only use systemd-nspawn for temporary containers which are not intended
      to be used interactively, so it is not useful for them to be listed by
      machined.
      
      Registering with machined can also be harmful: because our root directory
      is named `root`, if two concurrent flatdeb instances communicate with the
      same machined instance, the second one will try to use the same name as
      the first and so will fail to register, causing flatdeb to fail.
      
      This can be avoided by preventing the systemd-nspawn container from
      registering with machined (which is supported since systemd v209).
      
      Signed-off-by: default avatarFrédéric Danis <frederic.danis@collabora.com>
      ca23a6af
  11. Jan 27, 2020
  12. Jan 24, 2020
  13. Jan 21, 2020
  14. Jan 15, 2020
    • Simon McVittie's avatar
      runtime: Remove spy · 1c5df3ee
      Simon McVittie authored
      
      This was a prototype runtime based on Ubuntu 18.04 'bionic'. It was
      replaced with 'soldier', based on Debian 10 'buster', because Debian
      allows redistribution of unmodified binary packages. (A side benefit
      is that Debian 10 is about a year newer than Ubuntu 18.04.)
      
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      1c5df3ee
  15. Jan 09, 2020
  16. Jan 02, 2020
  17. Nov 28, 2019
  18. Nov 27, 2019
  19. Nov 25, 2019
  20. Oct 08, 2019
Loading