lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 60d6fae 6/7: Use permanent chroot alias


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 60d6fae 6/7: Use permanent chroot alias
Date: Sat, 14 Sep 2019 13:26:17 -0400 (EDT)

branch: master
commit 60d6fae5f881fe0b83a7ee68d6717640ff1e004b
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Use permanent chroot alias
    
    The palpable lack of prior maintenance demonstrates the wisdom of using
    a permanent alias.
---
 tabs/1/startup_script |  2 +-
 tabs/2/startup_script |  2 +-
 tabs/3/startup_script |  2 +-
 tabs/4/startup_script |  2 +-
 tabs/5/startup_script |  2 +-
 tabs/konsole_tabs     | 10 +++++-----
 6 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/tabs/1/startup_script b/tabs/1/startup_script
index ee0bc4c..57bdfa2 100755
--- a/tabs/1/startup_script
+++ b/tabs/1/startup_script
@@ -1,6 +1,6 @@
 #!/bin/zsh
 
-a='schroot --chroot=cross-lmi'
+a='schroot --chroot=lmi'
 
 b='cd /opt/lmi/free/src/lmi'
 c='git fetch --all --dry-run'
diff --git a/tabs/2/startup_script b/tabs/2/startup_script
index e68f825..4e0d626 100755
--- a/tabs/2/startup_script
+++ b/tabs/2/startup_script
@@ -1,6 +1,6 @@
 #!/bin/zsh
 
-a='schroot --chroot=cross-lmi'
+a='schroot --chroot=lmi'
 
 b='cd /opt/lmi/src/lmi'
 c='git ls-files --deleted | xargs git checkout --'
diff --git a/tabs/3/startup_script b/tabs/3/startup_script
index 28c12f6..e008458 100755
--- a/tabs/3/startup_script
+++ b/tabs/3/startup_script
@@ -1,6 +1,6 @@
 #!/bin/zsh
 
-a='schroot --chroot=cross-lmi'
+a='schroot --chroot=lmi'
 
 b='cd /opt/lmi/src/lmi'
 c='make $coefficiency install check_physical_closure 2>&1 | tee ../log | sed 
-f diagnostics.sed | less -S'
diff --git a/tabs/4/startup_script b/tabs/4/startup_script
index 65531ae..2d48d04 100755
--- a/tabs/4/startup_script
+++ b/tabs/4/startup_script
@@ -1,6 +1,6 @@
 #!/bin/zsh
 
-a='schroot --chroot=cross-lmi'
+a='schroot --chroot=lmi'
 
 b='cd /opt/lmi/src/lmi'
 c='date -u +"%Y%m%dT%H%MZ" |tr -d "\\n" >/dev/clipboard'
diff --git a/tabs/5/startup_script b/tabs/5/startup_script
index 86c2b5b..4a986b6 100755
--- a/tabs/5/startup_script
+++ b/tabs/5/startup_script
@@ -1,6 +1,6 @@
 #!/bin/zsh
 
-a='schroot --chroot=cross-lmi'
+a='schroot --chroot=lmi'
 
 b='cd /opt/lmi/bin'
 c='. /opt/lmi/src/lmi/set_toolchain.sh'
diff --git a/tabs/konsole_tabs b/tabs/konsole_tabs
index e447cd3..4b2e105 100644
--- a/tabs/konsole_tabs
+++ b/tabs/konsole_tabs
@@ -50,8 +50,8 @@
 # panes. Having figured out how to start various terminals with tabbed
 # sessions, I do wonder whether I should have used 'expect'.
 #
-title: Mirror ;; profile: Shell ;; command: schroot --chroot=lmi-buster 
--directory=/opt/lmi/src/lmi/tabs/1
-title: Commit ;; profile: Shell ;; command: schroot --chroot=lmi-buster 
--directory=/opt/lmi/src/lmi/tabs/2
-title: Build  ;; profile: Shell ;; command: schroot --chroot=lmi-buster 
--directory=/opt/lmi/src/lmi/tabs/3
-title: Edit   ;; profile: Shell ;; command: schroot --chroot=lmi-buster 
--directory=/opt/lmi/src/lmi/tabs/4
-title: Run    ;; profile: Shell ;; command: schroot --chroot=lmi-buster 
--directory=/opt/lmi/src/lmi/tabs/5
+title: Mirror ;; profile: Shell ;; command: schroot --chroot=lmi 
--directory=/opt/lmi/src/lmi/tabs/1
+title: Commit ;; profile: Shell ;; command: schroot --chroot=lmi 
--directory=/opt/lmi/src/lmi/tabs/2
+title: Build  ;; profile: Shell ;; command: schroot --chroot=lmi 
--directory=/opt/lmi/src/lmi/tabs/3
+title: Edit   ;; profile: Shell ;; command: schroot --chroot=lmi 
--directory=/opt/lmi/src/lmi/tabs/4
+title: Run    ;; profile: Shell ;; command: schroot --chroot=lmi 
--directory=/opt/lmi/src/lmi/tabs/5



reply via email to

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