New yum repository.
authorRichard W.M. Jones <rjones@redhat.com>
Sat, 14 Feb 2009 13:42:09 +0000 (13:42 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Sat, 14 Feb 2009 13:42:09 +0000 (13:42 +0000)
upload.sh

index 9513741..9f26554 100755 (executable)
--- a/upload.sh
+++ b/upload.sh
@@ -1,12 +1,10 @@
 #!/bin/sh -
 
 #!/bin/sh -
 
-PORT=22222
-SERVER=annexia.org
+SERVER=web.merjis.com
 USERNAME=rich
 USERNAME=rich
-REMOTEDIR=tmp/mingw/
+REMOTEDIR=public_html/mingw/
 #BWLIMIT="--bwlimit=25" ;# kilobytes per second
 
 rsync -av --delete $BWLIMIT \
   ~/public_html/smock/yum/{fedora-10,fedora-rawhide} \
 #BWLIMIT="--bwlimit=25" ;# kilobytes per second
 
 rsync -av --delete $BWLIMIT \
   ~/public_html/smock/yum/{fedora-10,fedora-rawhide} \
-  -e "ssh -p $PORT" \
   $USERNAME@$SERVER:$REMOTEDIR
   $USERNAME@$SERVER:$REMOTEDIR