Commit 67c98841 by Toshio Kuratomi

Comment out egg generation for now as we don't yet have a setup.py for v2

parent 5f8d63dd
...@@ -40,10 +40,10 @@ gen_egg_info() ...@@ -40,10 +40,10 @@ gen_egg_info()
# directory in history # directory in history
if [ "$ANSIBLE_HOME" != "$PWD" ] ; then if [ "$ANSIBLE_HOME" != "$PWD" ] ; then
pushd "$ANSIBLE_HOME" pushd "$ANSIBLE_HOME"
gen_egg_info #gen_egg_info
popd popd
else else
gen_egg_info #gen_egg_info
fi fi
# Print out values unless -q is set # Print out values unless -q is set
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment