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

Description
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