[Pkg-ofed-commits] [pkg-ofed] 01/04: add current web index

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Mon Jun 30 13:42:29 UTC 2014


This is an automated email from the git hooks/post-receive script.

ana pushed a commit to branch master
in repository pkg-ofed.

commit 80076b9da1c2049e47f5da957722eef634addf95
Author: Ana Guerrero López <ana at ekaia.org>
Date:   Mon Jun 30 15:33:45 2014 +0200

    add current web index
---
 web/index.html | 100 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 100 insertions(+)

diff --git a/web/index.html b/web/index.html
new file mode 100644
index 0000000..b4f61ca
--- /dev/null
+++ b/web/index.html
@@ -0,0 +1,100 @@
+<html>
+<head>
+<title>Debian OFED Infiniband packaging</title>
+</head>
+<body>
+<h1>Debian OFED Infiniband packaging</h1>
+
+<p>
+This project is responisble for packing the OpenFabrics Infiniband Distribtuion (OFED)
+for Debian. You need the software if you want to do anything useful with Infiniband on Debian.
+
+<h1>Packages</h1>
+
+Starting from OFED 1.4.1, prebuilt binaries for popular architectures are available from our
+apt repository.
+<p>
+Add the following line to your sources.list:
+<pre>
+deb http://pkg-ofed.alioth.debian.org/apt/ofed ./
+deb-src http://pkg-ofed.alioth.debian.org/apt/ofed ./
+</pre>
+Install OFED by running:
+<pre>
+aptitude install ofed
+</pre>
+If you need an older OFED version, you can use the following sources.list entries:
+<pre>
+deb http://pkg-ofed.alioth.debian.org/apt/ofed-X.Y.Z ./
+deb-src http://pkg-ofed.alioth.debian.org/apt/ofed-X.Y.Z ./
+</pre>
+
+
+<h1>Documentation</h1>
+
+Read the <a href="http://pkg-ofed.alioth.debian.org/howto/infiniband-howto.html">Infiniband-HOWTO</a>
+on how to get started with the debian OFED packages.
+
+<h1>Project Information</h1>
+
+<h2>Project Page</h2>
+
+The alioth project page can be found at: <br>
+<a href="http://alioth.debian.org/projects/pkg-ofed">
+http://alioth.debian.org/projects/pkg-ofed</a>
+<p>
+If you want to join the project, please register there.
+
+<h2>SVN Repository</h2>
+
+Package source can be found in our subversion repository:<br>
+<a href="http://svn.debian.org/wsvn/pkg-ofed/">
+http://svn.debian.org/viewsvn/pkg-ofed/<a>
+<p>
+To check out the repository run:
+<pre>
+svn co svn://svn.debian.org/svn/pkg-ofed/
+</pre>
+
+If you just want a particular release, you can just check out the relevant tag:
+<pre>
+svn co svn://svn.debian.org/svn/pkg-ofed/tags/ofed-X.Y.Z
+</pre>
+
+
+
+<h2>Debian Mailing Lists</h2>
+
+We have two mailing lists:<br>
+<p>
+<b>pkg-ofed-devel at lists.alioth.debian.org</b>:<br>
+Debian specific questions relating to the OFED packages. (Note that if your question is an general infiniband question
+rather than one specifically about the debian packages, then the openfabrics mailing list is probably a better place
+to go.)
+<a href="http://lists.alioth.debian.org/mailman/listinfo/pkg-ofed-devel">Archives / Subscription page</a>
+<p>
+<b>pkg-ofed-commits at lists.alioth.debian.org</b>:<br>
+Tracker for the SVN repository.
+<a href="http://lists.alioth.debian.org/mailman/listinfo/pkg-ofed-commits">Archives / Subscription page</a>
+
+<h2>Upstream Mailing lists</h2>
+
+
+<b>ewg at lists.openfabrics.org</b>:<br>
+List for development of the OFED stack.
+<a href="http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg">Archives / Subscription page</a>
+<p>
+<b>linux-rdma at vger.kernel.org</b>:<br>
+List for kernel RDMA development.
+<a href="http://vger.kernel.org/vger-lists.html#linux-rdma">Archives / Subscription page</a>
+
+
+<h1>Useful Upstream Contacts</h1>
+
+OFED software is produced by the openfabrics alliance. Information about upstream development can be found
+on their website.
+<br>
+<a href="http://www.openfabrics.org/">http://www.openfabrics.org/</a>
+
+</body>
+</html>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/pkg-ofed.git



More information about the Pkg-ofed-commits mailing list