Skip to content

Commit

Permalink
Set/update upstream repo url for haddock
Browse files Browse the repository at this point in the history
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@gnu.org>
  • Loading branch information
hvr committed Jun 4, 2014
1 parent dd99434 commit d7a228b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d7a228b

Please sign in to comment.