Skip to content
Snippets Groups Projects
  1. Jun 08, 2022
  2. Sep 17, 2021
  3. Sep 13, 2021
  4. Aug 04, 2021
  5. Oct 07, 2020
    • Frederic Danis's avatar
      Fix concurrent access to repository · 7be5879a
      Frederic Danis authored
      
      Build fails when installing runtime while a runtime or an app is pushed
      to the repository. We can't use rsync to upload a runtime or an app.
      
      This download commits from the repository before build, it should be fully
      downloaded so we can't use `--commit-metadata-only` of `ostree pull`.
      Then build result is uploaded using `ostree-push` instead of `rsync`.
      The repository is then updated using `flatpak build-update-repo`.
      
      Signed-off-by: default avatarFrédéric Danis <frederic.danis@collabora.com>
      7be5879a
  6. Oct 01, 2020
  7. Sep 29, 2020
  8. Sep 21, 2020
  9. May 04, 2020
  10. 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
  11. Apr 22, 2020
  12. Apr 20, 2020
  13. Apr 08, 2020
  14. Apr 07, 2020
  15. Jan 16, 2020
Loading