lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master a7ea20a 2/3: Avoid duplicative use of an 'sch


From: Greg Chicares
Subject: [lmi-commits] [lmi] master a7ea20a 2/3: Avoid duplicative use of an 'schroot' alias
Date: Mon, 1 Nov 2021 16:32:57 -0400 (EDT)

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

    Avoid duplicative use of an 'schroot' alias
    
    It seems sensible to reserve an alias of "lmi" for a current production
    chroot, and to assign no alias to new chroots that have not yet passed
    acceptance testing.
---
 lmi_setup_11.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lmi_setup_11.sh b/lmi_setup_11.sh
index 28252e8..58e26b6 100755
--- a/lmi_setup_11.sh
+++ b/lmi_setup_11.sh
@@ -73,7 +73,7 @@ grep --invert-match '^I:' "${CHRTNAME}"-debootstrap-log || 
true
 # Installing 'schroot' creates this 'chroot.d' directory.
 cat >/etc/schroot/chroot.d/"${CHRTNAME}".conf <<EOF
 [${CHRTNAME}]
-aliases=lmi
+# aliases=lmi
 description=debian ${CODENAME} cross build ${CHRTVER}
 directory=/srv/chroot/${CHRTNAME}
 users=${CHROOT_USERS}



reply via email to

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