Searched defs:add_content (Results 1 - 3 of 3) sorted by relevance

/pkg/src/modules/server/
H A Dtransaction.py452 def add_content(self, action): member in class:Transaction
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)
/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()

Completed in 28 milliseconds