#!/bin/sh
###############################################################################
# (c) Copyright 2013 CERN                                                     #
#                                                                             #
# This software is distributed under the terms of the GNU General Public      #
# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
#                                                                             #
# In applying this licence, CERN does not waive the privileges and immunities #
# granted to it by virtue of its status as an Intergovernmental Organization  #
# or submit itself to any jurisdiction.                                       #
###############################################################################

# simple wrapper script to check out the current nightly slots configurations

git clone ${configs_branch:+-b ${configs_branch}} https://gitlab.cern.ch/lhcb-core/LHCbNightlyConf.git configs
echo "${extra_config_py}" > configs/extra_config.py
