Skip to content

Use current branch in 'make distcheck' (bug #16859)

Emanuele Petriglia requested to merge (removed):fix-distcheck into master

Actually 'make distcheck' always create the gzipped file of 'master' branch. This is not correct when I am on a different branch.

This merge request allow the creation of zipped distribution file using the current branch calling git branch --show-current.

Edited by Gaël Bonithon

Merge request reports