-
Notifications
You must be signed in to change notification settings - Fork 92
Fix "illegal" characters used in file names in the oc-mirror git repo #344
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
Comments
Related #199 |
HI @jchunkins , Thank you for bringing this to our attention. I've linked a related PR where another contributor was preparing to enable oc-mirror development on mac. Would you be able to collaborate with @SDBrett on that or PR your own fix? |
Found another workaround (but have not tested it) based on this comment golang/go#41402 (comment)
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/reopen The offending files are still present, so this is probably still relevant |
@jchunkins: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/reopen |
@jchunkins: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This was merged. Closing |
Version
client version is not applicable to this issue.
What happened?
Attempting to use
go get
on a Mac with this git repository resulted in a failure. There are test cases in this project that use file names that are not cross platform compatible (i.e. they use a colon character) which causes errors on the Mac (see below).What did you expect to happen?
Executing
go get
in my project should allow me to use code within the oc-mirror project.How to reproduce it (as minimally and precisely as possible)?
Anything else we need to know?
/path/to/src/github.com/openshift/oc-mirror
) and do a replace in the go.mod file to point at my local repo.References
None
The text was updated successfully, but these errors were encountered: