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

Builder linux-1.9 Build #51

Results:

Build successful

SourceStamp:

Projectalliedmodders/amxmodx
Repositoryhttps://github.com/alliedmodders/amxmodx
Branch1.9-dev
Revisionbb4b8182500cae1df02066eb32493debe73b3454
Got Revisionbb4b8182500cae1df02066eb32493debe73b3454
Changes2 changes

BuildSlave:

linux

Reason:

The Scheduler scheduler named 'sched-1.9-dev' triggered this build

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. bootstrap bootstrapped ( 1 secs )
    1. stdio
  3. build compiled ( 16 secs )
    1. stdio
  4. upload uploaded ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch 1.9-dev Build
builddir /home/builds/amxmodx/linux-1.9 slave
buildername linux-1.9 Builder
buildnumber 51 Build
codebase Build
got_revision bb4b8182500cae1df02066eb32493debe73b3454 Git
project alliedmodders/amxmodx Build
repository https://github.com/alliedmodders/amxmodx Build
revision bb4b8182500cae1df02066eb32493debe73b3454 Build
scheduler sched-1.9-dev Scheduler
slavename linux BuildSlave
workdir /home/builds/amxmodx/linux-1.9 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Franco Romaniello

Timing:

StartFri Sep 17 04:09:16 2021
EndFri Sep 17 04:09:36 2021
Elapsed20 secs

All Changes:

:

  1. Change #1799

    Category None
    Changed by Franco Romaniello <romax.csohnoyoudont@gmail.com>
    Changed at Fri 17 Sep 2021 04:07:43
    Repository https://github.com/alliedmodders/amxmodx
    Project alliedmodders/amxmodx
    Branch 1.9-dev
    Revision f5fea6ab7b8402ad056835a1e814aaefb8a15173

    Comments

    Fix typo in message_const.inc TE_FIZZ comment (#990)

    Changed files

    • plugins/include/message_const.inc
  2. Change #1800

    Category None
    Changed by Franco Romaniello <romax.csohnoyoudont@gmail.com>
    Changed at Fri 17 Sep 2021 04:08:08
    Repository https://github.com/alliedmodders/amxmodx
    Project alliedmodders/amxmodx
    Branch 1.9-dev
    Revision bb4b8182500cae1df02066eb32493debe73b3454

    Comments

    Update parson and fix json_object_set_value (#983)
    
    * Remove parson folder
    
    * add submodule parson
    
    * FIX amxx_json_object_set_value generate a crash if invalid value is passed
    
    * restore parson folder status

    Changed files

    • modules/json/JsonNatives.cpp
    • third_party/parson/parson.c
    • third_party/parson/parson.h