]> git.deb.at Git - deb/packages.git/commitdiff
pull alpha and hppa from debports
authorGerfried Fuchs <rhonda@debian.org>
Mon, 23 May 2011 11:57:32 +0000 (13:57 +0200)
committerGerfried Fuchs <rhonda@debian.org>
Mon, 23 May 2011 11:57:32 +0000 (13:57 +0200)
bin/parse-contents
cron.d/100syncarchive_debports
templates/config/mirrors.tmpl

index ab7df273fb3a20f16fd4e483712bbbcd82836324..16bc7e497f7e9bf25daf0b5c5337415279fd7cff 100755 (executable)
@@ -47,7 +47,7 @@ my @archives = @ARCHIVES;
 my @suites = @SUITES;
 my @archs = @ARCHITECTURES;
 my %deborts_hash;
-@deborts_hash{qw( avr32 m68k powerpcspe sh4 sparc64 )} = ();
+@deborts_hash{qw( alpha avr32 hppa m68k powerpcspe sh4 sparc64 )} = ();
 
 $DBDIR .= "/contents";
 mkdirp( $DBDIR );
index c384ef0baed840fdbab6ee250d6ad80ba5b783d1..ba53e3629ae557257f812055886613c5abb8b41f 100755 (executable)
@@ -7,7 +7,7 @@ cd ${archivedir}
 
 # Main archive
 #
-architectures="avr32 powerpcspe sh4 m68k sparc64"
+architectures="alpha avr32 hppa m68k powerpcspe sh4 sparc64"
 
 for dist in sid experimental
   do
index 3969496eb52a973db9ccac04e43063997847bff8..bb931728d5aa3d45aa7b3ba03d215423708ee8c8 100644 (file)
@@ -163,10 +163,22 @@ mirrors = {
                title => g('ports of packages to architectures not yet or not anymore available in Debian'),
                mirror_list => 'http://wiki.debian.org/DebianPorts/Mirrors',
                unofficial_port => {
+                       alpha => {
+                               url_name => 'alpha',
+                               name => 'Alpha',
+                       },
                        avr32 => {
                                url => 'http://avr32.debian.net/',
                                name => 'AVR32',
                        },
+                       hppa => {
+                               url_name => 'hppa',
+                               name => 'HPPA',
+                       },
+                       m68k => {
+                               url_name => 'm68k',
+                               name => 'M68K',
+                       },
                        powerpcspe => {
                                url => 'http://wiki.debian.org/PowerPCSPEPort',
                                name => 'PowerPCSPE',
@@ -179,10 +191,6 @@ mirrors = {
                                url => 'http://wiki.debian.org/Sparc64',
                                name => 'Sparc64',
                        },
-                       m68k => {
-                               url_name => 'm68k',
-                               name => 'M68K',
-                       },
                },
                north_america => [
                        "www.gtlib.gatech.edu/pub/gnuab/debian",