[commit: ghc] master: Added utility to uniquely identify ghc repo states (36df2f3)
Simon Marlow
marlowsd at gmail.com
Mon May 23 12:11:18 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/36df2f39af4d132dac4acbc11a271a95e2254e42
>---------------------------------------------------------------
commit 36df2f39af4d132dac4acbc11a271a95e2254e42
Author: David M Peixotto <dmp at rice.edu>
Date: Sun May 22 14:30:22 2011 -0500
Added utility to uniquely identify ghc repo states
This commit adds fingerprint.py python script that can be used to
create and restore "fingerprints" of a ghc repo configuration. A
fingerprint is a list of (sub-repo, commit) pairs. It can be used in
place of git submodules to record and reinstate the entire commit
state of the git repos used by ghc.
utils/fingerprint/fingerprint.py | 248 ++++++++++++++++++++++++++++++++++++++
1 files changed, 248 insertions(+), 0 deletions(-)
Diff suppressed because of size. To see it, use:
git show 36df2f39af4d132dac4acbc11a271a95e2254e42
More information about the Cvs-ghc
mailing list