aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2013-07-28 18:21:16 -0700
committerBrian Dolbec <dolsen@gentoo.org>2013-07-28 18:21:16 -0700
commit52cf00ececc1a10cea679b096fffccf708d3ba34 (patch)
tree868b3a55ba980a4a55e5727148f02df7b9489fbe /layman/config.py
parentfix bug 451398 doctest failure (diff)
downloadlayman-52cf00ececc1a10cea679b096fffccf708d3ba34.tar.gz
layman-52cf00ececc1a10cea679b096fffccf708d3ba34.tar.bz2
layman-52cf00ececc1a10cea679b096fffccf708d3ba34.zip
Update the repositories.xml urls.
Diffstat (limited to 'layman/config.py')
-rw-r--r--layman/config.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/layman/config.py b/layman/config.py
index bb15abb..77096e7 100644
--- a/layman/config.py
+++ b/layman/config.py
@@ -80,7 +80,7 @@ class BareConfig(object):
>>> a = BareConfig()
>>> a['overlays']
- 'http://www.gentoo.org/proj/en/overlays/repositories.xml'
+ 'https://api.gentoo.org/overlays/repositories.xml'
>>> sorted(a.keys())
['bzr_addopts', 'bzr_command', 'bzr_postsync', 'bzr_syncopts', 'cache', 'config', 'configdir', 'custom_news_func', 'custom_news_pkg', 'cvs_addopts', 'cvs_command', 'cvs_postsync', 'cvs_syncopts', 'darcs_addopts', 'darcs_command', 'darcs_postsync', 'darcs_syncopts', 'g-common_command', 'g-common_generateopts', 'g-common_postsync', 'g-common_syncopts', 'git_addopts', 'git_command', 'git_email', 'git_postsync', 'git_syncopts', 'git_user', 'installed', 'local_list', 'make_conf', 'mercurial_addopts', 'mercurial_command', 'mercurial_postsync', 'mercurial_syncopts', 'news_reporter', 'nocheck', 'nocolor', 'output', 'overlay_defs', 'overlays', 'proxy', 'quiet', 'quietness', 'rsync_command', 'rsync_postsync', 'rsync_syncopts', 'stderr', 'stdin', 'stdout', 'storage', 'svn_addopts', 'svn_command', 'svn_postsync', 'svn_syncopts', 't/f_options', 'tar_command', 'tar_postsync', 'umask', 'verbose', 'width']
>>> a.get_option('nocheck')
@@ -105,10 +105,10 @@ class BareConfig(object):
'umask' : '0022',
'news_reporter': 'portage',
'custom_news_pkg': '',
- 'gpg_detached_lists': '',
+ 'gpg_detached_lists': 'https://api.gentoo.org/overlays/repositories.xml https://api.gentoo.org/overlays/repositories.xml.asc',
'gpg_signed_lists': '',
'overlays' :
- 'http://www.gentoo.org/proj/en/overlays/repositories.xml',
+ 'https://api.gentoo.org/overlays/repositories.xml',
'overlay_defs': '%(configdir)s/overlays',
'bzr_command': path([self.root, EPREFIX,'/usr/bin/bzr']),
'cvs_command': path([self.root, EPREFIX,'/usr/bin/cvs']),