-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Bump Pkg3 #26696
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
Bump Pkg3 #26696
Conversation
KristofferC
commented
Apr 4, 2018
- Add credential handling to Pkg3's git functionality (thanks to @omus).
- Add a progress-bar for cloning repos, thanks @omus for the groundwork that made this feature possible (Support separate payloads for RemoteCallbacks #26437):
- Show in the Pkg3 prompt the name of the current project (also shown in gif above). Some users have been a bit confused about what their current project is, this should make that more explicit.
Weird, I can't reproduce that FreeBSD failure locally. @iblis17, have you seen that before? |
I saw it on recent master build. It only happened on one of worker. I'm going to detach it and check. |
@ararslan found a way to reproduce $ touch /tmp/test.magic
$ gmake -C test REPL That test case is somewhat ... fragile. |
@iblis17: is the test case relevant to this PR or can I go ahead and merge this? |
Also, @KristofferC, is this good to go from your perspective? |
Looks like there are some |
That test case is irrelevant, and it has been solved. No idea why only BSD CI failed now. |
Because of new merges to master. |
* show a progress bar when cloning git repos and add credential handling (cherry picked from commit 1f8b80aa0942c9d481da7bb87646d02f6546d7f7)
(cherry picked from commit 5755370521a00d2c72d5388aa64b86605d6506d5)
(cherry picked from commit 88811b4091e3606fdd4a86d67538f32693345ee7)
eccae58
to
6afa037
Compare