missed mips64, also update osrev=3.7

This commit is contained in:
pvalchev 2005-05-13 17:35:19 +00:00
parent 251ff517f0
commit 1d1a81e90d

View File

@ -1,6 +1,6 @@
#!/usr/bin/perl -w
# $OpenBSD: gen-package-pages,v 1.5 2005/05/13 17:34:19 pvalchev Exp $
# $OpenBSD: gen-package-pages,v 1.6 2005/05/13 17:35:19 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.6";
our $osrev = "3.7";
our $debug = 0;
our $html;
my @arches = qw(alpha amd64 arm hppa i386 m68k m88k powerpc sparc sparc64 vax);
my @arches = qw(alpha amd64 arm hppa i386 m68k m88k mips64 powerpc sparc sparc64 vax);
my $pkgpath = "/home/ftp/pub/OpenBSD/$osrev/packages";
my $htmlbase = "html";