update list of arches for 3.6

This commit is contained in:
pvalchev 2004-09-15 18:57:16 +00:00
parent c862b93395
commit def59b4c36

View File

@ -1,6 +1,6 @@
#!/usr/bin/perl -w
# $OpenBSD: gen-package-pages,v 1.3 2004/09/15 18:53:24 pvalchev Exp $
# $OpenBSD: gen-package-pages,v 1.4 2004/09/15 18:57:16 pvalchev Exp $
# Copyright (c) 2004 Michael Coulter
#
@ -41,11 +41,11 @@ use subs qw(dprint gen_arch_page gen_pkg_page gen_pkg_listing_page getfile
htmlfile gen_index_page arch_body arch_foot arch_head index_head
index_foot pkg_list pkg_long);
our $osrev = "3.4";
our $osrev = "3.6";
our $debug = 0;
our $html;
my @arches = qw(alpha hppa i386 m68k powerpc sparc sparc64 vax);
my @arches = qw(alpha amd64 hppa i386 m68k powerpc sparc sparc64 vax);
my $pkgpath = "/home/ftp/pub/OpenBSD/$osrev/packages";
my $htmlbase = "html";