diff options
| author | Greg Blomquist <gblomqui@redhat.com> | 2008-06-18 15:08:22 -0400 |
|---|---|---|
| committer | Greg Blomquist <gblomqui@redhat.com> | 2008-06-18 15:08:22 -0400 |
| commit | dc3f94ec99ff9d2b131564733500a206e1f7fd18 (patch) | |
| tree | abd7bad0fdd872745e80791ef9e28176ca180487 | |
| parent | f0fa62e2d9cf46f8d2a972f63abfb3e00f040018 (diff) | |
| parent | 09d3ebfb315abe2c08c10910380305d18bac4bec (diff) | |
Merge branch 'master' of it@hackathon1-repo.usersys.redhat.com:/pub/git/tools
| -rw-r--r-- | func/.gitignore | 1 | ||||
| -rw-r--r-- | func/README | 13 |
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 |
