On 10/07/2024 01:46, Stefano Stabellini wrote:
>
>
> On Tue, 9 Jul 2024, Alejandro Vallejo wrote:
>> On Tue Jul 9, 2024 at 1:21 PM BST, Michal Orzel wrote:
>>> Switch to using https://gitlab.com/xen-project/imagebuilder.git which
>>> should be considered official ImageBuilder repo.
>>>
>>> Signed-off-by: Michal Orzel <michal.or...@amd.com>
>>> ---
>>> automation/scripts/qemu-smoke-dom0-arm32.sh | 2 +-
>>> automation/scripts/qemu-smoke-dom0-arm64.sh | 2 +-
>>> automation/scripts/qemu-smoke-dom0less-arm32.sh | 2 +-
>>> automation/scripts/qemu-smoke-dom0less-arm64.sh | 2 +-
>>> automation/scripts/qemu-xtf-dom0less-arm64.sh | 2 +-
>>> automation/scripts/xilinx-smoke-dom0less-arm64.sh | 2 +-
>>> 6 files changed, 6 insertions(+), 6 deletions(-)
>>>
>>> diff --git a/automation/scripts/qemu-smoke-dom0-arm32.sh
>>> b/automation/scripts/qemu-smoke-dom0-arm32.sh
>>> index d91648905669..5b62e3f691f1 100755
>>> --- a/automation/scripts/qemu-smoke-dom0-arm32.sh
>>> +++ b/automation/scripts/qemu-smoke-dom0-arm32.sh
>>> @@ -73,7 +73,7 @@ UBOOT_SOURCE="boot.source"
>>> UBOOT_SCRIPT="boot.scr"' > config
>>>
>>> rm -rf imagebuilder
>>> -git clone https://gitlab.com/ViryaOS/imagebuilder
>>> +git clone https://gitlab.com/xen-project/imagebuilder.git
>>
>> For this clone and all others:
>>
>> You probably want "git clone --depth 1 <url>" to pull the tip of the repo and
>> not its history.
>
> That's a good idea. You can add my
>
> Reviewed-by: Stefano Stabellini <sstabell...@kernel.org>
Ok, I'll send a v2.
~Michal