-
Notifications
You must be signed in to change notification settings - Fork 58
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
Switch mavis submodule to use HTTPS #195
Conversation
It looks like the wrong file may have been added/staged in the commit. I'm seeing I'm happy to help so just let me know if you'd like it! |
I will check again ..but will make necessary changes because I had made
changes in .gitmodules only
…On Sun, Aug 11, 2024 at 5:16 AM oms-vmicro ***@***.***> wrote:
It looks like the wrong file may have been added/staged in the commit.
I'm seeing .gitmodules.save in this pull-request when I believe the
intended file to be updated is .gitmodules.
I'm happy to help so just let me know if you'd like it!
—
Reply to this email directly, view it on GitHub
<#195 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5WMIMSXVC3JK3RDGC2LQPLZQ2Q5BAVCNFSM6AAAAABMJT7REKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOBSGMYTKOBRGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Respected Sir ,I have made changes pls check it
…On Sun, Aug 11, 2024 at 9:33 AM Shubh Garg ***@***.***> wrote:
I will check again ..but will make necessary changes because I had made
changes in .gitmodules only
On Sun, Aug 11, 2024 at 5:16 AM oms-vmicro ***@***.***>
wrote:
> It looks like the wrong file may have been added/staged in the commit.
>
> I'm seeing .gitmodules.save in this pull-request when I believe the
> intended file to be updated is .gitmodules.
>
> I'm happy to help so just let me know if you'd like it!
>
> —
> Reply to this email directly, view it on GitHub
> <#195 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/A5WMIMSXVC3JK3RDGC2LQPLZQ2Q5BAVCNFSM6AAAAABMJT7REKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOBSGMYTKOBRGY>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
The change to You'll need to do a |
Sir I have fixed ..
…On Mon, Aug 12, 2024 at 9:59 PM oms-vmicro ***@***.***> wrote:
The change to .gitmodules looks good. However, I'm still seeing
.gitmodules.save as a new file in this commit (See
https://github.com/riscv-software-src/riscv-perf-model/pull/195/files).
You'll need to do a git rm .gitmodules.save to remove it from the commit.
—
Reply to this email directly, view it on GitHub
<#195 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5WMIMRXEDMM5UILH7ZB5ALZRDPH7AVCNFSM6AAAAABMJT7REKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOBUGQ2TENJSGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Awesome, thanks!
…On Mon, 12 Aug 2024 at 10:10 PM, oms-vmicro ***@***.***> wrote:
***@***.**** approved this pull request.
—
Reply to this email directly, view it on GitHub
<#195 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5WMIMTELTMXR7Q3JASEDT3ZRDQRVAVCNFSM6AAAAABMJT7REKVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDEMZTGU2TIMRZGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unless CI disagrees with me, I don't see any problem with this. Appreciate the change!
In this pull request I have tried to update ".gitmodules" file to switch mavis (submodule) from SSH to HTTPS, this is the change which is user friendly and hassle free cloning for all users, especially for people those who do not have SSH access and prefer HTTPS for real time operations.
Updated the above mentioned file ".gitmodules" to use HTTPS for the mavis submodule:
"https://github.com/sparcians/mavis.git"
Synchronized and reinitialized the mavis submodule to reflect the new URL.
Verified the submodule is correctly cloned and also functional with new integration.
This is a enhancement feature which improves accessibility and ease the process of setting up locally for those w/o SSH credentials.