-
Notifications
You must be signed in to change notification settings - Fork 60
Labels
bugSomething isn't workingSomething isn't workingrelease-blockerPR addresses a release-critical bug or issue.PR addresses a release-critical bug or issue.
Milestone
Description
The git revision reported by SVSM can be incorrect, if SVSM was not built from a clean checkout.
for example
$ make
$ git checkout $OLD_REV
$ make
will report a wrong git revision in SVSM's output.
To get the correct revision reported, one needs to remove the build files,
for example by git clean -xdf
or alike.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingrelease-blockerPR addresses a release-critical bug or issue.PR addresses a release-critical bug or issue.