Skip to content
Snippets Groups Projects
  1. Jul 25, 2018
  2. Jul 24, 2018
  3. Jul 23, 2018
  4. Jul 20, 2018
  5. Jul 19, 2018
  6. Jul 18, 2018
  7. Jul 16, 2018
    • Niko Ehrenfeuchter's avatar
      Add more information to update marker file · e6d8fabb
      Niko Ehrenfeuchter authored
      In addition to the previously added package name / path, the marker file
      now gets populated with the following:
      
      - host name (redundant, but easy to parse from here)
      - the time stamp when the update happened
      - build commit
      - build configuration
      
      The encoding of the file is changed to be ASCII, otherwise PowerShell always
      places the ugly BOM (byte-order-mark) at the beginning, confusing a lot of
      editors.
      
      Fixes #46
      e6d8fabb
    • Niko Ehrenfeuchter's avatar
      Revert "Remove existence check for TmpTransferDir" · 5f138e6a
      Niko Ehrenfeuchter authored
      Since we're now back on using a central location for storing temporary
      transfer files, it does make sense again to check for that location to
      exist on service startup (refers to #16).
      
      This reverts commit 10640754.
      5f138e6a
Loading