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

Builder linux-1.10 Build #116

Results:

Build successful

SourceStamp:

Projectalliedmodders/amxmodx
Repositoryhttps://github.com/alliedmodders/amxmodx
Branchmaster
Revision6e8554d1d2f6f35277ec75577ba1a13e97d503df
Got Revision6e8554d1d2f6f35277ec75577ba1a13e97d503df
Changes1 change

BuildSlave:

linux

Reason:

The Scheduler scheduler named 'sched-master' triggered this build

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /home/builds/amxmodx/linux-1.10 slave
buildername linux-1.10 Builder
buildnumber 116 Build
codebase Build
got_revision 6e8554d1d2f6f35277ec75577ba1a13e97d503df Git
project alliedmodders/amxmodx Build
repository https://github.com/alliedmodders/amxmodx Build
revision 6e8554d1d2f6f35277ec75577ba1a13e97d503df Build
scheduler sched-master Scheduler
slavename linux BuildSlave
workdir /home/builds/amxmodx/linux-1.10 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Unreal Karaulov

Timing:

StartSat Dec 4 12:05:11 2021
EndSat Dec 4 12:05:33 2021
Elapsed22 secs

All Changes:

:

  1. Change #1824

    Category None
    Changed by Unreal Karaulov <unrealkaraulovohnoyoudont@bk.ru>
    Changed at Sat 04 Dec 2021 12:04:08
    Repository https://github.com/alliedmodders/amxmodx
    Project alliedmodders/amxmodx
    Branch master
    Revision 6e8554d1d2f6f35277ec75577ba1a13e97d503df

    Comments

    Fix ConfigsExecutedForward (my mistake) (#1024)
    
    * Fix one big issue what broken all plugins!
    
    If found any config from servercmd, m_ConfigsExecutedForward not called !!!!!!!
    If m_ConfigsExecutedForward  not called, this is broke all plugins where used m_ConfigsExecutedForward (example restmenu)
    
    Revert "Fix one big issue what broken all plugins!"
    
    This reverts commit 6ce36f22e1c278f0831ebbddbc1dbbceb91dacb9.
    
    * Fix m_ConfigsExecutedForward after my missprint from previous pr
    
    Fix my missprint from previous pull request https://github.com/alliedmodders/amxmodx/commit/275be8b0a89bdd9439c7e04f75f092345318c560

    Changed files

    • amxmodx/CoreConfig.cpp