[conf] drop the "remote web services server url" part from repository "repo =" param

This has been deprecated for long time.
This commit is contained in:
Fabio Erculiani
2013-03-12 21:09:54 +00:00
parent 4853d16275
commit b36a8669d4
3 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
#
# [repository-id]
# desc = Sabayon Linux Official Testing Repository
# repo = http://pkg.sabayon.org,sabayon.org
# repo = http://pkg.sabayon.org
# pkg = http://pkg.sabayon.org
# pkg = http://dl.sabayon.org/entropy
# enabled = <true/false>
@@ -25,7 +25,7 @@
# - "desc": stands for description, the repository name description.
# - "repo": the repository database URL string, plus other parameters
# as supported in the previous configuration file syntax:
# <db url prefix>[,<remote web services server url][#<compression>].
# <db url prefix>[#<compression>].
# - "pkg": the repository packages URL string. This must be a valid URL.
# The supported protocols are those supported by entropy.fetchers.
# - "enabled": if set, its value can be either "true" or "false". The default

View File

@@ -5,7 +5,7 @@
#
# [repository-id]
# desc = Sabayon Linux Official Testing Repository
# repo = http://pkg.sabayon.org,sabayon.org
# repo = http://pkg.sabayon.org
# pkg = http://pkg.sabayon.org
# pkg = http://dl.sabayon.org/entropy
# enabled = <true/false>
@@ -25,7 +25,7 @@
# - "desc": stands for description, the repository name description.
# - "repo": the repository database URL string, plus other parameters
# as supported in the previous configuration file syntax:
# <db url prefix>[,<remote web services server url][#<compression>].
# <db url prefix>[#<compression>].
# - "pkg": the repository packages URL string. This must be a valid URL.
# The supported protocols are those supported by entropy.fetchers.
# - "enabled": if set, its value can be either "true" or "false". The default

View File

@@ -48,7 +48,7 @@ class RepositoryConfigParser(BaseConfigParser):
[sabayon-limbo]
desc = Sabayon Linux Official Testing Repository
repo = http://pkg.sabayon.org,sabayon.org
repo = http://pkg.sabayon.org
pkg = http://pkg.sabayon.org
pkg = http://dl.sabayon.org/entropy
enabled = <true/false>
@@ -68,7 +68,7 @@ class RepositoryConfigParser(BaseConfigParser):
- "desc": stands for description, the repository name description.
- "repo": the repository database URL string, plus other parameters
as supported in the previous configuration file syntax:
<db url prefix>[,<remote web services server url][#<compression>].
<db url prefix>[#<compression>].
- "pkg": the repository packages URL string. This must be a valid URL.
The supported protocols are those supported by entropy.fetchers.
- "enabled": if set, its value can be either "true" or "false". The default