~ubuntu-archive/ubuntu-archive-scripts/trunk

« back to all changes in this revision

Viewing changes to archive-reports

  • Committer: Colin Watson
  • Date: 2013-11-26 09:27:56 UTC
  • Revision ID: cjwatson@canonical.com-20131126092756-g0fdn7522nhrx9y3
archive-reports: exclude .new files in germinate output

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
 
158
158
rsync -aq \
159
159
        --include germinate.output \
160
 
        --exclude _\* --include "*_${DEVEL}_*" \
 
160
        --exclude _\* --exclude \*.new --include "*_${DEVEL}_*" \
161
161
        --exclude \* --delete \
162
162
        ftpmaster.internal::ubuntu-germinate/ "$GERMINATE/"
163
163