aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/files
diff options
context:
space:
mode:
authorOlivier Blin <blino@mageia.org>2011-04-04 23:55:35 +0000
committerOlivier Blin <blino@mageia.org>2011-04-04 23:55:35 +0000
commit0d92b3daf96cdda22f865aa9f5820e3a4df6f162 (patch)
treecc599a93612551e27e0c6b9692598bfa7719e3e2 /modules/buildsystem/files
parent826118241735174cf8bf12a95e04711d39afc363 (diff)
downloadpuppet-0d92b3daf96cdda22f865aa9f5820e3a4df6f162.tar
puppet-0d92b3daf96cdda22f865aa9f5820e3a4df6f162.tar.gz
puppet-0d92b3daf96cdda22f865aa9f5820e3a4df6f162.tar.bz2
puppet-0d92b3daf96cdda22f865aa9f5820e3a4df6f162.tar.xz
puppet-0d92b3daf96cdda22f865aa9f5820e3a4df6f162.zip
use mga-youri-submit (and rename files accordingly)
Diffstat (limited to 'modules/buildsystem/files')
-rw-r--r--modules/buildsystem/files/Mageia.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/files/Mageia.pm b/modules/buildsystem/files/Mageia.pm
index ce4ed478..109aeb29 100644
--- a/modules/buildsystem/files/Mageia.pm
+++ b/modules/buildsystem/files/Mageia.pm
@@ -415,7 +415,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
+ # ... probably... as at least mga-youri-submit-force will process debug packages
if ($package->is_debug() && $self->{_verbose}) {
print "Warning: debug package $name with version $version-$release not found.\n";
}