lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 109f018 2/2: Reflect new github mirror


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 109f018 2/2: Reflect new github mirror
Date: Sat, 10 Oct 2020 17:44:59 -0400 (EDT)

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

    Reflect new github mirror
    
    * gwc/rh.sh: Incidentally removed a stray /^https/ line.
---
 gwc/redhat_rebuild.sh |  2 +-
 gwc/rh.sh             | 11 +++++------
 install_msw.sh        |  2 +-
 lmi_setup_00.sh       |  2 +-
 lmi_setup_43.sh       |  2 +-
 5 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/gwc/redhat_rebuild.sh b/gwc/redhat_rebuild.sh
index 602f822..df50d14 100755
--- a/gwc/redhat_rebuild.sh
+++ b/gwc/redhat_rebuild.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 cd /srv/cache_for_lmi/logs || printf 'Cannot cd\n'
-wget -N -nv https://github.com/vadz/lmi/raw/master/lmi_setup_00.sh
+wget -N -nv https://github.com/let-me-illustrate/lmi/raw/master/lmi_setup_00.sh
 chmod +x lmi_setup_00.sh
 # It would be undesirable for root to own the output file:
 # shellcheck disable=SC2024
diff --git a/gwc/rh.sh b/gwc/rh.sh
index ada0d38..41e6075 100644
--- a/gwc/rh.sh
+++ b/gwc/rh.sh
@@ -27,7 +27,7 @@
 # on this server, which is good enough.
 
 # Needed to do this:
-# 
%s,https://git.savannah.nongnu.org/cgit/lmi.git/plain,https://github.com/vadz/lmi/raw/master,
+# 
%s,https://git.savannah.nongnu.org/cgit/lmi.git/plain,https://github.com/let-me-illustrate/lmi/raw/master,
 # for a corporate server that enables github but, incomprehensibly, blocks 
nongnu.org
 
 # * Multi-user access
@@ -77,8 +77,7 @@ sudo cp -a /usr/share/libtool/config/config.guess 
/usr/share/libtool/build-aux/c
 
 # Configure zsh, for root as well as the user configured above.
 
-https://github.com/vadz/lmi/raw/master/gwc/.zshrc
-wget -N -nv 'https://github.com/vadz/lmi/raw/master/gwc/.zshrc'
+wget -N -nv 'https://github.com/let-me-illustrate/lmi/raw/master/gwc/.zshrc'
 mv .zshrc ~
 cp -a ~/.zshrc /home/${USER}/.zshrc
 chown ${USER}:${USER} /home/${USER}/.zshrc
@@ -87,7 +86,7 @@ chown ${USER}:${USER} /home/${USER}/.zshrc
 # '~/.vimrc' and '/etc/vim/vimrc.local', use '~/.vimrc' for all
 # customizations and copy that file for the normal user too.
 
-wget -N -nv 'https://github.com/vadz/lmi/raw/master/gwc/.vimrc'
+wget -N -nv 'https://github.com/let-me-illustrate/lmi/raw/master/gwc/.vimrc'
 mv .vimrc ~
 cp -a ~/.vimrc /home/${USER}/.vimrc
 chown ${USER}:${USER} /home/${USER}/.vimrc
@@ -98,7 +97,7 @@ mkdir ~/.vim
 mkdir /home/${USER}/.vim
 chown ${USER}:${USER} /home/${USER}/.vim
 # It's a much better idea to copy a mature spellfile hither:
-wget -N -nv 
'https://github.com/vadz/lmi/raw/master/gwc/.vim/spell/en.utf-8.add'
+wget -N -nv 
'https://github.com/let-me-illustrate/lmi/raw/master/gwc/.vim/spell/en.utf-8.add'
 mkdir ~/.vim/spell
 mv en.utf-8.add ~/.vim/spell/en.utf-8.add
 mkdir /home/${USER}/.vim/spell
@@ -129,7 +128,7 @@ git config --global push.default simple
 
 # Install lmi for wine.
 
-wget -N -nv 'https://github.com/vadz/lmi/raw/master/install_msw.sh'
+wget -N -nv 
'https://github.com/let-me-illustrate/lmi/raw/master/install_msw.sh'
 chmod +x install_msw.sh
 ./install_msw.sh >log 2>&1
 
diff --git a/install_msw.sh b/install_msw.sh
index 7be7176..4da021d 100755
--- a/install_msw.sh
+++ b/install_msw.sh
@@ -206,7 +206,7 @@ then
     # shellcheck disable=SC2086
     git clone      $clone_opts git://git.savannah.nongnu.org/lmi.git \
       || git clone $clone_opts https://git.savannah.nongnu.org/r/lmi.git \
-      || git clone $clone_opts https://github.com/vadz/lmi.git
+      || git clone $clone_opts https://github.com/let-me-illustrate/lmi.git
 fi
 
 cd /opt/lmi/src/lmi || printf 'Cannot cd\n'
diff --git a/lmi_setup_00.sh b/lmi_setup_00.sh
index 9128585..16d1047 100755
--- a/lmi_setup_00.sh
+++ b/lmi_setup_00.sh
@@ -31,7 +31,7 @@ echo "Started: $stamp0"
 if curl https://git.savannah.nongnu.org:443 >/dev/null 2>&1 ; then
   GIT_URL_BASE=https://git.savannah.nongnu.org/cgit/lmi.git/plain
 else
-  GIT_URL_BASE=https://github.com/vadz/lmi/raw/master
+  GIT_URL_BASE=https://github.com/let-me-illustrate/lmi/raw/master
 fi
 
 # Store dynamic configuration in a temporary file. This method is
diff --git a/lmi_setup_43.sh b/lmi_setup_43.sh
index dc208aa..d611b1e 100755
--- a/lmi_setup_43.sh
+++ b/lmi_setup_43.sh
@@ -131,7 +131,7 @@ cd free/src || { printf 'failed: cd\n'; exit 3; }
 
 git clone git://git.savannah.nongnu.org/lmi.git \
   || git clone https://git.savannah.nongnu.org/r/lmi.git \
-  || git clone https://github.com/vadz/lmi.git
+  || git clone https://github.com/let-me-illustrate/lmi.git
 
 cd lmi || { printf 'failed: cd\n'; exit 3; }
 find . -path ./.git -prune -o -type f -print0 \



reply via email to

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