summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Blomquist <gblomqui@redhat.com>2008-06-18 15:08:22 -0400
committerGreg Blomquist <gblomqui@redhat.com>2008-06-18 15:08:22 -0400
commitdc3f94ec99ff9d2b131564733500a206e1f7fd18 (patch)
treeabd7bad0fdd872745e80791ef9e28176ca180487
parentf0fa62e2d9cf46f8d2a972f63abfb3e00f040018 (diff)
parent09d3ebfb315abe2c08c10910380305d18bac4bec (diff)
Merge branch 'master' of it@hackathon1-repo.usersys.redhat.com:/pub/git/tools
-rw-r--r--func/.gitignore1
-rw-r--r--func/README13
2 files changed, 14 insertions, 0 deletions
diff --git a/func/.gitignore b/func/.gitignore
new file mode 100644
index 0000000..51e1cb0
--- /dev/null
+++ b/func/.gitignore
@@ -0,0 +1 @@
+func/*
diff --git a/func/README b/func/README
new file mode 100644
index 0000000..2c34b3b
--- /dev/null
+++ b/func/README
@@ -0,0 +1,13 @@
+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:
+
+git clone git://github.com/matthicksj/func.git
+cd func
+echo "0.19 1" > version
+make clean all