Home
last modified time | relevance | path

Searched refs:repo_exists (Results 1 – 15 of 15) sorted by relevance

/dports/devel/gitolite/gitolite-3.6.12/src/commands/
H A Dwho-pushed82 my %repo_exists = map { $_ => 1 } @repos;
94 gen_gl_log($repo, $_) if $repo_exists{$repo};
/dports/devel/py-hgtools/hgtools-6.3/hgtools/
H A Dplugins.py76 repo_exists = bool(mgr.find_root())
78 if repo_exists else default_increment)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dpulp_repo.py617 repo_exists = server.check_repo_exists(repo)
621 if state == 'absent' and repo_exists:
628 if not repo_exists:
637 if not repo_exists:
646 if not repo_exists:
H A Dzypper_repository.py209 def repo_exists(module, repodata, overwrite_multiple): function
439 exists, mod, old_repos = repo_exists(module, repodata, overwrite_multiple)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/packaging/os/
H A Dpulp_repo.py617 repo_exists = server.check_repo_exists(repo)
621 if state == 'absent' and repo_exists:
628 if not repo_exists:
637 if not repo_exists:
646 if not repo_exists:
H A Dzypper_repository.py209 def repo_exists(module, repodata, overwrite_multiple): function
439 exists, mod, old_repos = repo_exists(module, repodata, overwrite_multiple)
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/packaging/os/
H A Dpulp_repo.py631 repo_exists = server.check_repo_exists(repo)
635 if state == 'absent' and repo_exists:
642 if not repo_exists:
651 if not repo_exists:
660 if not repo_exists:
H A Dzypper_repository.py190 def repo_exists(module, repodata, overwrite_multiple): function
370 exists, mod, old_repos = repo_exists(module, repodata, overwrite_multiple)
/dports/sysutils/yadm/yadm-3.1.1/test/
H A Dtest_clone.py28 good_remote, repo_exists, force, conflicts): argument
41 if repo_exists:
64 elif repo_exists and not force:
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/tasks/gitlab/
H A Dgit.rake51 next unless project.repo_exists?
/dports/deskutils/zim/zim-0.74.3/zim/plugins/versioncontrol/
H A Dhg.py145 def repo_exists(self): member in HGApplicationBackend
H A Dbzr.py121 def repo_exists(self): member in BZRApplicationBackend
H A Dgit.py141 def repo_exists(self): member in GITApplicationBackend
H A Dfossil.py138 def repo_exists(self): member in FOSSILApplicationBackend
H A D__init__.py106 if self.vcs and not self.vcs.repo_exists():
586 def repo_exists(self): member in VCSApplicationBase