summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Hicks <mhicks@mhicks-host.usersys.redhat.com>2008-07-15 08:51:08 -0400
committerMatthew Hicks <mhicks@mhicks-host.usersys.redhat.com>2008-07-15 08:52:15 -0400
commitda4070d207364b61ccb540ce02b9e27f03de818a (patch)
tree70d2740a3b6f86e8e83a19d8a2270ea2ca7281da
parent8f7b7de1e7b261a985c85de5285e6a3a41c81b67 (diff)
downloadtools-da4070d207364b61ccb540ce02b9e27f03de818a.tar.gz
tools-da4070d207364b61ccb540ce02b9e27f03de818a.tar.xz
tools-da4070d207364b61ccb540ce02b9e27f03de818a.zip
Removing the func directory (moving it to third_party/func)
-rw-r--r--func/.gitignore1
-rw-r--r--func/README14
2 files changed, 0 insertions, 15 deletions
diff --git a/func/.gitignore b/func/.gitignore
deleted file mode 100644
index 51e1cb0..0000000
--- a/func/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-func/*
diff --git a/func/README b/func/README
deleted file mode 100644
index c1ed99e..0000000
--- a/func/README
+++ /dev/null
@@ -1,14 +0,0 @@
-Right now, this will serve as a placeholder for how to
-patch and compile our own version of func until our
-changes are available upstream.
-
-IMPORTANT: This RPM needs to be build on RHEL and
- on Fedora to function.
-
-Follow these instructions to patch and build func:
-
-yum install python-setuptools-devel
-git clone git://github.com/matthicksj/func.git func
-cd func
-echo "0.22 1" > version
-make clean all