[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r10273 - /man-cgi/static-repository/bin/config



Author: jfs
Date: Mon Oct 28 20:12:58 2013
New Revision: 10273

URL: http://svn.debian.org/wsvn/?sc=1&rev=10273
Log:
Modify config file to suit glinka.debian.org

Modified:
    man-cgi/static-repository/bin/config

Modified: man-cgi/static-repository/bin/config
URL: http://svn.debian.org/wsvn/man-cgi/static-repository/bin/config?rev=10273&op=diff
==============================================================================
--- man-cgi/static-repository/bin/config	(original)
+++ man-cgi/static-repository/bin/config	Mon Oct 28 20:12:58 2013
@@ -1,13 +1,17 @@
 
-# Customize this file and rename it to 'config'
+# Customize this file as required
 
-DEBDIR=/srv/archive.ubuntu.com/ubuntu
+# Directory where the debian mirror is:
+DEBDIR=/srv/mirrors/debian
 
-PUBLIC_HTML_DIR="/srv/manpages.ubuntu.com/www"
+# Directory where the manpages will be extracted
+PUBLIC_HTML_DIR="/srv/manpages.debian.org/www"
 MANPAGE_DIR="$PUBLIC_HTML_DIR/manpages"
 
-SITE="http://manpages.ubuntu.com";
+# Name of the site
+SITE="http://manpages.debian.org";
 
-DISTROS="raring quantal precise oneiric lucid hardy"
-REPOS="main restricted universe multiverse"
+# Distributions, repositories and architectures to include when parsing the mirror
+DISTROS="squeeze squeeze-updates  wheezy wheezy-backports wheezy-proposed-updates wheezy-updates jessie jessie-backports jessie-proposed-updates sid experimental"
+REPOS="main contrib"
 ARCH="i386"


Reply to: