Changes between Version 78 and Version 79 of Building/GettingTheSources
- Timestamp:
- 12/05/12 04:53:47 (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/GettingTheSources
v78 v79 40 40 $ ./sync-all -r darcs.haskell.org:/srv/darcs/ remote set-url --push origin 41 41 }}} 42 43 You will probably also want to run 44 {{{ 45 $ git config --global diff.ignoreSubmodules dirty 46 }}} 47 to stop git in the ghc repo from checking for unrecorded changes in the submodules. 42 48 43 49 == Making a local clone ==
