Thanks to visit codestin.com
Credit goes to github.com

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: saltstack-formulas/libvirt-formula
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.8.0
Choose a base ref
...
head repository: saltstack-formulas/libvirt-formula
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.8.1
Choose a head ref
  • 3 commits
  • 6 files changed
  • 3 contributors

Commits on Jul 24, 2020

  1. fix(map): path_join can't be used on windows

    It looks like `path_join` can't be used to build pathes for
    `fileserver`, it fails with `jinja2.exceptions.TemplateNotFound`.
    
    * libvirt/map.jinja: replace all `path_join` with string
      concatenation.
    baby-gnu committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    c2b3465 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #80 from baby-gnu/fix/map-on-windows

    fix(map): `path_join` can't be used to load YAML files on windows
    myii authored Jul 24, 2020
    Configuration menu
    Copy the full SHA
    d986cca View commit details
    Browse the repository at this point in the history
  3. chore(release): 3.8.1 [skip ci]

    ## [3.8.1](v3.8.0...v3.8.1) (2020-07-24)
    
    ### Bug Fixes
    
    * **map:** `path_join` can't be used on windows ([c2b3465](c2b3465))
    semantic-release-bot committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    6f1400e View commit details
    Browse the repository at this point in the history
Loading