Skip to content
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

Merged
merged 3 commits into from
Aug 15, 2024
Merged

Conversation

Shubhf
Copy link
Contributor

@Shubhf Shubhf commented Aug 10, 2024

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.

@oms-vmicro
Copy link

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!

@Shubhf
Copy link
Contributor Author

Shubhf commented Aug 11, 2024 via email

@Shubhf
Copy link
Contributor Author

Shubhf commented Aug 11, 2024 via email

@oms-vmicro
Copy link

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.

@Shubhf
Copy link
Contributor Author

Shubhf commented Aug 12, 2024 via email

@Shubhf
Copy link
Contributor Author

Shubhf commented Aug 12, 2024 via email

Copy link
Collaborator

@klingaard klingaard left a 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!

@klingaard klingaard linked an issue Aug 15, 2024 that may be closed by this pull request
@klingaard klingaard merged commit 33d2e2f into riscv-software-src:master Aug 15, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use HTTPS instead of SSH for submodules?
3 participants