Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix install from remote ostree repo failed #9

Merged
merged 2 commits into from
Apr 1, 2024
Merged

fix install from remote ostree repo failed #9

merged 2 commits into from
Apr 1, 2024

Commits on Apr 1, 2024

  1. fix install from remote ostree repo failed

    root@198cca63f741:/usr/src# tiler --debug install --config config/disk/ostree-remote.yaml
    2024-04-01 07:22:02,761 Running ['ostree', 'remote', '--repo=/var/tmp/tiler/debian-ostree-local-amd64/rootfs/ostree/repo', 'add', '--no-gpg-verify', 'pablo-edge', 'http://127.0.0.1/repo']
    2024-04-01 07:22:02,792 Running ['ostree', 'pull', '--repo=/var/tmp/tiler/debian-ostree-local-amd64/rootfs/ostree/repo', 'pablo-edge', 'http://127.0.0.1/repo', 'exampleos/testing']
    error: Invalid ref name http://127.0.0.1/repo
    
    Signed-off-by: Hongxu Jia <[email protected]>
    hongxu-jia committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    f91089f View commit details
    Browse the repository at this point in the history
  2. config: unify ostree branch naming

    Name ostree branch to `pablo/${architecture}'.
    
    Boot from installed disk, and check ostree status:
    
    root@localhost:~# ostree admin status
    * debian 50e7ffebeb1e79fbe46c39332756bb80293eca34a3d9b49c967248e2c9ec6155.0
        origin refspec: pablo/amd64
    
    Signed-off-by: Hongxu Jia <[email protected]>
    hongxu-jia committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    ca93aaa View commit details
    Browse the repository at this point in the history