Skip to content

Commit

Permalink
obs: get_versions: fix qemu-vanilla sha.
Browse files Browse the repository at this point in the history
The qemu vanilla sha was incorrect.

Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
  • Loading branch information
jcvenegas committed Aug 29, 2018
1 parent 65e57d4 commit 6d6d669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obs-packaging/gen_versions_txt.sh
Expand Up @@ -73,7 +73,7 @@ qemu_lite_version=${qemu_lite_version}
qemu_lite_hash=${qemu_lite_hash}
qemu_vanilla_version=${qemu_vanilla_version}
qemu_vanilla_hash=${qemu_lite_hash}
qemu_vanilla_hash=${qemu_vanilla_hash}
kernel_version=${kernel_version}
Expand Down

0 comments on commit 6d6d669

Please sign in to comment.