Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
e9e84177
Commit
e9e84177
authored
Apr 17, 2012
by
Tim Bielawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update hacking with MANPATH. Correct hacking README details.
parent
3f9a41b2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
hacking/README
+0
-3
hacking/env-setup
+5
-2
No files found.
hacking/README
View file @
e9e84177
...
...
@@ -6,6 +6,3 @@ To use it from the root of a checkout:
$ . ./hacking/env-setup
Note the space between the '.' and the './'
Man pages will not load until you run 'make docs' from the root of the
checkout.
hacking/env-setup
View file @
e9e84177
...
...
@@ -4,14 +4,17 @@
PREFIX_PYTHONPATH
=
"
$PWD
/lib"
PREFIX_PATH
=
"
$PWD
/bin"
PREFIX_MANPATH
=
"
$PWD
/docs/man"
export
PYTHONPATH
=
$PREFIX_PYTHONPATH
:
$PYTHONPATH
export
PATH
=
$PREFIX_PATH
:
$PATH
export
ANSIBLE_LIBRARY
=
"
$PWD
/library"
export
MANPATH
=
$PREFIX_MANPATH
:
$MANPATH
echo
"PATH=
$PATH
"
echo
"PYTHONPATH=
$PYTHONPATH
"
echo
"ANSIBLE_LIBRARY=
$ANSIBLE_LIBRARY
"
echo
"MANPATH=
$MANPATH
"
echo
"
r
eminder: specify your host file with -i"
echo
"
d
one."
echo
"
R
eminder: specify your host file with -i"
echo
"
D
one."
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment