add X11:Enlightenment:Factory to skip list as package maintainer prefer
This commit is contained in:
parent
d6e1b0f810
commit
f33c39a3af
@ -50,7 +50,9 @@ class FccSubmitter(object):
|
||||
self.apiurl = osc.conf.config['apiurl']
|
||||
self.debug = osc.conf.config['debug']
|
||||
# the skip list against devel project
|
||||
self.skip_devel_project_list = []
|
||||
self.skip_devel_project_list = [
|
||||
'X11:Enlightenment:Factory',
|
||||
]
|
||||
|
||||
def get_source_packages(self, project, expand=False):
|
||||
"""Return the list of packages in a project."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user