Hello, attached is a patch to fix the 'UDebComponents should follow Components' problem. With that patch, simple-cdd works again.
There are still reprepro warnings, though, which do not seem to be a big deal: Warning parsing /home/enrico/truelite/fuss/server/tmp//mirror/conf/updates, line 3: unknown udeb component 'none' will be ignored! Warning parsing /home/enrico/truelite/fuss/server/tmp//mirror/conf/updates, line 9: unknown udeb component 'none' will be ignored! Warning parsing /home/enrico/truelite/fuss/server/tmp//mirror/conf/updates, line 15: unknown component 'none' will be ignored! Warning parsing /home/enrico/truelite/fuss/server/tmp//mirror/conf/updates, line 20: unknown udeb component 'none' will be ignored! Ciao, Enrico -- GPG key: 1024D/797EBFAB 2000-12-05 Enrico Zini <[email protected]>
diff -Naur simple-cdd-0.3.9.orig/tools/mirror/reprepro simple-cdd-0.3.9/tools/mirror/reprepro
--- simple-cdd-0.3.9.orig/tools/mirror/reprepro 2009-01-14 19:01:41.000000000 +0000
+++ simple-cdd-0.3.9/tools/mirror/reprepro 2009-03-20 08:31:53.000000000 +0000
@@ -20,8 +20,8 @@
cat << EOF > $conf/distributions
Codename: $CODENAME
Architectures: $ARCHES
-UDebComponents: main
Components: $mirror_components
+UDebComponents: main
Description: mirror for $CODENAME
Update: $updates
Suite: ${SUITE:-"stable"}
signature.asc
Description: Digital signature

