/[webwml]/packages/config.sh
ViewVC logotype

Contents of /packages/config.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (hide annotations) (download) (as text)
Fri Dec 19 08:20:07 2003 UTC (9 years, 5 months ago) by joey
Branch: MAIN
Changes since 1.3: +2 -0 lines
File MIME type: application/x-sh
Added support for *-proposed-updates
1 joey 1.1 # Configuration for packages.debian.org
2     #
3    
4 joey 1.3 topdir=/org/packages.debian.org
5 joey 1.1
6     bindir=${topdir}/bin
7     filesdir=${topdir}/files
8     swishdir=${topdir}/swish++
9     htmldir=${topdir}/www
10     archivedir=${topdir}/archive
11    
12     # unset this if packages.debian.org moves somewhere where the packages files
13     # cannot be obtained locally
14     #
15     localdir=/org/ftp.debian.org/ftp
16    
17     ftpsite=http://ftp.debian.org/debian
18     nonus_ftpsite=http://ftp.uk.debian.org/debian-non-US
19     security_ftpsite=http://security.debian.org/debian-security
20    
21 joey 1.2 # Architectures
22     #
23     dists="stable testing unstable"
24     arch_stable="alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc"
25     arch_testing="${arch_stable}"
26     arch_unstable="alpha arm hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc"
27 joey 1.4 arch_testing_proposed_updates="${arch_testing}"
28     arch_stable_proposed_updates="${arch_stable}"

  ViewVC Help
Powered by ViewVC 1.1.5