git.annexia.org
/
fedora-mingw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6c9f1b
)
Don't limit uploads.
author
Richard W.M. Jones
<rjones@redhat.com>
Sun, 8 Feb 2009 17:28:46 +0000
(17:28 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Sun, 8 Feb 2009 17:28:46 +0000
(17:28 +0000)
upload.sh
patch
|
blob
|
history
diff --git
a/upload.sh
b/upload.sh
index
ae0f290
..
9513741
100755
(executable)
--- a/
upload.sh
+++ b/
upload.sh
@@
-4,9
+4,9
@@
PORT=22222
SERVER=annexia.org
USERNAME=rich
REMOTEDIR=tmp/mingw/
-
KBPS=25
;# kilobytes per second
+
#BWLIMIT="--bwlimit=25"
;# kilobytes per second
-rsync -av --delete
--bwlimit=$KBPS
\
+rsync -av --delete
$BWLIMIT
\
~/public_html/smock/yum/{fedora-10,fedora-rawhide} \
-e "ssh -p $PORT" \
$USERNAME@$SERVER:$REMOTEDIR