mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Updated for comments
This commit is contained in:
parent
2c2e848600
commit
23e956fb3e
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,7 @@ class CreateData(Configs):
|
|||
self.query = SBoQueries('')
|
||||
|
||||
def insert_sbo_table(self):
|
||||
""" Install the data. """
|
||||
""" Install the data for SBo repository. """
|
||||
sbo_tags = [
|
||||
'SLACKBUILD NAME:',
|
||||
'SLACKBUILD LOCATION:',
|
||||
|
@ -65,6 +65,7 @@ class CreateData(Configs):
|
|||
self.session.commit()
|
||||
|
||||
def insert_ponce_blacklist_packages(self):
|
||||
""" Install data for ponce repository. """
|
||||
sbos = self.query.sbos()
|
||||
|
||||
path = Path(self.slack_chglog_path, self.slack_chglog_txt)
|
||||
|
|
Loading…
Add table
Reference in a new issue