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

Builder debian11-1.12 Build #40

Results:

Build successful

SourceStamp:

Projectalliedmodders/sourcemod
Repositoryhttps://github.com/alliedmodders/sourcemod
Branchmaster
Revisiona9eb3a0d45ade7a1298d776dd86df430c915e2ad
Got Revisiona9eb3a0d45ade7a1298d776dd86df430c915e2ad
Changes5 changes

BuildSlave:

debian11

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. bootstrap bootstrapped ( 4 secs )
    1. stdio
  3. build compiled ( 1 mins, 11 secs )
    1. stdio
  4. upload uploaded ( 14 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /home/builds/sourcemod/debian11-1.12 slave
buildername debian11-1.12 Builder
buildnumber 40 Build
codebase Build
got_revision a9eb3a0d45ade7a1298d776dd86df430c915e2ad Git
project alliedmodders/sourcemod Build
repository https://github.com/alliedmodders/sourcemod Build
revision a9eb3a0d45ade7a1298d776dd86df430c915e2ad Build
scheduler sched-master Scheduler
slavename debian11 BuildSlave
workdir /home/builds/sourcemod/debian11-1.12 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Ivan Zaitsev
  2. bt
  3. dani
  4. dependabot[bot]

Timing:

StartMon Dec 18 16:14:17 2023
EndMon Dec 18 16:15:50 2023
Elapsed1 mins, 33 secs

All Changes:

:

  1. Change #5524

    Category None
    Changed by dependabot[bot] <49699333+dependabot[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Mon 18 Dec 2023 15:17:52
    Repository https://github.com/alliedmodders/sourcemod
    Project alliedmodders/sourcemod
    Branch master
    Revision a2e5e2a442848a4a6390a88cc6fe5712dd124cf0

    Comments

    Bump actions/upload-artifact from 3 to 4 (#2097)
    
    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    Changed files

    • .github/workflows/scripting.yml
  2. Change #5525

    Category None
    Changed by dependabot[bot] <49699333+dependabot[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Mon 18 Dec 2023 15:18:36
    Repository https://github.com/alliedmodders/sourcemod
    Project alliedmodders/sourcemod
    Branch master
    Revision 5f309f45f82c17a88c8e78400aafcad5ff44a002

    Comments

    Bump actions/setup-python from 4 to 5 (#2095)
    
    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](https://github.com/actions/setup-python/compare/v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    Changed files

    • .github/workflows/ci.yml
    • .github/workflows/mocktest.yml
    • .github/workflows/scripting.yml
    • .github/workflows/translations.yml
    • .github/workflows/translations_sanitycheck.yml
  3. Change #5526

    Category None
    Changed by bt <99887872+caatgeohnoyoudont@users.noreply.github.com>
    Changed at Mon 18 Dec 2023 15:52:54
    Repository https://github.com/alliedmodders/sourcemod
    Project alliedmodders/sourcemod
    Branch master
    Revision 385eae892c08dea70c7b2ae8b4ce0bc9a5d6ddff

    Comments

    Add gmod9 gamedata. (#2093)

    Changed files

    • gamedata/core.games/engine.ep1.txt
    • gamedata/core.games/game.gmod9.txt
    • gamedata/core.games/master.games.txt
    • gamedata/sdkhooks.games/game.gmod9.txt
    • gamedata/sdkhooks.games/master.games.txt
    • gamedata/sdktools.games/engine.ep1.txt
    • gamedata/sdktools.games/game.gmod9.txt
    • gamedata/sdktools.games/master.games.txt
  4. Change #5527

    Category None
    Changed by Ivan Zaitsev <magnat2645ohnoyoudont@gmail.com>
    Changed at Mon 18 Dec 2023 15:57:58
    Repository https://github.com/alliedmodders/sourcemod
    Project alliedmodders/sourcemod
    Branch master
    Revision ab6b45b81cfcaa8034d9ee90af1beb9aff6527d0

    Comments

    Add void function prototypes to NativeCall and MenuHandler (#2081)
    
    * Add void prototype to NativeCall typeset
    
    `void` prototype can be used for simple natives which don't return any value.
    This is done to silence compiler warnings 209 (`function has explicit 'int' tag but does not return a value`) and 242 (`function "NativeCallback" should return an explicit value`).
    
    * Make MenuHandler into typeset and add void prototype
    
    This can be used for basic menu handlers that don't return modified item styles and don't redraw menu items.

    Changed files

    • plugins/include/functions.inc
    • plugins/include/menus.inc
  5. Change #5528

    Category None
    Changed by dani <dangreene0ohnoyoudont@gmail.com>
    Changed at Mon 18 Dec 2023 15:59:41
    Repository https://github.com/alliedmodders/sourcemod
    Project alliedmodders/sourcemod
    Branch master
    Revision a9eb3a0d45ade7a1298d776dd86df430c915e2ad

    Comments

    Add gamedata for Pre-Fortress 2 (#2091)
    
    * Added gamedated for pf2
    
    * added support for beta testing
    
    ---------
    
    Co-authored-by: Nicholas Hastings <[email protected]>

    Changed files

    • gamedata/core.games/common.games.txt
    • gamedata/sdkhooks.games/game.pf2.txt
    • gamedata/sdkhooks.games/master.games.txt
    • gamedata/sdktools.games/game.pf2.txt
    • gamedata/sdktools.games/master.games.txt