]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
install-deps.sh: copy ubuntu/apt retry logic from run-make.sh
authorJohn Mulligan <jmulligan@redhat.com>
Mon, 3 Oct 2022 19:08:30 +0000 (15:08 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Tue, 18 Feb 2025 22:58:08 +0000 (17:58 -0500)
commit192d26bd7af7f7f87f55a91c07087e07833bd944
treef66fd18716ca03d20d22b13a2c34b80bd9ecab15
parent63530dfbe1f11332196e506e9f98731a4add56b4
install-deps.sh: copy ubuntu/apt retry logic from run-make.sh

Copy the logic from run-make.sh into install-deps.sh so that we can later
remove it from run-make.sh. It helps prevent breakage when apt-get is
interrupted.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit e8b370a9c7dd465345d5dc62513d635339a150b3)
install-deps.sh