There is no reason to force the use of bash in scripts w/o any bashism.
Shell scripts w/o shebangs may behave unpredictably during migrations.
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: Idc765b4e95b300ccefc86b8649dcb291dc1cafeb
+#!/bin/sh
+
CONTAINER_PULL_REGISTRY=nexus3.opendaylight.org:10003
CONTAINER_PUSH_REGISTRY=nexus3.opendaylight.org:10002
DOCKER_REGISTRY=nexus3.opendaylight.org
+#!/bin/sh
+
CONTAINER_PULL_REGISTRY=nexus3.opendaylight.org:10003
CONTAINER_PUSH_REGISTRY=nexus3.opendaylight.org:10002
DOCKER_REGISTRY=nexus3.opendaylight.org
-#!/bin/bash
+#!/bin/sh
# vim: sw=2 ts=2 sts=2 et :
yum clean all
-#!/bin/bash
+#!/bin/sh
# It looks like the devstack gate is stomping on our dnsmasq setup which
# therefore kills our ability to do proper lookups of some resources.
-#!/bin/bash
+#!/bin/sh
# make sure we don't require tty for sudo operations
cat <<EOF >/etc/sudoers.d/89-jenkins-user-defaults
-#!/bin/bash
+#!/bin/sh
# make sure we don't require tty for sudo operations
cat <<EOF >/etc/sudoers.d/89-jenkins-user-defaults
-#!/bin/bash
+#!/bin/sh
# make sure we don't require tty for sudo operations
cat <<EOF >/etc/sudoers.d/89-jenkins-user-defaults
-#!/bin/bash
+#!/bin/sh
# SPDX-License-Identifier: EPL-1.0
##############################################################################
# Copyright (c) 2015, 2016 The Linux Foundation and others.
-#!/bin/bash -x
+#!/bin/sh -x
# SPDX-License-Identifier: EPL-1.0
##############################################################################
# Copyright (c) 2017 The Linux Foundation and others.
-#!/bin/bash
+#!/bin/sh
+
echo "Cleaning up Robot installation..."
# ${ROBOT_VENV} comes from the integration-install-robotframework.sh
-#!/bin/bash
+#!/bin/sh
+
echo "Cleaning up the workspace..."
# Leftover files from previous runs could be wrongly copied as results.
-#!/bin/bash -l
+#!/bin/sh -l
# Get the Controller and Tools VM slave addresses
set -ex -o pipefail
-#!/bin/bash
+#!/bin/sh
# Make sure changes merged after patch creation are applied.
set -exu
-#!/bin/bash
+#!/bin/sh
# SPDX-License-Identifier: EPL-1.0
##############################################################################
# Copyright (c) 2017 The Linux Foundation and others.
-#!/bin/bash
+#!/bin/sh
set -e
-#!/bin/bash
+#!/bin/sh
set -e
-#!/bin/bash
+#!/bin/sh
set -e
-#!/bin/bash
+#!/bin/sh
echo "---> releng-maven-mri-stage.sh"
# This script publishes artifacts to a staging repo in Nexus and exports the karaf bundle URL.
-#!/bin/bash
+#!/bin/sh
# vi: ts=4 sw=4 sts=4 et :
# Nothing to do for Ubuntu specific provisioning
-#!/bin/bash
+#!/bin/sh
# vi: ts=4 sw=4 sts=4 et :
/bin/sed -i 's/ requiretty/ !requiretty/' /etc/sudoers;
-#!/bin/bash
+#!/bin/sh
# vim: sw=2 ts=2 sts=2 et :
-#!/bin/bash
+#!/bin/sh
# Here add local env changes.
-#!/bin/bash
+#!/bin/sh
# Script to delete Jenkins jobs by searching a string.
#