modified get_version.py for gitcafe support

This commit is contained in:
Jingbei Li 2015-06-28 22:06:21 +08:00
parent 6cf385a73a
commit c6c647ac56

View file

@ -3,7 +3,7 @@ from importlib import import_module
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
handler_precedence = ( handler_precedence = (
'github', 'aur', 'pypi', 'archpkg', 'gems', 'pacman', 'github', 'gitcafe', 'aur', 'pypi', 'archpkg', 'gems', 'pacman',
'cmd', 'gcode_hg', 'gcode_svn', 'regex', 'manual', 'vcs' 'cmd', 'gcode_hg', 'gcode_svn', 'regex', 'manual', 'vcs'
) )