eduNEXT / tutor-contrib-edunext-distro

A tool to facilitate the customization of an Openedx instance, adding commands and settings to have an easy-to-use and a ready-to-deploy in local or in development openedx distribution.
2 stars 1 forks source link

refactor: validate repos with git commands & improve readability #64

Closed bra-i-am closed 1 month ago

bra-i-am commented 1 month ago

Description

This PR aims to fix the issue #63 where the repository validator command failed incorrectly.

How to test

Note: Should not show an error if the thing after @ is a valid branch or a valid tag.

Evidence

image

JIRA ISSUE DS-939

luisfelipec95 commented 1 month ago

Thanks @bra-i-am , I followed these steps: Install Quince (17.0.4) with distro and execute the following commands: tutor plugins disable indigo pip install tutor-mfe tutor plugins enable distro tutor config save tutor distro repository-validator image

bra-i-am commented 1 month ago

hey @luisfelipec95, thanks a lot for your review. The error was already solved, please re-check the behavior. I'll be waiting if any other fix is required.