-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Add some additional debugging statements to restore_ports.tcl #10
Conversation
add some additional debugging statements
cc @jmroot |
Can anyone else help? |
ok I think I fixed the merge conflict |
ok, so since the review comments are now marked as resolved, can this be merged now? |
There were some new conflicts that arose, but I fixed them |
👍🏻 |
Is there anyone else who could merge? @ryandesign perhaps? |
Merged. Thanks for your contribution! |
I have been having some trouble using
restore_ports.tcl
to reinstall all my ports after migration, and so I added some additional debugging statements to the script to help me find out what has been going wrong. I'm leaving the added-d
flag undocumented from the help output, as I doubt it would be useful to casual users.(edit: note that despite the additional debugging output, it hasn't actually helped me to solve the problem I've been experiencing. I can attach the script output and my
myports.txt
if that would help show what's going on)