[rtems-source-builder commit] bare/qemu: Use git if the RSB is not release or without a release URL.
Chris Johns
chrisj at rtems.org
Fri Mar 18 06:06:31 UTC 2016
Module: rtems-source-builder
Branch: master
Commit: 19a3cb98e29bd68860380b568e9f20471c7057cb
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=19a3cb98e29bd68860380b568e9f20471c7057cb
Author: Chris Johns <chrisj at rtems.org>
Date: Fri Mar 18 15:12:23 2016 +1100
bare/qemu: Use git if the RSB is not release or without a release URL.
Updates #2661.
---
bare/config/devel/qemu-git-1.cfg | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/bare/config/devel/qemu-git-1.cfg b/bare/config/devel/qemu-git-1.cfg
index 992d4a1..dc011de 100644
--- a/bare/config/devel/qemu-git-1.cfg
+++ b/bare/config/devel/qemu-git-1.cfg
@@ -16,9 +16,11 @@
%define qemu_version 42d58e7c6760cb9c55627c28ae538e27dcf2f144
#
-# Qemu is from GIT.
+# Qemu is from GIT unless the RSB has been released.
#
-%if %{rsb_released}
+# We need to handle the release process
+#
+%if %{rsb_released} && %{!defined without_release_url}
%source set qemu %{rtems_release_url}/%{rtems_version}/sources/qemu-git-42d58e7.tar.xz
%else
%source set qemu git://git.qemu-project.org/qemu.git?pull?checkout=%{qemu_version}?submodule=dtc
More information about the vc
mailing list