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

Fix old path references in sync:to_ruby rake task #495

Closed

Conversation

rkoster
Copy link

@rkoster rkoster commented Feb 1, 2022

These paths were missed in the following commit: 060764d

These paths were missed in the following commit: #060764d3
@rhenium
Copy link
Member

rhenium commented Feb 1, 2022

Thanks for noticing it!

However, these "sync" tasks are now replaced by ruby/ruby's tool/sync_default_gems.rb script and are not useful anymore -- but I forgot to remove them. I will do so instead.

@rhenium rhenium closed this Feb 1, 2022
rhenium added a commit that referenced this pull request Feb 1, 2022
I use ruby.git's tool/sync_default_gems.rb and simple git cherry-pick
instead nowadays.

These tasks actually don't correctly work because they use outdated
path references and expect ruby.git to be using git-svn, which is not
the case anymore.

Reported-by: rkoster <hi@rkoster.dev>
Fixes: #495
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants