Skip to content

compile_pkgs: suppress warning on new git versions about initial branch

Karel Koci requested to merge hotfix/compile_pkgs into hbk

New versions of git complain that the initial branch name is not specified. It suggests specification in config but in our case the better option is to not rely on user and just suppress this warning by explicitly specifying master.

Merge request reports