jjb: babeltrace: ignore pragma warnings on MacOS
[lttng-ci.git] / scripts / common / override-build-std.sh
index 003ee7a52270d85ef857d086615c84b4647dd982..472e89e64441c3223432b9b5391be7e4066c674c 100755 (executable)
@@ -1,22 +1,12 @@
-#!/bin/bash -exu
+#!/bin/bash
 #
-# Copyright (C) 2020 Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com>
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# 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, see <http://www.gnu.org/licenses/>.
+# SPDX-FileCopyrightText: 2020 Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com>
+# SPDX-License-Identifier: GPL-2.0-or-later
 
 # This file should be used as a jenkins job builder RAW import allowing the
 # override of the "build" variable on shell builder execution.
 
+set -exu
+
 # shellcheck disable=SC2034
 build=std
This page took 0.026251 seconds and 4 git commands to generate.