Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder curl-ares-solaris11-sparc Build #4304

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision13cbabf05f1f287bb456646c2489099179807e04
Got Revision13cbabf05f1f287bb456646c2489099179807e04
Changes1 change

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 28 mins, 44 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 4304 Build
codebase Build
got_revision 13cbabf05f1f287bb456646c2489099179807e04 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 13cbabf05f1f287bb456646c2489099179807e04 Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartMon Aug 4 18:24:03 2025
EndMon Aug 4 19:48:33 2025
Elapsed1 hrs, 24 mins, 29 secs

All Changes:

:

  1. Change #241966

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 04 Aug 2025 17:12:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 13cbabf05f1f287bb456646c2489099179807e04

    Comments

    curl: add --follow
    Makes curl follow redirects an act on the response code and change a
    custom method accordingly, contrary to --location.
    
    Potential future command line to send QUERY and following a redirect
    according to the status code:
    
        curl -d "request-body" -X QUERY --follow https://example.com
    
    add test 794,796,797
    
    Assisted-by: Daniel Böhmer <post@daniel-boehmer.de>
    
    Closes #16543

    Changed files

    • docs/cmdline-opts/Makefile.inc
    • docs/cmdline-opts/follow.md
    • docs/cmdline-opts/location-trusted.md
    • docs/cmdline-opts/location.md
    • docs/options-in-versions
    • src/config2setopts.c
    • src/tool_cfgable.h
    • src/tool_getparam.c
    • src/tool_getparam.h
    • src/tool_listhelp.c
    • src/tool_setopt.c
    • src/tool_setopt.h
    • tests/data/Makefile.am
    • tests/data/test794
    • tests/data/test796
    • tests/data/test797