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

Builder rsyslog-solaris10-sparc Build #1974

Results:

Failed

SourceStamp:

Projectrsyslog
Repositoryhttps://github.com/rsyslog/rsyslog.git
Branchmaster
Revisionfdb3bac9ac63df10863bf7522439a107390b6760
Changes38 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-rsyslog-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git updating ( 1 mins, 14 secs )
    1. stdio
  2. shell  
    1. - no logs -
  3. shell_1  
    1. - no logs -
  4. shell_2  
    1. - no logs -
  5. shell_3  
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/rsyslog-solaris10-sparc slave
buildername rsyslog-solaris10-sparc Builder
buildnumber 1974 Build
codebase Build
project rsyslog Build
repository https://github.com/rsyslog/rsyslog.git Build
revision fdb3bac9ac63df10863bf7522439a107390b6760 Build
scheduler schedule-rsyslog-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/rsyslog-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Deoren Moor
  2. Matthias Rampke
  3. Rainer Gerhards
  4. deoren

Timing:

StartSun Jun 15 11:27:05 2025
EndSun Jun 15 11:28:19 2025
Elapsed1 mins, 14 secs

All Changes:

:

  1. Change #233698

    Category rsyslog
    Changed by deoren <deorenohnoyoudont@users.noreply.github.com>
    Changed at Fri 12 Jan 2018 18:24:21
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 6eb57984620a941d4f26297201220ff8536e27ae

    Comments

    impstats: Headers, trim legacy, example output
    - Swap out existing section header characters for those used
      in Python Style Guide and the Sphinx documentation
    - Add example output from module
    - Add explanation of 'size' counter, emphasize that it tracks
      log messages flowing through the associated object
    - minor formatting tweaks (still much to do)
    - Purged obsolete legacy configuration examples, sections
      since there are advanced format examples already included
    
    refs rsyslog/rsyslog-doc#438, rsyslog/rsyslog-doc#500

    Changed files

    • source/configuration/modules/impstats.rst
  2. Change #233699

    Category rsyslog
    Changed by deoren <deorenohnoyoudont@users.noreply.github.com>
    Changed at Fri 12 Jan 2018 18:32:26
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision cd5dd7b83216c6c20d5e0d8e996704a4b6821690

    Comments

    Add section headers to separate content
    The intent is to make it easier to mentally parse
    the examples (e.g., the exlanation of the log format
    is in its own section now)
    
    refs rsyslog/rsyslog-doc#438, rsyslog/rsyslog-doc#500

    Changed files

    • source/configuration/modules/impstats.rst
  3. Change #233700

    Category rsyslog
    Changed by Deoren Moor <deorenohnoyoudont@users.noreply.github.com>
    Changed at Fri 12 Jan 2018 18:38:14
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 988f9ccde419e45ec6b63f46959186bf1071e580

    Comments

    Merge pull request #501 from deoren/impstats_tweak
    impstats: Headers, trim legacy, example output

    Changed files

    • no files
  4. Change #233701

    Category rsyslog
    Changed by Deoren Moor <deorenohnoyoudont@users.noreply.github.com>
    Changed at Fri 12 Jan 2018 18:40:04
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision ef71132e213d2cbd2e70e807b0313869dc3b3208

    Comments

    Merge pull request #494 from deoren/container-feature-tweaks
    Minor tweaks to Container-Features doc

    Changed files

    • no files
  5. Change #233702

    Category rsyslog
    Changed by deoren <deorenohnoyoudont@users.noreply.github.com>
    Changed at Sun 14 Jan 2018 20:25:56
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 9571a99d9312ebd60453d9de38b3b095495a93ae

    Comments

    Sphinx build conf: backout de28b1a changes
    Commit de28b1a introduced dynamic versioning of content,
    but failed to take into account building the docs
    from the tarball instead of from a local git repo.
    
    As a quick fix, this commit changes the conf back
    to an equivalent static version so that the doc
    sources build as-is without the git dependency.
    
    refs rsyslog/rsyslog-doc#504, rsyslog/rsyslog-doc#424

    Changed files

    • source/conf.py
  6. Change #233703

    Category rsyslog
    Changed by deoren <deorenohnoyoudont@users.noreply.github.com>
    Changed at Mon 15 Jan 2018 02:44:01
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 77a9c464d56a8ef9950ed141bdb17c968daea549

    Comments

    Update version to reflect the NEXT release

    Changed files

    • source/conf.py
  7. Change #233704

    Category rsyslog
    Changed by Deoren Moor <deorenohnoyoudont@users.noreply.github.com>
    Changed at Mon 15 Jan 2018 02:47:03
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision d1ad95569459b9ae8cdca54cfb43f0173fdc4677

    Comments

    Merge pull request #505 from deoren/remove_git_req_for_docs_build
    Sphinx build conf: backout de28b1a changes

    Changed files

    • no files
  8. Change #233705

    Category rsyslog
    Changed by Matthias Rampke <mrohnoyoudont@soundcloud.com>
    Changed at Thu 18 Jan 2018 15:44:59
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 3557e907773228e3d4312380c4b2e33f6ef1bd03

    Comments

    Explain use of key to get random-consistent partition choice
    It took a while to figure out how to do this, so document the findings
    for everyone.

    Changed files

    • source/configuration/modules/omkafka.rst
  9. Change #233706

    Category rsyslog
    Changed by deoren <deorenohnoyoudont@users.noreply.github.com>
    Changed at Sun 21 Jan 2018 04:00:08
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision de6589f2a92acb412a144b632e7c2fb05e338b1e

    Comments

    omrelp: Add RebindInterval parameter
    Copied from omfwd module doc and slightly modified to remove
    mention of TCP/UDP specifics.
    
    refs rsyslog/rsyslog-doc#345

    Changed files

    • source/configuration/modules/omrelp.rst
  10. Change #233707

    Category rsyslog
    Changed by Deoren Moor <deorenohnoyoudont@users.noreply.github.com>
    Changed at Mon 22 Jan 2018 13:59:48
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 7a8ae15ea84a5ed3354d745b7cec1624b6d34ff6

    Comments

    Merge pull request #507 from soundcloud/mr/omkafka-consistent-partition-choice
    Explain use of key to get random-consistent partition choice

    Changed files

    • no files
  11. Change #233708

    Category rsyslog
    Changed by deoren <deorenohnoyoudont@users.noreply.github.com>
    Changed at Tue 23 Jan 2018 02:41:30
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 1df86e647be7c7fd69af79d5497f49fd4d13fb2a

    Comments

    Remove broken footnotes, 'Related Links' section
    The footnote references were broken and the 'Related Links'
    section was bare, so I pruned them and moved the Sponsors link
    just below the 'Sponsors and Community' section intentionally
    so it stands out.
    
    Once some PRs ahead of the one I will submit for this set of changes
    goes through I plan to move the external link reference to
    the substitution definitions file (again, in another PR) since
    this is probably not the only place we will reference the Sponsors
    link.
    
    Additionally, I removed the explicit link text for the "How
    You Can Help" page since the title for that page is used if
    you do not override it with explicit link text.
    
    refs rsyslog/rsyslog-doc#502

    Changed files

    • source/index.rst
  12. Change #233709

    Category rsyslog
    Changed by Deoren Moor <deorenohnoyoudont@users.noreply.github.com>
    Changed at Tue 23 Jan 2018 04:58:54
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 8d1841773a3bba914d04767a55c5c5ea3c5121a6

    Comments

    Merge pull request #514 from deoren/i502-footnote-fixes
    Remove broken footnotes, 'Related Links' section

    Changed files

    • no files
  13. Change #233710

    Category rsyslog
    Changed by deoren <deorenohnoyoudont@users.noreply.github.com>
    Changed at Tue 23 Jan 2018 10:50:35
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision c6ec6752b9a7aefcce316bd4af3e43d5531579c0

    Comments

    Update build process to default to static value builds
    Instead of assuming that we are always building from
    the master branch or a feature branch, placeholders have been
    set in the build configuration to allow building as-is from
    the official stable release tarball, from a zip file download
    from GitHub, from the master branch or any other branch that
    includes these changes.
    
    The release script now substitutes the latest stable tag
    for the placeholder value in the source/conf.py Sphinx
    build configuration file. This modified build configuration
    is then included in the release tarball for use by
    downstream package maintainers and anyone else who wishes
    to build from source using the release tarball.
    
    If the build configuration is NOT modified by the release
    script, but used directly from the Git repo, then the
    placeholders are intact and serve as a flag to enable dev
    builds. These dev builds mirror the prior default
    behavior of using verbose date and commit hash values in
    addition to also now including the specific branch that
    the docs were built from.
    
    Other changes include:
    
    - Update cron script to omit inclusion of build scripts
      in the release tarball. At some point we may include
      a 'contrib' directory for that content. This script
      has also been updated to use the same logic as the
      release_build.sh script for generating the stable
      branch and latest stable tag builds.
    
    - Create small module with various functions that replace
      the unorganized subprocess calls used previously to
      populate various values used by dev builds.
    
    - Update release script to dyanamically calculate values
      from the a Git repo, error out if not run within a repo.
      The default behavior is still to generate a release
      tarball, but also to generate a release Sphinx build
      configuration file for use by downstream package
      maintainers and anyone else who wishes to build from
      source using the release tarball.
    
    - A a new BUILDS_README has been included to cover basic steps
      for building dev and release versions of the docs. This doc
      is intended for rsyslog-doc team members and regular
      contributors whereas the main README is intended for
      occasional contributors or newcomers to the project.
    
    refs rsyslog/rsyslog-doc#504, rsyslog/rsyslog-doc#424

    Changed files

    • BUILDS_README.md
    • README.md
    • cron_build_all_branches.sh
    • release_build.sh
    • source/conf.py
    • source/conf_helpers.py
    • source/index.rst
  14. Change #233711

    Category rsyslog
    Changed by deoren <deorenohnoyoudont@users.noreply.github.com>
    Changed at Wed 24 Jan 2018 09:53:29
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 7d61476d60e91f7da2d77233b3ac9a69ae6543d0

    Comments

    release script: make clear prereqs
    - Print purpose statement
    - Print pre-requisites (future version of script can automate)
    - Offer option to cancel

    Changed files

    • release_build.sh
  15. Change #233712

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Wed 24 Jan 2018 11:52:58
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision ec03db3e8ea522ee0dd2e686e89e6f36e6f7a403

    Comments

    describe new backtick string format
    ... and also the others, as they were not yet described
    
    see also https://github.com/rsyslog/rsyslog/pull/2419
    see also https://github.com/rsyslog/rsyslog/pull/2426#issuecomment-359513742

    Changed files

    • source/rainerscript/constant_strings.rst
  16. Change #233713

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Wed 24 Jan 2018 14:09:09
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 2fbb47be7220089f67b8b433fc41a0c3531a4417

    Comments

    document the new 8.33 include() object
    The documents the new objects and its properties.
    
    Note that I did deliberately not try to get to a "nice formatting", as
    we are currently standardizing on something, and so a change is needed
    in any case. Even more so, the whole (Rainer)Script documentation needs
    to be restructured. So this patch gives the necessary information on
    include(), but does not try to improve the state of the doc by itself.
    
    see also https://github.com/rsyslog/rsyslog/pull/2426

    Changed files

    • source/rainerscript/configuration_objects.rst
    • source/rainerscript/include.rst
    • source/rainerscript/index.rst
  17. Change #233714

    Category rsyslog
    Changed by Deoren Moor <deorenohnoyoudont@users.noreply.github.com>
    Changed at Wed 24 Jan 2018 15:31:03
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision f88f6a52232af80fc01def1e9949b8ec9f03e5c1

    Comments

    Merge pull request #515 from rgerhards/r2426
    document the new 8.33 include() object

    Changed files

    • no files
  18. Change #233715

    Category rsyslog
    Changed by Deoren Moor <deorenohnoyoudont@users.noreply.github.com>
    Changed at Wed 24 Jan 2018 15:41:13
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision b733d94d7ae8764f900a0dfaf916add51505ac94

    Comments

    Merge pull request #512 from rgerhards/r2419
    describe new backtick string format

    Changed files

    • no files
  19. Change #233716

    Category rsyslog
    Changed by deoren <deorenohnoyoudont@users.noreply.github.com>
    Changed at Wed 24 Jan 2018 16:09:23
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision f6b578484d332644dca973762275b01d98bea5aa

    Comments

    imuxsock: Sections, tables for parameters
    - Create sections per parameter
    
    - Add table per parameter section listing standard
      information: type, default value, mandatory, related obsolete
      legacy directive
    
    - Use "seealso" directive for "callout" supplemental info
      instead of a dedicated section (extra info closer to related
      main material)
    
    - Update headers to use standardized Python Style Guide and
      Sphinx doc recommendations. By sticking with an established
      standard, this should make it easier to specify a style guide
      of our own.
    
    - Use CSV tables instead of "simple" tables for easy maintenance
      and for easy styling with CSS modifications later
    
    - Update spacing to match Sphinx docs: 3x spacing for content
      following directives.
    
    - Use Sphinx AppAPI to load custom stylesheet to support
      supplementing existing theme styling.
    
    - Add test style for parameter section headers (spacing)
    
    - Add versionadded details for parameters to note when
      they first appeared

    Changed files

    • source/_static/rsyslog.css
    • source/conf.py
    • source/configuration/modules/imuxsock.rst
  20. Change #233717

    Category rsyslog
    Changed by Deoren Moor <deorenohnoyoudont@users.noreply.github.com>
    Changed at Wed 24 Jan 2018 16:32:24
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 40f8b89a98bd732dd8625bc3d5a85addb27b4735

    Comments

    Merge pull request #476 from deoren/imuxsock_parameter_syntax
    PROTOTYPE: Parameter formatting

    Changed files

    • no files
  21. Change #233718

    Category rsyslog
    Changed by deoren <deorenohnoyoudont@users.noreply.github.com>
    Changed at Wed 24 Jan 2018 17:05:59
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 4bd9d96af8f347f8aae1b97293d794e444960340

    Comments

    Add random function coverage
    Add content for random function based on warning
    output and error messages found in the original
    feature commit in the source project. Clarifications
    and corrections were made based on feedback on
    the related ticket.
    
    refs rsyslog/rsyslog-doc#460

    Changed files

    • source/rainerscript/functions.rst
  22. Change #233719

    Category rsyslog
    Changed by Deoren Moor <deorenohnoyoudont@users.noreply.github.com>
    Changed at Thu 25 Jan 2018 04:43:26
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 56ef195087440887b91cb8f3d3b58a39ac4ac892

    Comments

    Merge pull request #493 from deoren/display_branch_build_info
    Update build process to default to static value builds, use verbose details for dev builds when available

    Changed files

    • no files
  23. Change #233720

    Category rsyslog
    Changed by deoren <deorenohnoyoudont@users.noreply.github.com>
    Changed at Thu 25 Jan 2018 06:28:28
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 2befc7e0dbca514c36be6c18423644d1bab04edc

    Comments

    BUILD_README: Fix typo, add link to main README

    Changed files

    • BUILDS_README.md
  24. Change #233721

    Category rsyslog
    Changed by Deoren Moor <deorenohnoyoudont@users.noreply.github.com>
    Changed at Thu 25 Jan 2018 06:31:24
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 8f265a98c4b38abf63f125315d0f141b320748a2

    Comments

    Merge pull request #519 from deoren/readme-typos
    BUILD_README: Fix typo, add link to main README

    Changed files

    • no files
  25. Change #233722

    Category rsyslog
    Changed by deoren <deorenohnoyoudont@users.noreply.github.com>
    Changed at Thu 25 Jan 2018 06:49:50
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 68eae4389f1ebd06e87cf65f35d0be88be26c0d4

    Comments

    Correct versions affected by performance impact
    refs rsyslog/rsyslog-doc#413

    Changed files

    • source/configuration/conf_formats.rst
  26. Change #233723

    Category rsyslog
    Changed by Deoren Moor <deorenohnoyoudont@users.noreply.github.com>
    Changed at Thu 25 Jan 2018 06:53:54
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 94d50a9a3a5901a16bf7b7c790b695b960d4dbc5

    Comments

    Merge pull request #520 from deoren/i413-performance-comment
    Correct versions affected by performance impact when using the "advanced" format

    Changed files

    • no files
  27. Change #233724

    Category rsyslog
    Changed by deoren <deorenohnoyoudont@users.noreply.github.com>
    Changed at Thu 25 Jan 2018 07:07:32
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 2b378afef3f2c072263f51d1a44d2bf5ccd9cd4b

    Comments

    Emphasize no perf diff between formats
    Since initial improvements in v7 and later parity of performance
    in v8, there is no longer any difference in speed between
    the basic "selector lines" and advanced formats when filtering
    messages.
    
    refs rsyslog/rsyslog-doc#413

    Changed files

    • source/configuration/filters.rst
  28. Change #233725

    Category rsyslog
    Changed by Deoren Moor <deorenohnoyoudont@users.noreply.github.com>
    Changed at Thu 25 Jan 2018 07:12:23
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 7aa2981740d28d1d9606e16f07de8f72f9b2ea2a

    Comments

    Merge pull request #521 from deoren/i413-performance-impact-clarification
    Emphasize no perf diff between filter formats

    Changed files

    • no files
  29. Change #233726

    Category rsyslog
    Changed by deoren <deorenohnoyoudont@users.noreply.github.com>
    Changed at Thu 25 Jan 2018 07:44:59
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision f1ec5b3d1c36c8665a60f7190b770799ceead31b

    Comments

    Move subst defs to inc file
    Instead of maintaining the substitution definitions within the
    Sphinx build configuration file, those definitions have been
    moved to a separate include file. Accordingly, the build
    conf has been updated to add an exclude entry for all *.inc.rst
    files so that they are not included multiple times during build
    processing. This include file is currently referenced by the
    rst_prolog build conf option.

    Changed files

    • source/conf.py
    • source/substitution_definitions.inc.rst
  30. Change #233727

    Category rsyslog
    Changed by Deoren Moor <deorenohnoyoudont@users.noreply.github.com>
    Changed at Thu 25 Jan 2018 07:52:31
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 5fbe02b4d103397e736b63259ff6185facfc777b

    Comments

    Merge pull request #522 from deoren/subst-defs
    Move substitution definitions to include file

    Changed files

    • no files
  31. Change #233728

    Category rsyslog
    Changed by deoren <deorenohnoyoudont@users.noreply.github.com>
    Changed at Thu 25 Jan 2018 08:01:15
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 9a95684126c5280367a8b1bd6aa6f45820051d21

    Comments

    Add footer for every page
    A footer has been created and is included by all pages via an
    include statement within the rst_epilog build conf option.
    This footer is an attempt to display common "go here for help"
    options that should be made prominent for newcomers to the
    project.

    Changed files

    • source/conf.py
    • source/footer.inc.rst
  32. Change #233729

    Category rsyslog
    Changed by Deoren Moor <deorenohnoyoudont@users.noreply.github.com>
    Changed at Thu 25 Jan 2018 08:07:34
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 1a3f01a5132a9ec6cc4baf8a37b569f928074269

    Comments

    Merge pull request #511 from deoren/standard_footer
    Add standard footer for each page: how to help us, how to get help

    Changed files

    • no files
  33. Change #233730

    Category rsyslog
    Changed by deoren <deorenohnoyoudont@users.noreply.github.com>
    Changed at Thu 25 Jan 2018 16:09:42
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 5622a9a3851664ff5d88df68924231b33461dbcd

    Comments

    random(): emphasize fallback w/o too much detail
    Add explicit warning re suitability of random number for
    crypto use, drop specific details that may be too
    implementation specific (separation of interface vs
    implementation).
    
    refs rsyslog/rsyslog-doc#460

    Changed files

    • source/rainerscript/functions.rst
  34. Change #233731

    Category rsyslog
    Changed by Deoren Moor <deorenohnoyoudont@users.noreply.github.com>
    Changed at Thu 25 Jan 2018 16:42:05
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 61a0c82406cadb8d1c5ffed8e919d125e3b6d675

    Comments

    Merge pull request #510 from deoren/i460-random-function
    Add random function coverage

    Changed files

    • no files
  35. Change #233732

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Fri 26 Jan 2018 12:03:05
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision acdd197ec6e31c8be4b0c38e1b8eeeb930d0dea5

    Comments

    tooling: initial standard build container definition
    This is to be extended, but provides a first impression of how
    this could be done. It's useful in any case to use during CI, as
    it permits to reproduce exact same results in different environments.

    Changed files

    • .gitignore
    • .travis.yml
    • tools/README.md
    • tools/buildenv/.dockerignore
    • tools/buildenv/Dockerfile
    • tools/buildenv/README.md
    • tools/buildenv/starter.sh
    • tools/buildenv/tools/bash
    • tools/buildenv/tools/build-doc
    • tools/buildenv/tools/git-clone
    • tools/buildenv/tools/help
    • tools/buildenv/tools/version-info
  36. Change #233733

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Fri 26 Jan 2018 12:51:32
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 8ea1eaf836a558ccdbdfcb520784580048c00df0

    Comments

    Merge pull request #523 from rgerhards/docker
    tooling: initial standard build container definition

    Changed files

    • no files
  37. Change #233734

    Category rsyslog
    Changed by deoren <deorenohnoyoudont@users.noreply.github.com>
    Changed at Fri 26 Jan 2018 23:10:25
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 82089d76cab623226d629fd73905189d82dc88d5

    Comments

    cron script: mimic '--version-sort' option
    Instead of using the GNU sort utility's "version sort" option,
    fall back to a combination of options that appear to
    provide the safe effect, but also work well with
    busybox (used in some docker container images).
    
    refs rsyslog/rsyslog-doc#524

    Changed files

    • cron_build_all_branches.sh
  38. Change #233735

    Category rsyslog
    Changed by Deoren Moor <deorenohnoyoudont@users.noreply.github.com>
    Changed at Fri 26 Jan 2018 23:39:28
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision fdb3bac9ac63df10863bf7522439a107390b6760

    Comments

    Merge pull request #526 from deoren/cron-fix-sort-on-alpine
    cron script: mimic '--version-sort' option for busybox compatibility

    Changed files

    • no files