diff options
Diffstat (limited to 'mga-move-update')
-rw-r--r-- | mga-move-update | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mga-move-update b/mga-move-update index 3d5e3d9..73a009b 100644 --- a/mga-move-update +++ b/mga-move-update @@ -60,5 +60,11 @@ do movepkg "$distribdir/$distrorelease/$arch/media/debug/$section/updates_testing" "$distribdir/$distrorelease/$arch/media/debug/$section/updates/" "$srcpkg" "$mailcontent" done +if [ -z $dryrun ] +then + cat "$mailcontent" +else + /usr/bin/mail -s "mga-move-update $distrorelease $section $srcname" -S "from=moveupdate_mailfrom" "$moveupdate_mailto" < "$mailcontent" +fi rm -f "$mailcontent" |