Tools: master 8212eebb

Author Committer Branch Timestamp Parent
dregad dregad master 2019-11-25 02:21 master 1edfc97d
Affected Issues  0026386: Build release script fails when no refs are provided on command-line
Changeset

buildrelease-repo.py: fix bug when no refs provided

When no ref to build is provided, the script retrieves the current
HEAD's SHA and uses that as release name.

The problem was that using extend() to add the SHA to the list of refs
caused the string to be added as individual chars instead of a single
item. Using append() instead fixes the problem.

Fixes 0026386

mod - buildrelease-repo.py Diff File