Author: astieger
Date: Tue Sep 22 21:03:57 2015
New Revision: 1704725
URL: http://svn.apache.org/viewvc?rev=1704725&view=rev
Log:
Fix repository URLs after migration to ASF
* dist.sh: use ASF repo URL
* bindings/python_ctypes/examples/sget.py
(main): same.
Modified:
serf/trunk/bindings/python_ctypes/examples/sget.py
serf/trunk/dist.sh
Modified: serf/trunk/bindings/python_ctypes/examples/sget.py
URL:
http://svn.apache.org/viewvc/serf/trunk/bindings/python_ctypes/examples/sget.py?rev=1704725&r1=1704724&r2=1704725&view=diff
==============================================================================
--- serf/trunk/bindings/python_ctypes/examples/sget.py (original)
+++ serf/trunk/bindings/python_ctypes/examples/sget.py Tue Sep 22 21:03:57 2015
@@ -29,7 +29,7 @@ ONE_SECOND = 1000000
def main():
- fetch('serf.googlecode.com', 80, '/svn/trunk/NOTICE')
+ fetch('svn.apache.org', 80, '/repos/asf/serf/trunk/NOTICE')
def fetch(hostname, port, path):
Modified: serf/trunk/dist.sh
URL:
http://svn.apache.org/viewvc/serf/trunk/dist.sh?rev=1704725&r1=1704724&r2=1704725&view=diff
==============================================================================
--- serf/trunk/dist.sh (original)
+++ serf/trunk/dist.sh Tue Sep 22 21:03:57 2015
@@ -1,6 +1,6 @@
#!/bin/sh
-REPOS="http://serf.googlecode.com/svn/"
+REPOS="https://svn.apache.org/repos/asf/serf"
if test $# != 1; then
echo "USAGE: $0 TAG"