Преглед изворни кода

Print full git revision in version string

pull/3/head
Tuncer Ayaz пре 13 година
родитељ
комит
7e812e6a75
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      bootstrap

+ 1
- 1
bootstrap Прегледај датотеку

@ -8,7 +8,7 @@ main(Args) ->
%% Get a string repr of first matching VCS changeset
VcsInfo = vcs_info([{hg, ".hg", "hg identify -i"},
{git, ".git", "git describe --always"}]),
{git, ".git", "git describe --always --tags"}]),
%% Check for force=1 flag to force a rebuild
case lists:member("force=1", Args) of

Loading…
Откажи
Сачувај