unmatched } in ubuarchve

Bug #538931 reported by Emmet Hikory
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu Mirror scripts
Fix Released
Undecided
Unassigned

Bug Description

    There's an extra unmatched } in the ubuarchive script. It doesn't do any paticular harm, but causes the download of more trace files than are downloaded for ubuports. I suspect the extra character can just be removed, as follows:

--- ubuarchive 2010-02-24 13:01:41 +0000
+++ ubuarchive 2010-03-15 05:42:53 +0000
@@ -67,7 +67,7 @@

 rsync -av --timeout=600 --partial --delete --delete-after \
       --bwlimit=$SPEED \
- --exclude "indices/" --exclude "dists/" --exclude "project/trace/}" \
+ --exclude "indices/" --exclude "dists/" --exclude "project/trace/" \
       --exclude "Archive-Update-in-Progress-${HOSTNAME}" \
       $UBUARC_EXCLUDE \
       $UBUARC_MIRROR $UBUARC_DIR

    Note also that it may be worth adding an --exclude for "Archive-Update-in-Progress-*" rather than just the local hostname, but that's a minor refinement.

Related branches

Revision history for this message
Emmet Hikory (persia) wrote :

Committed in revision 61

Changed in ubumirror:
status: New → Fix Committed
Revision history for this message
Emmet Hikory (persia) wrote :

Fix Released in 0.3ubuntu1

Changed in ubumirror:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.