- Minor changes to make_release
authorJeffrey Hutzelman <jhutz@cs.cmu.edu>
Wed, 16 May 2001 00:32:00 +0000 (00:32 +0000)
committerJeffrey Hutzelman <jhutz@cs.cmu.edu>
Wed, 16 May 2001 00:32:00 +0000 (00:32 +0000)
- Added new platforms to make_www_release
- Added daily snapshot job

openafs/make_www_release

index b084ad9..a883ef9 100755 (executable)
@@ -48,6 +48,7 @@ $Std_LicName = 'IBM Public License';
   FMT    => { 'tar'       => 'UNIX tar file',
               'tar.gz'    => 'gzip-compressed UNIX tar file',
               'tar.bz2'   => 'bzip2-compressed UNIX tar file',
+              'zip'       => 'zip compressed archive',
               'diff'      => 'context diff',
               'diff.gz'   => 'gzip-compressed context diff',
               'diff.bz2'  => 'bzip2-compressed context diff',
@@ -61,26 +62,33 @@ $FmtPat = '(' . join('|', map("\Q$_", keys %{$Desc{FMT}})) . ')';
 
 %Links = (
   'aix-4.3.3'      => 'http://www.rs6000.ibm.com/software/OS/aix43.html',
+  'darwin'         => 'http://www.apple.com/darwin/',
   'debian'         => 'http://www.debian.org/releases/potato',
   'debian-2.2'     => 'http://www.debian.org/releases/potato',
   'dux-4.0a'       => 'http://www.tru64unix.compaq.com/faqs/publications/pub_page/v40a_docs.htm',
   'irix-6.5'       => 'http://www.sgi.com/software/irix6.5',
+  'macosx'         => 'http://www.apple.com/macosx/',
   'redhat-6.2'     => 'http://www.redhat.com/support/docs/rhl62.html',
   'redhat-7.0'     => 'http://www.redhat.com/products/software/linux/rhl7_standard.html',
+  'redhat-7.1'     => 'http://www.redhat.com/products/software/linux/7-1_standard.html',
   'solaris7'       => 'http://www.sun.com/software/solaris/7/',
   'solaris-7'      => 'http://www.sun.com/software/solaris/7/',
   'solaris-8'      => 'http://www.sun.com/software/solaris/ds/ds-sol8oe/',
+  'winnt'          => 'http://www.microsoft.com/windows/',
 );
 
 %Titles = (
   'aix-'           => 'IBM AIX',
+  'darwin'         => 'Darwin',
   'debian'         => 'Debian GNU/Linux 2.2 (potato)',
   'debian-2.2'     => 'Debian GNU/Linux 2.2 (potato)',
   'dux-'           => 'Digital UNIX',
   'irix-'          => 'SGI Irix',
+  'macosx'         => 'MacOS X',
   'redhat-'        => 'RedHat Linux',
   'solaris7'       => 'Solaris 7',
   'solaris-'       => 'Solaris',
+  'winnt'          => 'Windows NT',
 );
 
 %Ignore = (