Simplify calculation of repoman_settings["PORTAGE_GPG_DIR"] in gpgsign().
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>
Wed, 30 Mar 2011 20:32:45 +0000 (22:32 +0200)
committerZac Medico <zmedico@gentoo.org>
Wed, 13 Apr 2011 07:40:39 +0000 (00:40 -0700)
commit439baf280a7b927ce190c5f6fdc698731db37dfb
treeff405beda76f2860b960f19eb9723984ead78c7f
parentd5172fe51828666314acee3e88a881dce02cb99f
Simplify calculation of repoman_settings["PORTAGE_GPG_DIR"] in gpgsign().
os.path.expanduser() works even when HOME environment variable is not set.
bin/repoman