summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDusty Phillips <buchuki@gmail.com>2008-10-07 10:57:27 -0400
committerDusty Phillips <buchuki@gmail.com>2008-10-07 10:57:27 -0400
commit6d632344f1036dca0c5fd11d67bdab7fceff2cac (patch)
tree29917f989b7d29948c45acf4d14378ca7c19c072 /templates
parent2f11fb826ca64d80a0832db34b8e9f1eeb819c4f (diff)
downloadarchweb-6d632344f1036dca0c5fd11d67bdab7fceff2cac.tar.gz
archweb-6d632344f1036dca0c5fd11d67bdab7fceff2cac.zip
remove reference to old cvs entry
Diffstat (limited to 'templates')
-rw-r--r--templates/devel/cvs.html48
1 files changed, 0 insertions, 48 deletions
diff --git a/templates/devel/cvs.html b/templates/devel/cvs.html
deleted file mode 100644
index 715d00d3..00000000
--- a/templates/devel/cvs.html
+++ /dev/null
@@ -1,48 +0,0 @@
-{% extends "base.html" %}
-
-{% block content %}
-<div class="greybox" style="text-align:center">
- You can access all of our PKGBUILD files from the
- <a href="http://cvs.archlinux.org">cvsweb</a> interface.
-</div>
-<br /><br />
-<div class="box">
- <h2 class="title">CVS Repositories</h2>
- <br /><br />
- Anonymous CVS access is also available. Use <i><u>anonymous</u></i> as the
- username and password.<br /><br />
- <ol class="instructions">
- <li>
- Set CVSROOT to the repository you wish to access:<br /><br />
- <blockquote class="code">
-# export CVSROOT=:pserver:anonymous@cvs.archlinux.org:/home/cvs-core<br /><br />
-OR<br /><br />
-# export CVSROOT=:pserver:anonymous@cvs.archlinux.org:/home/cvs-extra<br /><br />
-OR<br /><br />
-# export CVSROOT=:pserver:anonymous@cvs.archlinux.org:/home/cvs-unstable<br /><br />
- </blockquote>
- <br /><br />
- </li>
- <li>
- Login:<br /><br />
- <blockquote class="code">
-# touch ~/.cvspass<br />
-# cvs login<br />
-Logging in to :pserver:anonymous@cvs.archlinux.org:2401/home/cvs-core<br />
-CVS password: anonymous<br />
- </blockquote>
- <br /><br />
- </li>
- <li>
- Check out the repository:<br /><br />
- <blockquote class="code">
-# cvs -z3 co core<br /><br />
-OR<br /><br />
-# cvs -z3 co extra<br />
- </blockquote>
- </li>
- </ol>
-</div>
-<br /><br />
-{% endblock %}
-