diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-01-21 21:27:12 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-01-21 21:27:12 -0400 |
commit | c58de74dc4d275ee68661e755ff3c4c628cc350e (patch) | |
tree | 0b659f7b3a5f47b6f14d74f1d9182bdb066cf11f | |
parent | 3504d2a18519df7b0e52ff525b6ea41ac43da7b9 (diff) |
make commits to downloads repo with the git-annex distribution signing key
-rw-r--r-- | Build/DistributionUpdate.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/DistributionUpdate.hs b/Build/DistributionUpdate.hs index 8c5cec128..e3990d039 100644 --- a/Build/DistributionUpdate.hs +++ b/Build/DistributionUpdate.hs @@ -100,6 +100,7 @@ makeinfos updated version = do void $ inRepo $ runBool [ Param "commit" , Param "-a" + , Param "-S89C809CB" -- git-annex distribution signing key , Param "-m" , Param $ "publishing git-annex " ++ version ] @@ -125,6 +126,7 @@ makeinfos updated version = do void $ inRepo $ runBool [ Param "commit" , Param "-m" + , Param "-S89C809CB" -- git-annex distribution signing key , Param $ "updated info files for git-annex " ++ version ] void $ inRepo $ runBool |