Log unsupported source repository types.
If we don't recognise git/tar/etc as source-repositories repotypes, we now log the repotype, for debugging purposes. Change-Id: I7b870807658441c928c7880291eb0284b6f97778
This commit is contained in:
parent
4c7a3bf79f
commit
4794df890a
@ -101,7 +101,7 @@ function get_repos_for_element(){
|
|||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Unsupported repository type"
|
echo "Unsupported repository type: $REPOTYPE"
|
||||||
return 1
|
return 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user