~ubuntu-branches/ubuntu/utopic/ubumirror/utopic-proposed

« back to all changes in this revision

Viewing changes to ubucdimage

  • Committer: Package Import Robot
  • Author(s): Christopher Glass (Canonical)
  • Date: 2014-08-18 17:07:18 UTC
  • Revision ID: package-import@ubuntu.com-20140818170718-f9uhfftaih1xa1wf
Tags: 0.5
New upstream release (LP: #1358349)

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
    $UBUCDI_MIRROR $UBUCDI_DIR
77
77
 
78
78
if [ $? -ne 0 ]; then
79
 
    ( echo "Sync for $FLAVOUR failed. Please check logs."; \
 
79
    ( echo "CDimage sync failed. Please check logs."; \
80
80
        egrep '^write failed|@ERROR' $LOGFILE ) | mail -s "Ubuntu cdimage sync failed" $EMAIL
81
81
    echo "$(date -R): sync for cdimage failed."
82
82
    exit 2
84
84
 
85
85
echo "$(date -R): sync for cdimage completed."
86
86
 
 
87
echo "$(date -R): Releasing lock file..."
87
88
rm -f $LOCK > /dev/null 2>&1
88
89
 
89
90
echo "$(date -R): Ubuntu daily CD image mirror operations completed."