ostree pull
|
ostree pull-local --repo [path] src
ostree pull-local <path> <rev> --repo=<repo-path>
ostree pull <URL> <rev> --repo=<repo-path>
|
ostree 概况
|
ostree summary -u --repo=<repo-path>
|
查看 refs
|
ostree refs --repo ~/Code/src/osbuild-iot/build/repo/ --list
|
查看 repo 中的提交
|
ostree log --repo=/home/gicmo/Code/src/osbuild-iot/build/repo/ <REV>
|
检查一个提交
|
ostree show --repo build/repo <REV>
|
列出 repo 的远程
|
ostree remote list --repo <repo-path>
|
解析一个 REV
|
ostree rev-parse --repo ~/Code/src/osbuild-iot/build/repo fedora/x86_64/osbuild-demo
ostree rev-parse --repo ~/Code/src/osbuild-iot/build/repo b3a008eceeddd0cfd
|
创建 static-delta
|
ostree static-delta generate --repo=[path] --from=REV --to=REV
|
使用 GPG 密钥签署一个现有的 ostree 提交
|
ostree gpg-sign --repo=<repo-path> --gpg-homedir <gpg_home> COMMIT KEY-ID…
|