diff options
author | tailor <cygnus@janrain.com> | 2006-03-06 22:23:29 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-03-06 22:23:29 +0000 |
commit | 4b784cbb85ef8e47061d1c9bd4b716ac95c5cdb3 (patch) | |
tree | 570de41d2a7fc5fff3077c89ad881f0f4f1a73cf /admin/xmlconfig.py | |
parent | 5a628501a51e4026622e113f19e606b80ae4466d (diff) | |
download | php-openid-4b784cbb85ef8e47061d1c9bd4b716ac95c5cdb3.zip php-openid-4b784cbb85ef8e47061d1c9bd4b716ac95c5cdb3.tar.gz php-openid-4b784cbb85ef8e47061d1c9bd4b716ac95c5cdb3.tar.bz2 |
[project @ Updated base URI for PEAR packages]
Diffstat (limited to 'admin/xmlconfig.py')
-rw-r--r-- | admin/xmlconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/xmlconfig.py b/admin/xmlconfig.py index 5ebfee6..2580cb9 100644 --- a/admin/xmlconfig.py +++ b/admin/xmlconfig.py @@ -48,7 +48,7 @@ docs_dirs = ['../doc', '../examples'] # The HTTP package base URI. This is the place on the web where the # PEAR-installable tarballs will live, and this (plus the package # tarball name) will be the URL that users pass to "pear install". -package_base_uri = 'http://localhost/' +package_base_uri = 'http://www.openidenabled.com/resources/downloads/php-openid/pear/' # The release stability. Maybe this should be a commandline parameter # since it might differ from release to release. |