Searched refs:add_content (Results 1 - 6 of 6) sorted by relevance

/pkg/src/
H A Ddepot.py263 add_content = False variable
328 add_content = True
563 if rebuild and add_content:
567 if (rebuild or add_content) and (readonly or mirror):
872 if not rebuild and not add_content and not repo.mirror and \
900 elif add_content:
902 repo.add_content()
H A Dpkgrepo.py1291 add_content = True
1308 add_content = False
1319 if not add_content and not refresh_index:
1329 if add_content and refresh_index:
1331 elif add_content:
/pkg/src/modules/server/
H A Ddepot.py962 self.__bgtask.put(self.repo.add_content,
970 self.__bgtask.put(self.repo.add_content,
H A Drepository.py1142 t.add_content(action)
1146 def add_content(self, refresh_index=False): member in class:_RepoStore
3534 def add_content(self, pub=None, refresh_index=False): member in class:Repository
3544 rstore.add_content(refresh_index=refresh_index)
H A Dtransaction.py452 def add_content(self, action): member in class:Transaction
/pkg/src/modules/client/transport/
H A Drepo.py1882 self._frepo.add_content(pub=pub_prefix,
1906 self._frepo.add_content(pub=pub_prefix,

Completed in 49 milliseconds