osmo-ci/scripts/osmo-deps.sh

11 lines
131 B
Bash
Executable File

#!/bin/sh
if ! test -d $1;
then
git clone git://git.osmocom.org/$1 $1
fi
cd $1
git fetch origin
git reset --hard origin/master