Skip to content
Snippets Groups Projects
  1. May 04, 2020
  2. Apr 23, 2020
    • Frederic Danis's avatar
      Fix upload · 8ed63037
      Frederic Danis authored
      
      Current app build failed with following error:
      ```
      $ rsync -e "ssh -oStrictHostKeyChecking=no -i $ARCHIVE_SECRET_FILE" -aP ~/.cache/flatdeb/ostree-repo/. "$upload_host:$UPLOAD_ROOT"
      sending incremental file list
      rsync: change_dir "/root/.cache/flatdeb/ostree-repo" failed: No such file or directory (2)
      ```
      This commit create a temporary repo directory used by `flatpak-builder`.
      Set correct rights so the repository is accessible after upload.
      
      Signed-off-by: default avatarFrédéric Danis <frederic.danis@collabora.com>
      8ed63037
  3. Apr 22, 2020
  4. Apr 20, 2020
  5. Apr 08, 2020
  6. Apr 07, 2020
  7. Jan 16, 2020
Loading