Converted the setupRepo script to python to allow creating the same repo.
commitb59b0257586d843731ea53b0772a6399764d7f80
authorSverre Rabbelier <sverre@rabbelier.nl>
Tue, 27 May 2008 22:09:13 +0000 (28 00:09 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Tue, 27 May 2008 22:09:13 +0000 (28 00:09 +0200)
treee01709364aed7b837471cf136f22a6b6047b20ab
parent759e093cbac2c1b122b208559ce88a450f439934
Converted the setupRepo script to python to allow creating the same repo.

The script is also adjusted to use a set timestamp so that later,
when the repo is generated again, the commits will have the same sha1's.
This is achieved by setting GIT_COMMITTER_DATE and GIT_AUTHOR_DATE
to a known value (taken from t/t1400-update-ref.sh from git.git).
src/scripts/setupRepo.py [new file with mode: 0755]