lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 38d2bfc: Get rid of now-empty '_13' scripts


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 38d2bfc: Get rid of now-empty '_13' scripts
Date: Mon, 27 Jul 2020 06:30:21 -0400 (EDT)

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

    Get rid of now-empty '_13' scripts
---
 lmi_setup_00.sh  |  2 --
 lmi_setup_00c.sh |  2 --
 lmi_setup_01.sh  |  1 -
 lmi_setup_01c.sh |  1 -
 lmi_setup_01r.sh |  1 -
 lmi_setup_13.sh  | 35 -----------------------------------
 lmi_setup_13c.sh | 35 -----------------------------------
 7 files changed, 77 deletions(-)

diff --git a/lmi_setup_00.sh b/lmi_setup_00.sh
index a8aa4b0..067f20f 100755
--- a/lmi_setup_00.sh
+++ b/lmi_setup_00.sh
@@ -90,8 +90,6 @@ wget -N -nv "${GIT_URL_BASE}"/lmi_setup_10.sh
 wget -N -nv "${GIT_URL_BASE}"/lmi_setup_10c.sh
 wget -N -nv "${GIT_URL_BASE}"/lmi_setup_10r.sh
 wget -N -nv "${GIT_URL_BASE}"/lmi_setup_11.sh
-wget -N -nv "${GIT_URL_BASE}"/lmi_setup_13.sh
-wget -N -nv "${GIT_URL_BASE}"/lmi_setup_13c.sh
 wget -N -nv "${GIT_URL_BASE}"/lmi_setup_20.sh
 wget -N -nv "${GIT_URL_BASE}"/lmi_setup_21.sh
 wget -N -nv "${GIT_URL_BASE}"/lmi_setup_24.sh
diff --git a/lmi_setup_00c.sh b/lmi_setup_00c.sh
index 5da81e7..ad7eb42 100755
--- a/lmi_setup_00c.sh
+++ b/lmi_setup_00c.sh
@@ -110,8 +110,6 @@ cp -a .vimrc           /srv/chroot/centos7lmi/tmp
 cp -a en.utf-8.add     /srv/chroot/centos7lmi/tmp
 cp -a install_msw.sh   /srv/chroot/centos7lmi/tmp
 
-./lmi_setup_13c.sh
-
 schroot --chroot=centos7lmi --user=root --directory=/tmp ./lmi_setup_01c.sh
 
 stamp=$(date -u +'%Y%m%dT%H%M%SZ')
diff --git a/lmi_setup_01.sh b/lmi_setup_01.sh
index d499739..f86a6eb 100755
--- a/lmi_setup_01.sh
+++ b/lmi_setup_01.sh
@@ -31,7 +31,6 @@ assert_not_chrooted
 
 ./lmi_setup_10.sh
 ./lmi_setup_11.sh
-./lmi_setup_13.sh
 
 cp -a /tmp/schroot_env /srv/chroot/"${CHRTNAME}"/tmp
 cp -a lmi_setup_*.sh   /srv/chroot/"${CHRTNAME}"/tmp
diff --git a/lmi_setup_01c.sh b/lmi_setup_01c.sh
index 84f70e8..42c2753 100755
--- a/lmi_setup_01c.sh
+++ b/lmi_setup_01c.sh
@@ -33,7 +33,6 @@ assert_not_chrooted
 ./lmi_setup_07r.sh
 ./lmi_setup_10r.sh
 ./lmi_setup_11.sh
-./lmi_setup_13.sh
 
 ./lmi_setup_24c.sh
 ./lmi_setup_25.sh
diff --git a/lmi_setup_01r.sh b/lmi_setup_01r.sh
index 77cd495..c4c117f 100755
--- a/lmi_setup_01r.sh
+++ b/lmi_setup_01r.sh
@@ -34,7 +34,6 @@ assert_not_chrooted
 ./lmi_setup_07r.sh
 ./lmi_setup_10r.sh
 ./lmi_setup_11.sh
-./lmi_setup_13.sh
 
 cp -a /tmp/schroot_env /srv/chroot/"${CHRTNAME}"/tmp
 cp -a lmi_setup_*.sh   /srv/chroot/"${CHRTNAME}"/tmp
diff --git a/lmi_setup_13.sh b/lmi_setup_13.sh
deleted file mode 100755
index 6b7bae1..0000000
--- a/lmi_setup_13.sh
+++ /dev/null
@@ -1,35 +0,0 @@
-#!/bin/sh
-
-# Create a chroot for cross-building "Let me illustrate...".
-#
-# Copyright (C) 2016, 2017, 2018, 2019, 2020 Gregory W. Chicares.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License version 2 as
-# published by the Free Software Foundation.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
-#
-# http://savannah.nongnu.org/projects/lmi
-# email: <gchicares@sbcglobal.net>
-# snail: Chicares, 186 Belle Woods Drive, Glastonbury CT 06033, USA
-
-. ./lmi_setup_inc.sh
-. /tmp/schroot_env
-
-set -evx
-
-assert_su
-assert_not_chrooted
-
-# Nothing left to do here.
-
-stamp=$(date -u +'%Y%m%dT%H%M%SZ')
-echo "$stamp $0: Mounted cache_for_lmi."  | tee /dev/tty
diff --git a/lmi_setup_13c.sh b/lmi_setup_13c.sh
deleted file mode 100755
index eb42187..0000000
--- a/lmi_setup_13c.sh
+++ /dev/null
@@ -1,35 +0,0 @@
-#!/bin/sh
-
-# Create a chroot for cross-building "Let me illustrate...".
-#
-# Copyright (C) 2016, 2017, 2018, 2019, 2020 Gregory W. Chicares.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License version 2 as
-# published by the Free Software Foundation.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
-#
-# http://savannah.nongnu.org/projects/lmi
-# email: <gchicares@sbcglobal.net>
-# snail: Chicares, 186 Belle Woods Drive, Glastonbury CT 06033, USA
-
-. ./lmi_setup_inc.sh
-. /tmp/schroot_env
-
-set -evx
-
-assert_su
-assert_not_chrooted
-
-# Nothing left to do here.
-
-stamp=$(date -u +'%Y%m%dT%H%M%SZ')
-echo "$stamp $0: Mounted cache_for_lmi [centos]."  | tee /dev/tty



reply via email to

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