This reverts commit 11256f43dfccc44b0cf6f3c37c7d418d5fffe2e9.

Conflicts:
        rsync_aur/rsync_cord.py.in

I ran the below command, which showed no errors. It appears that all
the active RPKI repository servers I know about now support the -s
option.

for x in \
    ca0.rpki.net/tal/root.cer \
    localcert.ripe.net/ta/ripe-ncc-pilot.cer \
    msft-rpki.trafficmanager.net/rpki/MSFT/8H_jmllWbmWudxDtQ51Xf7C1Rj8.roa \
    
repository.lacnic.net/rpki/lacnic/6084538623a018b8e38c30de240e596a5ffe220b.cer \
    rpki-02.rarc.net/rpki/GOOG-morrowc-02/B0xf7hwJItZ0wjGUkhMEGoTxaaU.roa \
    rpki.afrinic.net/repository/AfriNIC.cer \
    rpki.apnic.net/repository/apnic-rpki-root-iana-origin.cer \
    rpki.arin.net/repository/arin-rpki-ta.cer \
    rpki-pilot.lab.dtag.de/rpki/DTAG/5ADCvGnnRe4-kzUicBvSMR-EngE.mft \
    rpki.rarc.net/rpki/GOOG-morrowc/3FZuvFwikROmOHSp3_DQRRqvxN8.roa \
    rpki-repository.nic.ad.jp/ta/jpnic.cer \
    rpki.ripe.net/ta/ripe-ncc-ta.cer \
    rpki-testbed.apnic.net/repository/rpki-testbed.apnic.net.cer
do
    echo "rsync://$x"
    rsync -Lirzts --del --no-motd -- \
        "rsync://$x" /tmp/tmp.khxGTo3MkJ/ \
        || { echo $?; break; }
done
---
 bin/rpki-rsync/rsync_cord.py.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/rpki-rsync/rsync_cord.py.in b/bin/rpki-rsync/rsync_cord.py.in
index 6cb8872..09240ba 100644
--- a/bin/rpki-rsync/rsync_cord.py.in
+++ b/bin/rpki-rsync/rsync_cord.py.in
@@ -48,15 +48,15 @@ class RSYNC_thread(Thread):
             #build and run the rsync command. This may block for awhile but 
that
             #is the beauty of the multiple threads.
             rsyncCom = [rsyncDir,
-                        "-Lirzt",
+                        "-Lirzts",
                         "--del",
                         #"--max-size=10K",
                         "--timeout=10",
                         "--contimeout=10",
                         "--no-motd",
                         "--",
-                        "rsync://%s/" % nextURI.replace("\\", 
"\\\\").replace(" ", "\\ "),
-                        "%s/%s" % (repoDir, nextURI.replace("\\", 
"\\\\").replace(" ", "\\ "))]
+                        "rsync://%s/" % nextURI,
+                        "%s/%s" % (repoDir, nextURI)]
 
             cli.info( "starting %s" % nextURI )
 
-- 
1.9.1


------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
rpstir-devel mailing list
rpstir-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpstir-devel

Reply via email to