epics-containers / ibek

IOC Builder for EPICS and Kubernetes
https://epics-containers.github.io/ibek
Apache License 2.0
10 stars 4 forks source link

trailing slash on git org #204

Closed gilesknap closed 3 months ago

gilesknap commented 3 months ago

I just got caught out by this (again)

ibek support git-clone ${NAME} ${VERSION} --org https://gitlab.diamond.ac.uk/controls/support

Gets auth error because it is looking for a non-existent repo.

It makes sense for ibek to add a trailing slash to org if one is not supplied. This then gets the intended git url.

marcelldls commented 3 months ago

I just got caught out by this (again)

ibek support git-clone ${NAME} ${VERSION} --org https://gitlab.diamond.ac.uk/controls/support

Gets auth error because it is looking for a non-existent repo.

It makes sense for ibek to add a trailing slash to org if one is not supplied. This then gets the intended git url.

Agreed