Skip to content

Commit

Permalink
build: Print versions of ostree/rpm-ostree
Browse files Browse the repository at this point in the history
While we know the assembler is tracking FAHC, it's still
useful information in general since the feature set of these
is changing pretty quickly.

Ref: coreos/rpm-ostree#1556
  • Loading branch information
cgwalters committed Sep 13, 2018
1 parent be2bc7a commit e4e96c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cmd-build
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ export LIBGUESTFS_BACKEND=direct

prepare_build

ostree --version
rpm-ostree --version

previous_commit=$(ostree --repo=${workdir}/repo rev-parse ${ref} || true)
# Generate metadata that's *input* to the ostree commit
config_gitrev=$(cd ${configdir} && git describe --tags --always --abbrev=42)
Expand Down

0 comments on commit e4e96c0

Please sign in to comment.