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:
@@ -101,7 +101,7 @@ function get_repos_for_element(){
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
echo "Unsupported repository type"
|
||||
echo "Unsupported repository type: $REPOTYPE"
|
||||
return 1
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user