scripts/make-release: Only clone single branches to speed up the script
authorThomas Huth <thuth@redhat.com>
Mon, 28 Nov 2022 09:25:52 +0000 (10:25 +0100)
committerThomas Huth <thuth@redhat.com>
Thu, 15 Dec 2022 14:02:35 +0000 (15:02 +0100)
commitaa4609dcb8788da7958fe8f6bf29ca0ad61ddb8c
tree83ca4b828b1c7e120114616c70184fa752a295ab
parent9bd0bcc38579556bf416139f94fae36467d6b77a
scripts/make-release: Only clone single branches to speed up the script

Using --single-branch and --depth 1 here helps to speed up the process
a little bit and helps to save some networking bandwidth.

Message-Id: <20221128092555.37102-3-thuth@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
scripts/make-release