Opened 10 years ago
Last modified 10 years ago
#52092 assigned enhancement
mp-buildbot: use tools curl instead of macOS curl
| Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | larryv (Lawrence Velázquez) |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | contrib | Version: | |
| Keywords: | mpbb | Cc: | neverpanic (Clemens Lang), raimue (Rainer Müller), mojca (Mojca Miklavec) |
| Port: |
Description
mpbb-gather-archives currently hardcodes:
curl=/usr/bin/curl
I'd like this to use the curl installed in the tools prefix instead. /usr/bin/curl on Leopard can't understand our SSL certificate.
The way that mpbb-checkout uses the tools svn is via a --svn flag. To use the tools curl, do we need to add a --curl flag?
Change History (6)
comment:1 follow-up: 2 Changed 10 years ago by larryv (Lawrence Velázquez)
| Keywords: | mpbb added |
|---|---|
| Owner: | changed from macports-tickets@… to larryv@… |
| Status: | new → assigned |
comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Replying to larryv@…:
I’m rewriting mpbb at the moment.
That's exciting! Good luck.
I’ll add this functionality.
Thanks!
comment:3 follow-up: 4 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Just checking if any progress has been made on this.
comment:4 Changed 10 years ago by larryv (Lawrence Velázquez)
I just removed the hardcoded path so that the curl executable is found through PATH. Is that sufficient to get the Leopard buildslaves working? (I’ll add the command-line option later.)
comment:5 follow-up: 6 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Yes, build 696 was able to determine which archives had previously been uploaded and only staged the new ones, whereas build 695 was still staging all of them. Thanks.
comment:6 Changed 10 years ago by larryv (Lawrence Velázquez)
Okay, great. I’ll leave this ticket open to remind myself to add that command-line option.

Replying to ryandesign@…:
I’m rewriting mpbb at the moment. I’ll add this functionality.
Not necessarily, but it wouldn’t be hard to provide.