[commit: ghc] master: Set/update upstream repo url for haddock (d7a228b)

git at git.haskell.org git at git.haskell.org
Wed Jun 4 07:47:56 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/d7a228b1cd2d0bd62c129ff631b4e198feced7fa/ghc

>---------------------------------------------------------------

commit d7a228b1cd2d0bd62c129ff631b4e198feced7fa
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Wed Jun 4 09:35:52 2014 +0200

    Set/update upstream repo url for haddock
    
    In the future, some script will use the last column to configure
    Git to redirect `push` operations to the respective primary Git
    repo.
    
    One way could be via the `pushInsteadOf` facility described in
    
      https://ghc.haskell.org/trac/ghc/wiki/WorkingConventions/Git/Submodules
    
    Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>


>---------------------------------------------------------------

d7a228b1cd2d0bd62c129ff631b4e198feced7fa
 packages | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/packages b/packages
index c324d2d..1416cd8 100644
--- a/packages
+++ b/packages
@@ -26,7 +26,10 @@
 #   * 'remotepath' is where the repository is in the central repository.
 #     It is - for submodules.
 #   * 'upstreamurl' is the upstream Git repo location for packages
-#     maintained outside of GHC HQ.
+#     maintained outside of GHC HQ. Repositories which are hosted on
+#     GitHub and GHC developers are granted push-rights for are denoted by
+#     being specified with the `ssh://` scheme. Thus, `https://`
+#     repo urls denote read-only access.
 #
 #   * The 'tag' determines when "sync-all get" will get the
 #     repo. If the tag is "-" then it will always get it, but if there
@@ -47,7 +50,7 @@
 ghc-tarballs                 windows     ghc-tarballs.git                -
 libffi-tarballs              -           libffi-tarballs.git             -
 utils/hsc2hs                 -           hsc2hs.git                      -
-utils/haddock                -           -                               -
+utils/haddock                -           -                               ssh://git@github.com/haskell/haddock.git
 libraries/array              -           packages/array.git              -
 libraries/binary             -           -                               https://github.com/kolmodin/binary.git
 libraries/bytestring         -           -                               https://github.com/haskell/bytestring.git



More information about the ghc-commits mailing list