Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/build
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9614094
Choose a base ref
...
head repository: nodejs/build
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0707dc2
Choose a head ref
  • 5 commits
  • 9 files changed
  • 1 contributor

Commits on Aug 29, 2017

  1. ansible: support for Ubuntu 14.04

    PR-URL: #735
    Reviewed-By: Kyle Farnung <kfarnung@microsoft.com>
    Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    joaocgreis committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    872d085 View commit details
    Browse the repository at this point in the history
  2. ansible: do not use when to detect Java

    Ansible warns that when statements should not include jinja2
    templating delimiters, and ignores subsequent failures installing the
    package. This lets the package installation fail when the package
    name is missing.
    
    PR-URL: #735
    Reviewed-By: Kyle Farnung <kfarnung@microsoft.com>
    Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    joaocgreis committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    7d56ea4 View commit details
    Browse the repository at this point in the history
  3. ansible: run package-upgrade before baselayout

    The role package-upgrade should run before baselayout, to ensure that
    the package databases are updated and baselayout can install packages.
    
    PR-URL: #735
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    joaocgreis committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    c57f2c3 View commit details
    Browse the repository at this point in the history
  4. ansible: increase timeout for downloading slave.jar

    PR-URL: #735
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    joaocgreis committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    22d62f8 View commit details
    Browse the repository at this point in the history
  5. ansible,ubuntu1404: restart 'ssh' instead of 'sshd'

    PR-URL: #735
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    joaocgreis committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    0707dc2 View commit details
    Browse the repository at this point in the history
Loading