mirror of
https://github.com/KDE/kde-linux.git
synced 2025-12-24 00:18:23 -05:00
Comment in_docker.sh
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
|
||||
# SPDX-FileCopyrightText: 2024 Harald Sitter <sitter@kde.org>
|
||||
|
||||
# First thing that runs inside of Arch Linux Docker containers created by build-docker.sh.
|
||||
|
||||
# Exit immediately if any command fails and print all commands before they are executed.
|
||||
set -ex
|
||||
|
||||
# Bootstrap container for building and build.
|
||||
./bootstrap.sh
|
||||
./build.sh "$@"
|
||||
|
||||
Reference in New Issue
Block a user