Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

devassistant incorrectly handles yaml anchors #74

@msrb

Description

@msrb

Following yaml configuration works fine:

files:
  license: &license
    source: python/lib/LICENSE
...
- cl: cp *license .

I believe that following configuration should also work, but it doesn't:

files:
  MODIFICATION: &license
    source: python/lib/LICENSE
...
 - cl: cp *license .

devassistant fails with:

INFO - Checking for presence of python...
INFO - Found python-2.7.5-1.fc20.x86_64
INFO - Checking for presence of python-setuptools...
INFO - Found python-setuptools-0.6.36-1.fc20.noarch
INFO - Creating library project LIB1 in . ...
ERROR - cp: cannot stat ‘*license’: No such file or directory

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions