Expand environment variables and '~' in gbp.conf paths
authorBenoît Knecht <benoit.knecht@fsfe.org>
Tue, 26 Oct 2010 14:11:36 +0000 (16:11 +0200)
committerGuido Günther <agx@sigxcpu.org>
Tue, 2 Nov 2010 10:57:56 +0000 (11:57 +0100)
commitdfe910406faf1fbfffe5aed258b95c76610392ae
tree6fc7e649e607a5100054a66b6b8aafa8cb803645
parentea9a6560eb537cb29ee2c56da49756571c25ddde
Expand environment variables and '~' in gbp.conf paths

Options that expect a path in gbp.conf can now be given as
'~/path/to/dir' or '$HOME/path/to/dir' (or any other environment
variable for that matter).

Closes: #545692
gbp/config.py
git-buildpackage