-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Change function confDevTools(repoName, varargin) so that it returns some more useful output.
% check if the remoteRepoURL exists before proceeding
[status_curl, result_curl] = system(['curl -s -k --head ', tmpRemoteRepoURL]);
if ~(status_curl == 0 && ~isempty(strfind(result_curl, '200 OK')))
status_curl
result_curl
error([' [', mfilename, '] The URL (' remoteRepoURL ') is not reachable or does not exist.']);
end
Metadata
Metadata
Assignees
Labels
No labels