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:
@@ -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:
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user