aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <brian.dolbec@gmail.com>2011-02-05 10:35:27 -0800
committerBrian Dolbec <brian.dolbec@gmail.com>2011-02-05 10:35:27 -0800
commit645174acd67db5e7506ca7736b58c265c0568ed7 (patch)
treeeb4429d6ed29713240ae302bfc2eee71f6f67e7c
parentadd an irc data element to the overlay xml (diff)
downloadoverlord-645174acd67db5e7506ca7736b58c265c0568ed7.tar.gz
overlord-645174acd67db5e7506ca7736b58c265c0568ed7.tar.bz2
overlord-645174acd67db5e7506ca7736b58c265c0568ed7.zip
add an example testpath for testing the git checkout
-rw-r--r--testpath.example17
1 files changed, 17 insertions, 0 deletions
diff --git a/testpath.example b/testpath.example
new file mode 100644
index 0000000..7ac243a
--- /dev/null
+++ b/testpath.example
@@ -0,0 +1,17 @@
+# Sample file demonstrating an easy method for running the
+# git sources without the need for installing.
+
+
+# Edit the paths below and save the file as "testpath"
+# the file will be ignored by git.
+
+# Example usage:
+
+# $ cd dev/git/overlord
+# $ source ./testpath
+# $ lord -l
+
+
+export PATH="/home/brian/Dev/git/overlord/bin:${PATH}"
+
+export PYTHONPATH="/home/brian/Dev/git/overlord/:${PYTHONPATH}"