diff --git a/builder/assets/hardware_setup.sh b/builder/assets/hardware_setup.sh index eb73668b..901f4dea 100755 --- a/builder/assets/hardware_setup.sh +++ b/builder/assets/hardware_setup.sh @@ -1,12 +1,15 @@ #! /usr/bin/env bash # -# Script for image configure -# @urpylka Artem Smirnov +# Script for build the image. Used builder script of the target repo +# For build: docker run --privileged -it --rm -v /dev:/dev -v $(pwd):/builder/repo smirart/builder +# +# Copyright (C) 2018 Copter Express Technologies +# +# Author: Artem Smirnov # -# Exit immidiately on non-zero result -set -e +set -e # Exit immidiately on non-zero result echo_stamp() { # TEMPLATE: echo_stamp diff --git a/builder/assets/init_rpi.sh b/builder/assets/init_rpi.sh index 681ce79c..b90d9e04 100755 --- a/builder/assets/init_rpi.sh +++ b/builder/assets/init_rpi.sh @@ -1,12 +1,15 @@ #! /usr/bin/env bash # -# Script for image configure -# @urpylka Artem Smirnov +# Script for build the image. Used builder script of the target repo +# For build: docker run --privileged -it --rm -v /dev:/dev -v $(pwd):/builder/repo smirart/builder +# +# Copyright (C) 2018 Copter Express Technologies +# +# Author: Artem Smirnov # -# Exit immidiately on non-zero result -set -e +set -e # Exit immidiately on non-zero result echo_stamp() { # TEMPLATE: echo_stamp diff --git a/builder/image-build.sh b/builder/image-build.sh index cf1fb544..51154b7e 100755 --- a/builder/image-build.sh +++ b/builder/image-build.sh @@ -8,10 +8,6 @@ # # Author: Artem Smirnov # -# Distributed under MIT License (available at https://opensource.org/licenses/MIT). -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. -# set -e # Exit immidiately on non-zero result diff --git a/builder/image-init.sh b/builder/image-init.sh index f395b3ef..9448bc7f 100755 --- a/builder/image-init.sh +++ b/builder/image-init.sh @@ -7,10 +7,6 @@ # # Author: Artem Smirnov # -# Distributed under MIT License (available at https://opensource.org/licenses/MIT). -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. -# set -e # Exit immidiately on non-zero result diff --git a/builder/image-network.sh b/builder/image-network.sh index 14763534..e085a322 100755 --- a/builder/image-network.sh +++ b/builder/image-network.sh @@ -7,10 +7,6 @@ # # Author: Artem Smirnov # -# Distributed under MIT License (available at https://opensource.org/licenses/MIT). -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. -# set -e # Exit immidiately on non-zero result diff --git a/builder/image-ros.sh b/builder/image-ros.sh index fee6fb62..efc0b429 100755 --- a/builder/image-ros.sh +++ b/builder/image-ros.sh @@ -8,10 +8,6 @@ # # Author: Artem Smirnov # -# Distributed under MIT License (available at https://opensource.org/licenses/MIT). -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. -# set -e # Exit immidiately on non-zero result diff --git a/builder/image-software.sh b/builder/image-software.sh index acce4584..6e3765fd 100755 --- a/builder/image-software.sh +++ b/builder/image-software.sh @@ -7,10 +7,6 @@ # # Author: Artem Smirnov # -# Distributed under MIT License (available at https://opensource.org/licenses/MIT). -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. -# set -e # Exit immidiately on non-zero result