Commit f586ba30 authored by Tristan Gingold's avatar Tristan Gingold

Add ci-scripts/checkout.sh

parent 6d9fc11d
#!/bin/bash
# Checkout the submodules
# usage: ./ci-scripts/checkout.sh
# to be put in ~/.gitconfig
#[credential "https://gitlab.cern.ch"]
# username = wrci
# helper = "!f() { test \"$1\" = get && echo \"password=$gitlabpass\"; }; f"
set -e
git submodule update --init
cd dependencies/RFNCO
git submodule update --init MemMap
cd MemMap
sed -i -e "s|https://:@gitlab.cern.ch:8443/|https://gitlab.cern.ch/|" .gitmodules
git submodule update --init
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment