Merge lp:~jonathan-abdiel/ubumirror/ipv6 into lp:ubumirror

Proposed by Jonathan Gonzalez V.
Status: Needs review
Proposed branch: lp:~jonathan-abdiel/ubumirror/ipv6
Merge into: lp:ubumirror
Diff against target: 23 lines (+6/-0)
1 file modified
ubucloudimage (+6/-0)
To merge this branch: bzr merge lp:~jonathan-abdiel/ubumirror/ipv6
Reviewer Review Type Date Requested Status
Ubumirror Developers Pending
Review via email: mp+321804@code.launchpad.net
To post a comment you must log in.

Unmerged revisions

85. By Jonathan Gonzalez V.

Add IPV6 options to ubucloudimage

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'ubucloudimage'
--- ubucloudimage 2017-03-31 02:35:35 +0000
+++ ubucloudimage 2017-04-04 00:10:20 +0000
@@ -30,6 +30,11 @@
3030
31LOGFILE="$LOGDIR/ubucloudimage.log"31LOGFILE="$LOGDIR/ubucloudimage.log"
3232
33PROTO="--ipv4"
34if [ "$IPV6" -eq 1 ]; then
35 PROTO="--ipv6"
36fi
37
33# Log all activity to file.38# Log all activity to file.
34exec >> $LOGFILE 2>&139exec >> $LOGFILE 2>&1
3540
@@ -70,6 +75,7 @@
70rsync -av --partial --delete --delete-after \75rsync -av --partial --delete --delete-after \
71 --timeout=$IO_TIMEOUT \76 --timeout=$IO_TIMEOUT \
72 --bwlimit=$SPEED \77 --bwlimit=$SPEED \
78 $PROTO \
73 --exclude ".trace/${HOSTNAME}" \79 --exclude ".trace/${HOSTNAME}" \
74 $UBUCLOUD_EXCLUDE \80 $UBUCLOUD_EXCLUDE \
75 $UBUCLOUD_MIRROR $UBUCLOUD_DIR81 $UBUCLOUD_MIRROR $UBUCLOUD_DIR

Subscribers

People subscribed via source and target branches

to status/vote changes: