|
@@ -97,7 +97,7 @@ Err file: Packages
|
|
|
Empty files can't be valid archives
|
|
Empty files can't be valid archives
|
|
|
W: Failed to fetch ${COMPRESSOR}:$(readlink -f aptarchive/Packages.$COMPRESS) Empty files can't be valid archives
|
|
W: Failed to fetch ${COMPRESSOR}:$(readlink -f aptarchive/Packages.$COMPRESS) Empty files can't be valid archives
|
|
|
|
|
|
|
|
-E: Some index files failed to download, they have been ignored, or old ones used instead." "empty file Packages.$COMPRESS over file"
|
|
|
|
|
|
|
+E: Some index files failed to download. They have been ignored, or old ones used instead." "empty file Packages.$COMPRESS over file"
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
testoverhttp() {
|
|
testoverhttp() {
|
|
@@ -131,7 +131,7 @@ Err http://localhost Packages
|
|
|
Empty files can't be valid archives
|
|
Empty files can't be valid archives
|
|
|
W: Failed to fetch ${COMPRESSOR}:$(readlink -f rootdir/var/lib/apt/lists/partial/localhost:8080_Packages) Empty files can't be valid archives
|
|
W: Failed to fetch ${COMPRESSOR}:$(readlink -f rootdir/var/lib/apt/lists/partial/localhost:8080_Packages) Empty files can't be valid archives
|
|
|
|
|
|
|
|
-E: Some index files failed to download, they have been ignored, or old ones used instead." "empty file Packages.$COMPRESS over http"
|
|
|
|
|
|
|
+E: Some index files failed to download. They have been ignored, or old ones used instead." "empty file Packages.$COMPRESS over http"
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
for COMPRESSOR in 'gzip' 'bzip2' 'lzma'; do testoverfile $COMPRESSOR; done
|
|
for COMPRESSOR in 'gzip' 'bzip2' 'lzma'; do testoverfile $COMPRESSOR; done
|