Actions
Feature #995
openAdd option to clone using https instead of git
Start date:
24 May 2023
Due date:
% Done:
0%
Estimated time:
Severity:
03 - Medium
Description
Users won't have GIT access but they need to be able to build system packages with metabuild.
This requires a build.sh option (-w or similar) that causes
export GITREPO=git@gitlab.com:$PARENT/$PRJ.git
to become
export GITREPO=https://gitlab.com/$PARENT/$PRJ.git
Better - make it -g to force the git URL (which I would use) and make the https URL be the default.
No data to display
Actions