Skip to content
Snippets Groups Projects
  1. Jul 26, 2018
    • Corey Farrell's avatar
      loader: Process dependencies for built-in modules. · 709f4b81
      Corey Farrell authored
      With the new module loader it was missed that built-in modules never
      parsed dependencies from mod->info into vectors of mod.  This caused
      manager to be initialized before acl (named_acl).  If manager.conf
      used any named ACL's they would not be found and result in no ACL being
      applied to the AMI user.
      
      In addition to the manager ACL fix this adds "extconfig" to all builtin
      modules which support realtime configuration.  This only matters if one
      of the builtin modules is configured with 'preload', depending on
      "extconfig" will cause config.c to automatically be initialize during
      the preload stage.
      
      Change-Id: I482ed6bca6c1064b05bb538d7861cd7a4f02d9fc
      709f4b81
    • Jenkins2's avatar
      Merge "CI: Add docker info to job summary" · 7e0e6fd1
      Jenkins2 authored
      7e0e6fd1
    • George Joseph's avatar
      CI: Add docker info to job summary · e55cad96
      George Joseph authored
      Change-Id: I45d52005a9b692ad303c11792f226ace1e449901
      e55cad96
  2. Jul 25, 2018
  3. Jul 24, 2018
  4. Jul 23, 2018
  5. Jul 22, 2018
    • Corey Farrell's avatar
      CI: Fix mkdir CACHE_DIR. · 0ee06132
      Corey Farrell authored
      Change-Id: Ic9f9a61e230047836c836206731f8ff7eb3538c9
      0ee06132
    • Corey Farrell's avatar
      build_tools/make_version: Get MAINLINE_BRANCH from .gitreview. · 747b65f6
      Corey Farrell authored
      Use .gitreview defaultbranch setting to determine the mainline branch.
      This allows the script to be used against other directories which might
      not be on the same defaultbranch.  This can be used by CI scripts to
      report the testsuite version being used:
      ./build_tools/make_version ${TESTSUITE_DIR}
      
      Change-Id: Ifdad4a9d8a26138c41bc6b630ecc3e34ea1c2758
      747b65f6
    • Joshua Colp's avatar
      sched: Make ABI compatible between dev mode and non-dev mode. · 33f855bb
      Joshua Colp authored
      In the past there was an assertion in the ast_sched_del function
      and in order to ensure it was useful the calling function name,
      line number, and filename had to be passed in. This cause the ABI
      to be different between dev mode and non-dev mode.
      
      This assertion is no longer present so the special logic can be
      removed to make it the same between them both.
      
      Change-Id: Icbc69c801e357d7004efc5cf2ab936d9b83b6ab8
      33f855bb
  6. Jul 20, 2018
Loading