lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 5a42ec0 06/10: Fix defect introduced 20200528


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 5a42ec0 06/10: Fix defect introduced 20200528T1107Z: wrong dependency order
Date: Fri, 26 Jun 2020 08:05:20 -0400 (EDT)

branch: master
commit 5a42ec0f01816ccb77617d8c2c9493a80987e458
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Fix defect introduced 20200528T1107Z: wrong dependency order
    
    Script 'lmi_setup_10c.sh' installs 'schroot', so it should be invoked
    before the step captioned thus:
     # Installing 'schroot' creates this 'chroot.d' directory.
    rather than after that step, as in commit a13e9f65ed8 of 20200528T1107Z.
    Fixed.
---
 lmi_setup_00c.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lmi_setup_00c.sh b/lmi_setup_00c.sh
index db55879..e75d362 100755
--- a/lmi_setup_00c.sh
+++ b/lmi_setup_00c.sh
@@ -30,6 +30,7 @@ assert_su
 assert_not_chrooted
 
 ./lmi_setup_02c.sh
+./lmi_setup_10c.sh
 
 # Installing 'schroot' creates this 'chroot.d' directory.
 cat >/etc/schroot/chroot.d/centos7lmi.conf <<EOF
@@ -43,8 +44,6 @@ shell=/bin/zsh
 type=plain
 EOF
 
-./lmi_setup_10c.sh
-
 # Use the same cache directory for all chroot package downloads.
 #
 # Packages ('.deb' as well as '.rpm') are uniquely named, so no



reply via email to

[Prev in Thread] Current Thread [Next in Thread]