Skip to content

confDevTools #28

@rmtfleming

Description

@rmtfleming

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions