diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-06-21 16:18:24 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-06-21 16:18:24 +0000 |
commit | fb686cdd364a21b4b7a3dccba4f2b3737e354dc5 (patch) | |
tree | d7ff60e2c5637cc86b0d32f74c9e6640e8b506b6 /mga-move-update | |
parent | a0e2c8c32b8aa768d40dae508aa8828bee60cfbb (diff) | |
download | mgatools-fb686cdd364a21b4b7a3dccba4f2b3737e354dc5.tar mgatools-fb686cdd364a21b4b7a3dccba4f2b3737e354dc5.tar.gz mgatools-fb686cdd364a21b4b7a3dccba4f2b3737e354dc5.tar.bz2 mgatools-fb686cdd364a21b4b7a3dccba4f2b3737e354dc5.tar.xz mgatools-fb686cdd364a21b4b7a3dccba4f2b3737e354dc5.zip |
send mail when package is moved
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" |