~bigkevmcd/offspring/remove-tar-xz

« back to all changes in this revision

Viewing changes to lib/offspring/build/scripts/archive-builds

  • Committer: Kevin McDermott
  • Date: 2013-09-27 14:12:37 UTC
  • Revision ID: kevin@canonical.com-20130927141237-lbcrhbwctgbm2tkn
Clarify message.

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
                        fi
152
152
                    fi
153
153
                    if [ -n "`find $IBS_RESULT_DIR/$project/$day -name *.tar.xz -type f -print`" ]; then
154
 
                        echo "  I: Deleting zsync files for $project builds from $day"
 
154
                        echo "  I: Deleting tar.xz files for $project builds from $day"
155
155
                        ACTION_TAKEN=1
156
156
                        if [ 1 -ne $SIMULATION ]; then
157
157
                            find $IBS_RESULT_DIR/$project/$day -name *.tar.xz -type f -print | xargs /bin/rm -f