|
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>
|
|
view refs
|
ostree refs --repo ~/Code/src/osbuild-iot/build/repo/ --list
|
|
리포지토리에서 커밋 보기
|
ostree log --repo=/home/gicmo/src/osbuild-iot/build/repo/ <REV>
|
|
커밋 검사
|
ostree show --repo build/repo <REV>
|
|
리포지토리의 원격 나열
|
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…
|