Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

analyzer: Use the HTTPS instead of the Git protocol in VCS processed #5948

Merged
merged 2 commits into from
Oct 13, 2022

Commits on Oct 13, 2022

  1. BabelFunTest: Remove some magic from a filename

    Make it simpler and allow for finding the usage of the asset via a
    simple `grep`.
    
    Signed-off-by: Frank Viernau <frank_viernau@epam.com>
    fviernau committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    5000ec5 View commit details
    Browse the repository at this point in the history
  2. analyzer: Stop using the unauthenticated Git protocol in VCS processed

    The Git protocol is blocked by many VCS hosts nowadays and leads to
    timeout errors when ORT attempts downloading or scanning. So, avoid
    these unnecessary and slow timeouts by using the HTTPS protocol
    instead.
    
    Signed-off-by: Frank Viernau <frank_viernau@epam.com>
    fviernau committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    c71ed0a View commit details
    Browse the repository at this point in the history