Hello All,
I have added fix for it:
@@ -371,6 +371,10 @@ foreach (@config_binaries) {
add_url_to_download($url . $_ . "/binary-" . $arch . "/Release");
add_url_to_download($url . $_ . "/binary-" . $arch . "/Packages.gz");
add_url_to_download($url . $_ . "/binary-" . $arch . "/Packages.bz2");
+ if (get_variable("_contents")) {
+ add_url_to_download($url . $_ . "/Contents-" . $arch . ".gz");
+ add_url_to_download($url . $_ . "/Contents-" . $arch . ".bz2");
+ }
my $lang;
foreach $lang ("ast", "bg", "bs", "ca", "cs", "da", "de", "el",
"en", "en_AU", "en_CA", "en_GB", "eo", "es", "eu", "fa", "fi", "fr", "fr_FR",
"gl", "hr", "hu", "id", "is", "it", "ja", "ka", "km", "ko", "lt", "ms", "my",
"nb", "nl", "no_NB", "oc", "pl", "pt", "pt_BR", "ro", "ru", "si", "sk", "sl",
"sq", "sr", "sv", "th", "tr", "uk", "vi", "zh_CN", "zh_HK", "zh_TW") {
add_url_to_download($url . $_ . "/i18n/Translation-" . $lang);
Also could you please to add support for solaris-i386 & solaris-sparc:
--- apt-mirror-0.4.9/apt-mirror.orig
+++ apt-mirror-0.4.9/apt-mirror
@@ -268,7 +268,7 @@ while(<CONFIG>) {
next;
}
- if($config_line =~
/^deb-(alpha|amd64|armel|arm|armhf|hppa|hurd-i386|i386|ia64|kfreebsd-i386|kfreebsd-amd64|lpia|m68k|mipsel|mips|powerpc|s390|s390x|sh|sparc)$/)
{
+ if($config_line =~
/^deb-(alpha|amd64|armel|arm|armhf|hppa|hurd-i386|i386|ia64|kfreebsd-i386|kfreebsd-amd64|lpia|m68k|mipsel|mips|powerpc|s390|s390x|sh|solaris-i386|solaris-sparc|sparc)$/)
{
push @config_binaries, [$1, @config_line];
next;
}
--
Best regards,
Igor Kozhukhov
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]