Skip to content
Snippets Groups Projects
  • Niels de Vos's avatar
    4287d474
    build: add a check for mercurial/hg · 4287d474
    Niels de Vos authored
    
    When running `make vendor` without `hg` in the path, the build fails
    with the following error:
    
       [WARN] Unable to checkout bitbucket.org/ww/goautoneg
       [ERROR] Update failed for bitbucket.org/ww/goautoneg: hg is not installed
       [ERROR] Failed to install: hg is not installed
       make: *** [Makefile:74: vendor] Error 1
    
    Glide needs to fetch a repository from bitbucket.org, which is a
    Mercurial hosting site. The `hg` executable needs to be available to
    download the requires pkgs.
    
    Reported-by: default avatarMadhu Rajanna <mrajanna@redhat.com>
    Signed-off-by: default avatarNiels de Vos <ndevos@redhat.com>
    4287d474
    History
    build: add a check for mercurial/hg
    Niels de Vos authored
    
    When running `make vendor` without `hg` in the path, the build fails
    with the following error:
    
       [WARN] Unable to checkout bitbucket.org/ww/goautoneg
       [ERROR] Update failed for bitbucket.org/ww/goautoneg: hg is not installed
       [ERROR] Failed to install: hg is not installed
       make: *** [Makefile:74: vendor] Error 1
    
    Glide needs to fetch a repository from bitbucket.org, which is a
    Mercurial hosting site. The `hg` executable needs to be available to
    download the requires pkgs.
    
    Reported-by: default avatarMadhu Rajanna <mrajanna@redhat.com>
    Signed-off-by: default avatarNiels de Vos <ndevos@redhat.com>