]> oss.titaniummirror.com Git - repo_shell.git/commitdiff
Add Makefile and README
authorR. Steve McKown <rsmckown@gmail.com>
Sun, 23 Sep 2012 18:54:36 +0000 (12:54 -0600)
committerR. Steve McKown <rsmckown@gmail.com>
Sun, 23 Sep 2012 18:54:36 +0000 (12:54 -0600)
Makefile [new file with mode: 0644]
README [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..b2e6998
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+repo_shell: repo_shell.c inih/ini.c
+       $(CC) -I inih $^ -o $@
diff --git a/README b/README
new file mode 100644 (file)
index 0000000..d6cabcb
--- /dev/null
+++ b/README
@@ -0,0 +1,29 @@
+Build
+-----
+
+make repo_shell
+
+Install
+-------
+
+sudo cp repo_shell /usr/local/bin/
+
+Configure
+---------
+
+cat <+EOF+ > repo_shell.cfg
+[core]
+owner=repo
+git_root=/var/lib/git
+svn_root=/var/lib/svn/repositories
++EOF+
+sudo mv repo_shell.cfg /etc/
+
+Notes
+-----
+The inih library comes from:
+URL: http://inih.googlecode.com/svn/trunk
+Repository Root: http://inih.googlecode.com/svn
+Repository UUID: f5d6dc10-6d35-11de-b131-07d8e4d3762e
+Revision: 22
+