From a190eebf43d23a7182b39be91e11869feb2f4663 Mon Sep 17 00:00:00 2001 From: zador-blood-stained Date: Tue, 1 Aug 2017 12:51:10 +0300 Subject: [PATCH] Update the build script github repo address Remove shebangs from non-executable files --- compile.sh | 4 ++-- lib/build-all.sh | 8 +++----- lib/chroot-buildpackages.sh | 9 ++++----- lib/compilation.sh | 8 +++----- lib/configuration.sh | 8 +++----- lib/debootstrap-ng.sh | 6 +++--- lib/desktop.sh | 8 +++----- lib/distributions.sh | 9 ++++----- lib/fel-load.sh | 8 +++----- lib/general.sh | 18 ++++++++---------- lib/main.sh | 10 ++++------ lib/makeboarddeb.sh | 10 ++++------ lib/repo-show.sh | 6 +++--- lib/repo-update.sh | 6 +++--- packages/extras/firmware.sh | 6 +++--- packages/extras/mt7601.sh | 6 +++--- packages/extras/rtl8192cu.sh | 6 +++--- packages/extras/tools.sh | 8 +++----- packages/extras/usb-redirector.sh | 6 +++--- 19 files changed, 65 insertions(+), 85 deletions(-) diff --git a/compile.sh b/compile.sh index f2b719bbe..4febf8171 100755 --- a/compile.sh +++ b/compile.sh @@ -6,8 +6,8 @@ # License version 2. This program is licensed "as is" without any # warranty of any kind, whether express or implied. # -# This file is a part of tool chain https://github.com/igorpecovnik/lib -# +# This file is a part of the Armbian build script +# https://github.com/armbian/build/ SRC=$(dirname $(realpath ${BASH_SOURCE})) # fallback for Trusty diff --git a/lib/build-all.sh b/lib/build-all.sh index c243c6828..1a43fa4c1 100644 --- a/lib/build-all.sh +++ b/lib/build-all.sh @@ -1,13 +1,11 @@ -#!/bin/bash -# # Copyright (c) Authors: http://www.armbian.com/authors # # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any # warranty of any kind, whether express or implied. -# -# This file is a part of tool chain https://github.com/igorpecovnik/lib -# + +# This file is a part of the Armbian build script +# https://github.com/armbian/build/ # Include here to make "display_alert" and "prepare_host" available source $SRC/lib/general.sh diff --git a/lib/chroot-buildpackages.sh b/lib/chroot-buildpackages.sh index d11b13963..d69dc1f0e 100644 --- a/lib/chroot-buildpackages.sh +++ b/lib/chroot-buildpackages.sh @@ -1,13 +1,12 @@ -#!/bin/bash -# # Copyright (c) 2015 Igor Pecovnik, igor.pecovnik@gma**.com # # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any # warranty of any kind, whether express or implied. -# -# This file is a part of tool chain https://github.com/igorpecovnik/lib -# + +# This file is a part of the Armbian build script +# https://github.com/armbian/build/ + # Functions: # create_chroot # chroot_prepare_distccd diff --git a/lib/compilation.sh b/lib/compilation.sh index 98e825903..8c1addc6a 100644 --- a/lib/compilation.sh +++ b/lib/compilation.sh @@ -1,13 +1,11 @@ -#!/bin/bash -# # Copyright (c) 2015 Igor Pecovnik, igor.pecovnik@gma**.com # # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any # warranty of any kind, whether express or implied. -# -# This file is a part of tool chain https://github.com/igorpecovnik/lib -# + +# This file is a part of the Armbian build script +# https://github.com/armbian/build/ # Functions: # compile_uboot diff --git a/lib/configuration.sh b/lib/configuration.sh index 3d5d22e04..19b6019e6 100644 --- a/lib/configuration.sh +++ b/lib/configuration.sh @@ -1,13 +1,11 @@ -#!/bin/bash -# # Copyright (c) 2015 Igor Pecovnik, igor.pecovnik@gma**.com # # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any # warranty of any kind, whether express or implied. -# -# This file is a part of tool chain https://github.com/igorpecovnik/lib -# + +# This file is a part of the Armbian build script +# https://github.com/armbian/build/ # common options # daily beta build contains date in subrevision diff --git a/lib/debootstrap-ng.sh b/lib/debootstrap-ng.sh index b0519c674..33f962646 100644 --- a/lib/debootstrap-ng.sh +++ b/lib/debootstrap-ng.sh @@ -3,9 +3,9 @@ # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any # warranty of any kind, whether express or implied. -# -# This file is a part of tool chain https://github.com/igorpecovnik/lib -# + +# This file is a part of the Armbian build script +# https://github.com/armbian/build/ # Functions: # debootstrap_ng diff --git a/lib/desktop.sh b/lib/desktop.sh index 8550c6a3b..c574131d2 100644 --- a/lib/desktop.sh +++ b/lib/desktop.sh @@ -1,13 +1,11 @@ -#!/bin/bash -# # Copyright (c) 2015 Igor Pecovnik, igor.pecovnik@gma**.com # # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any # warranty of any kind, whether express or implied. -# -# This file is a part of tool chain https://github.com/igorpecovnik/lib -# + +# This file is a part of the Armbian build script +# https://github.com/armbian/build/ install_desktop () { diff --git a/lib/distributions.sh b/lib/distributions.sh index 3802c07ca..9fa58e71f 100644 --- a/lib/distributions.sh +++ b/lib/distributions.sh @@ -1,13 +1,12 @@ -#!/bin/bash -# # Copyright (c) 2015 Igor Pecovnik, igor.pecovnik@gma**.com # # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any # warranty of any kind, whether express or implied. -# -# This file is a part of tool chain https://github.com/igorpecovnik/lib -# + +# This file is a part of the Armbian build script +# https://github.com/armbian/build/ + # Functions: # install_common # install_distribution_specific diff --git a/lib/fel-load.sh b/lib/fel-load.sh index 4f0836bf8..0807561bf 100644 --- a/lib/fel-load.sh +++ b/lib/fel-load.sh @@ -1,13 +1,11 @@ -#!/bin/bash -# # Copyright (c) 2015 Igor Pecovnik, igor.pecovnik@gma**.com # # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any # warranty of any kind, whether express or implied. -# -# This file is a part of tool chain https://github.com/igorpecovnik/lib -# + +# This file is a part of the Armbian build script +# https://github.com/armbian/build/ # FEL_ROOTFS should be set to path to debootstrapped root filesystem # unless you want to kill your /etc/fstab and share your rootfs on NFS diff --git a/lib/general.sh b/lib/general.sh index 6207f4180..f00211e22 100644 --- a/lib/general.sh +++ b/lib/general.sh @@ -1,13 +1,11 @@ -#!/bin/bash -# # Copyright (c) 2015 Igor Pecovnik, igor.pecovnik@gma**.com # # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any # warranty of any kind, whether express or implied. -# -# This file is a part of tool chain https://github.com/igorpecovnik/lib -# + +# This file is a part of the Armbian build script +# https://github.com/armbian/build/ # Functions: # cleaning @@ -344,11 +342,11 @@ fingerprint_image() Title: Armbian $REVISION ${BOARD^} $DISTRIBUTION $RELEASE $BRANCH Kernel: Linux $VER Build date: $(date +'%d.%m.%Y') - Authors: http://www.armbian.com/authors - Sources: http://github.com/igorpecovnik/lib - Support: http://forum.armbian.com/ - Changelog: http://www.armbian.com/logbook/ - Documantation: http://docs.armbian.com/ + Authors: https://www.armbian.com/authors + Sources: https://github.com/armbian/ + Support: https://forum.armbian.com/ + Changelog: https://www.armbian.com/logbook/ + Documantation: https://docs.armbian.com/ -------------------------------------------------------------------------------- $(cat $SRC/LICENSE) -------------------------------------------------------------------------------- diff --git a/lib/main.sh b/lib/main.sh index b208d126a..969c1a65f 100644 --- a/lib/main.sh +++ b/lib/main.sh @@ -1,14 +1,12 @@ -#!/bin/bash -# # Copyright (c) 2015 Igor Pecovnik, igor.pecovnik@gma**.com # # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any # warranty of any kind, whether express or implied. -# -# This file is a part of tool chain https://github.com/igorpecovnik/lib -# -# + +# This file is a part of the Armbian build script +# https://github.com/armbian/build/ + # Main program # diff --git a/lib/makeboarddeb.sh b/lib/makeboarddeb.sh index ac5d856c0..fb01b693a 100644 --- a/lib/makeboarddeb.sh +++ b/lib/makeboarddeb.sh @@ -1,14 +1,12 @@ -#!/bin/bash -# # Copyright (c) 2015 Igor Pecovnik, igor.pecovnik@gma**.com # # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any # warranty of any kind, whether express or implied. -# -# This file is a part of tool chain https://github.com/igorpecovnik/lib -# -# + +# This file is a part of the Armbian build script +# https://github.com/armbian/build/ + # Create board support packages # # Functions: diff --git a/lib/repo-show.sh b/lib/repo-show.sh index fe56ae54f..c9bc655b0 100644 --- a/lib/repo-show.sh +++ b/lib/repo-show.sh @@ -5,9 +5,9 @@ # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any # warranty of any kind, whether express or implied. -# -# This file is a part of tool chain https://github.com/igorpecovnik/lib -# + +# This file is a part of the Armbian build script +# https://github.com/armbian/build/ # This script shows packages in local repository diff --git a/lib/repo-update.sh b/lib/repo-update.sh index cc49bd01e..96f009567 100644 --- a/lib/repo-update.sh +++ b/lib/repo-update.sh @@ -5,9 +5,9 @@ # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any # warranty of any kind, whether express or implied. -# -# This file is a part of tool chain https://github.com/igorpecovnik/lib -# + +# This file is a part of the Armbian build script +# https://github.com/armbian/build/ # This script recreates deb repository from files in directory POT # diff --git a/packages/extras/firmware.sh b/packages/extras/firmware.sh index 6b6ab05f4..5cfe4d1c5 100644 --- a/packages/extras/firmware.sh +++ b/packages/extras/firmware.sh @@ -3,9 +3,9 @@ # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any # warranty of any kind, whether express or implied. -# -# This file is a part of tool chain https://github.com/igorpecovnik/lib -# + +# This file is a part of the Armbian build script +# https://github.com/armbian/build/ build_firmware() { diff --git a/packages/extras/mt7601.sh b/packages/extras/mt7601.sh index 8738781bb..ddde9e70e 100644 --- a/packages/extras/mt7601.sh +++ b/packages/extras/mt7601.sh @@ -3,9 +3,9 @@ # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any # warranty of any kind, whether express or implied. -# -# This file is a part of tool chain https://github.com/igorpecovnik/lib -# + +# This file is a part of the Armbian build script +# https://github.com/armbian/build/ install_mt7601() { diff --git a/packages/extras/rtl8192cu.sh b/packages/extras/rtl8192cu.sh index 29c36e41e..5c1781747 100644 --- a/packages/extras/rtl8192cu.sh +++ b/packages/extras/rtl8192cu.sh @@ -3,9 +3,9 @@ # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any # warranty of any kind, whether express or implied. -# -# This file is a part of tool chain https://github.com/igorpecovnik/lib -# + +# This file is a part of the Armbian build script +# https://github.com/armbian/build/ # NOTE: NEeds gcc5 specific fixes like other wireless drivers diff --git a/packages/extras/tools.sh b/packages/extras/tools.sh index 0ce81f4bf..c83765956 100644 --- a/packages/extras/tools.sh +++ b/packages/extras/tools.sh @@ -1,13 +1,11 @@ -#!/bin/bash -# # Copyright (c) 2015 Igor Pecovnik, igor.pecovnik@gma**.com # # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any # warranty of any kind, whether express or implied. -# -# This file is a part of tool chain https://github.com/igorpecovnik/lib -# + +# This file is a part of the Armbian build script +# https://github.com/armbian/build/ compile_tools() { diff --git a/packages/extras/usb-redirector.sh b/packages/extras/usb-redirector.sh index 90205610a..c40e2f8c2 100644 --- a/packages/extras/usb-redirector.sh +++ b/packages/extras/usb-redirector.sh @@ -3,9 +3,9 @@ # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any # warranty of any kind, whether express or implied. -# -# This file is a part of tool chain https://github.com/igorpecovnik/lib -# + +# This file is a part of the Armbian build script +# https://github.com/armbian/build/ # USB redirector tools http://www.incentivespro.com