use signingKey
This commit is contained in:
parent
b359ead58e
commit
667e16f1b9
1 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@ makeinfos updated version = do
|
||||||
void $ inRepo $ runBool
|
void $ inRepo $ runBool
|
||||||
[ Param "commit"
|
[ Param "commit"
|
||||||
, Param "-a"
|
, Param "-a"
|
||||||
, Param "-S89C809CB" -- git-annex distribution signing key
|
, Param ("-S" ++ signingKey)
|
||||||
, Param "-m"
|
, Param "-m"
|
||||||
, Param $ "publishing git-annex " ++ version
|
, Param $ "publishing git-annex " ++ version
|
||||||
]
|
]
|
||||||
|
@ -124,7 +124,7 @@ makeinfos updated version = do
|
||||||
signFile f
|
signFile f
|
||||||
void $ inRepo $ runBool
|
void $ inRepo $ runBool
|
||||||
[ Param "commit"
|
[ Param "commit"
|
||||||
, Param "-S89C809CB" -- git-annex distribution signing key
|
, Param ("-S" ++ signingKey)
|
||||||
, Param "-m"
|
, Param "-m"
|
||||||
, Param $ "updated info files for git-annex " ++ version
|
, Param $ "updated info files for git-annex " ++ version
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue