Conversation
|
Test report by @fgeorgatos |
There was a problem hiding this comment.
space after comma, remove final line; @boegel: ready for test/merge?
| sources = ['%s.V%s.tgz' % (name, version.replace(".", ""))] | ||
|
|
||
| sanity_check_paths = { | ||
| 'files': ["splitRef_V002/splitRef.pl"], |
There was a problem hiding this comment.
@pescobar hardcoded version, please use:
version = '0.0.2'
altver = version.replace(',', '')
...
'files': ['splitRef_%s/splitRef.pl' % altver],|
Test report by @boegel |
|
Test report by @pescobar |
|
Test report by @pescobar |
|
Test report by @pescobar |
|
Test report by @boegel |
|
lgtm |
|
Going in, thanks @pescobar! |
No description provided.