aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo De Nardin <spuk@mandriva.org>2007-06-05 05:58:29 +0000
committerGustavo De Nardin <spuk@mandriva.org>2007-06-05 05:58:29 +0000
commit8df9d002c4e32b2d2ee477b567b120c8d5540243 (patch)
tree543d900e930915c4f37bd9cd7a28a4685b8a741c
parent90a3c3e5a22de5b8a2c26c2fd7238152fc9e7def (diff)
downloadmga-youri-core-8df9d002c4e32b2d2ee477b567b120c8d5540243.tar
mga-youri-core-8df9d002c4e32b2d2ee477b567b120c8d5540243.tar.gz
mga-youri-core-8df9d002c4e32b2d2ee477b567b120c8d5540243.tar.bz2
mga-youri-core-8df9d002c4e32b2d2ee477b567b120c8d5540243.tar.xz
mga-youri-core-8df9d002c4e32b2d2ee477b567b120c8d5540243.zip
note mdv-youri-submit-force use X section guessing
-rw-r--r--lib/Youri/Repository/Mandriva_upload.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Youri/Repository/Mandriva_upload.pm b/lib/Youri/Repository/Mandriva_upload.pm
index e983a4a..b0dd95f 100644
--- a/lib/Youri/Repository/Mandriva_upload.pm
+++ b/lib/Youri/Repository/Mandriva_upload.pm
@@ -367,6 +367,7 @@ sub _get_section {
if (!$section) {
# debug packages should be found by previous specific version search
# NOTE: as above, should/need we search here and add the 'debug_' prefix?
+ # ... probably... as at least mdv-youri-submit-force will process debug packages
if ($package->is_debug()) {
die "FATAL: debug package $name with version $version-$release not found.\n"
}