Gentoo Archives: gentoo-commits

From: Brian Dolbec <brian.dolbec@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/overlord:master commit in: /
Date: Sat, 05 Feb 2011 18:35:44
Message-Id: 645174acd67db5e7506ca7736b58c265c0568ed7.dol-sen@gentoo
1 commit: 645174acd67db5e7506ca7736b58c265c0568ed7
2 Author: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 5 18:35:27 2011 +0000
4 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
5 CommitDate: Sat Feb 5 18:35:27 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/overlord.git;a=commit;h=645174ac
7
8 add an example testpath for testing the git checkout
9
10 ---
11 testpath.example | 17 +++++++++++++++++
12 1 files changed, 17 insertions(+), 0 deletions(-)
13
14 diff --git a/testpath.example b/testpath.example
15 new file mode 100644
16 index 0000000..7ac243a
17 --- /dev/null
18 +++ b/testpath.example
19 @@ -0,0 +1,17 @@
20 +# Sample file demonstrating an easy method for running the
21 +# git sources without the need for installing.
22 +
23 +
24 +# Edit the paths below and save the file as "testpath"
25 +# the file will be ignored by git.
26 +
27 +# Example usage:
28 +
29 +# $ cd dev/git/overlord
30 +# $ source ./testpath
31 +# $ lord -l
32 +
33 +
34 +export PATH="/home/brian/Dev/git/overlord/bin:${PATH}"
35 +
36 +export PYTHONPATH="/home/brian/Dev/git/overlord/:${PYTHONPATH}"