annotate readme @ 0:90405940c263

start Ignore-this: dff7ea315a05d30553e01e9a903aff4e
author drewp@bigasterisk.com
date Mon, 04 Apr 2011 01:24:59 -0700
parents
children 7f479502a8ab
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
drewp@bigasterisk.com
parents:
diff changeset
1 Mirrors a directory of darcs repos onto github.
drewp@bigasterisk.com
parents:
diff changeset
2
drewp@bigasterisk.com
parents:
diff changeset
3 Config description:
drewp@bigasterisk.com
parents:
diff changeset
4 {
drewp@bigasterisk.com
parents:
diff changeset
5 "user" : "<username on github>",
drewp@bigasterisk.com
parents:
diff changeset
6 "SSH_AUTH_SOCK" : "path to ssh-agent socket file, like /tmp/ssh-abcde12345/agent.12345",
drewp@bigasterisk.com
parents:
diff changeset
7 "gitHubToken" : "<from https://github.com/account/admin>",
drewp@bigasterisk.com
parents:
diff changeset
8 "gitsyncDir" : "<dir to dump the local git mirrors>",
drewp@bigasterisk.com
parents:
diff changeset
9 "darcsDir" : "<dir whose subdirs are the darcs repos you want to mirror>",
drewp@bigasterisk.com
parents:
diff changeset
10 "darcsToGitCmd" : "/usr/bin/darcs-to-git"
drewp@bigasterisk.com
parents:
diff changeset
11 }
drewp@bigasterisk.com
parents:
diff changeset
12
drewp@bigasterisk.com
parents:
diff changeset
13 See also:
drewp@bigasterisk.com
parents:
diff changeset
14 http://www.silverwareconsulting.com/index.cfm/2009/10/30/Placing-Config-Files-Under-Version-Control-with-Git-and-GitHub