Entropy/entropyConstants:

etpdatabasemissingdepswlfile -> etpdatabasemissingdepsblfile


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2575 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2008-10-26 15:22:05 +00:00
parent a2e38f0bbc
commit c7c8f2c2e1
2 changed files with 2 additions and 2 deletions

View File

@@ -16329,7 +16329,7 @@ class ServerInterface(TextInterface):
repo = self.default_repository
if branch == None:
branch = etpConst['branch']
return os.path.join(etpConst['server_repositories'][repo]['database_dir'],branch,etpConst['etpdatabasemissingdepswlfile'])
return os.path.join(etpConst['server_repositories'][repo]['database_dir'],branch,etpConst['etpdatabasemissingdepsblfile'])
def get_missing_dependencies_blacklist(self, repo = None, branch = None):
if repo == None:

View File

@@ -567,7 +567,7 @@ def const_defaultSettings(rootdir):
'etpdatabaseupdatefile': ETP_DBFILE+".repo_updates", # the local/remote database revision file
'etpdatabaselicwhitelistfile': ETP_DBFILE+".lic_whitelist", # the local/remote database revision file
'etpdatabaserevisionfile': ETP_DBFILE+".revision", # the local/remote database revision file
'etpdatabasemissingdepswlfile': ETP_DBFILE+".missing_deps_whitelist", # missing dependencies white list file
'etpdatabasemissingdepsblfile': ETP_DBFILE+".missing_deps_blacklist", # missing dependencies white list file
'etpdatabasehashfile': ETP_DBFILE+".md5", # its checksum
'etpdatabasedumphashfilebz2': ETP_DBFILE+".dump.bz2.md5",
'etpdatabasedumphashfilegzip': ETP_DBFILE+".dump.gz.md5",