Home
last modified time | relevance | path

Searched refs:checkout_path (Results 1 – 25 of 25) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/
H A Dgclient_scm.py135 def _get_first_remote_url(checkout_path): argument
138 cwd=checkout_path)
165 if not os.path.exists(self.checkout_path):
186 % self.checkout_path)
189 gclient_utils.rmtree(self.checkout_path)
271 cwd=self.checkout_path,
664 cwd=self.checkout_path)
846 self.checkout_path)
860 if not os.path.isdir(self.checkout_path):
1053 cwd=self.checkout_path)
[all …]
H A Dgclient.py509 if os.path.isdir(scm.checkout_path):
1655 scm_root = gclient_scm.scm.GIT.GetCheckoutRoot(scm.checkout_path)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/tests/
H A Dgclient_transitions_smoketest.py48 checkout_path = os.path.join(self.root_dir, 'src')
49 skia = os.path.join(checkout_path, 'third_party', 'skia')
122 self.checkout_path = os.path.join(self.root_dir, 'src')
123 self.blink = os.path.join(self.checkout_path, 'third_party', 'WebKit')
198 cwd=self.checkout_path)
204 cwd=self.checkout_path)
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/src/cargo/sources/git/
H A Dsource.rs172 let checkout_path = git_path in update() localVariable
176 db.copy_to(actual_rev, &checkout_path, self.config)?; in update()
179 let path_source = PathSource::new_recursive(&checkout_path, source_id, self.config); in update()
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/src/cargo/sources/git/
H A Dsource.rs181 let checkout_path = git_path in update() localVariable
185 db.copy_to(actual_rev, &checkout_path, self.config)?; in update()
188 let path_source = PathSource::new_recursive(&checkout_path, source_id, self.config); in update()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/src/cargo/sources/git/
H A Dsource.rs172 let checkout_path = git_path in update() localVariable
176 db.copy_to(actual_rev, &checkout_path, self.config)?; in update()
179 let path_source = PathSource::new_recursive(&checkout_path, source_id, self.config); in update()
/dports/devel/py-pip/pip-20.3.4/tests/functional/
H A Dtest_freeze.py199 checkout_path = _create_test_package(script, vcs='svn')
204 cwd=checkout_path, expect_stderr=True
496 checkout_path = _create_test_package(script, vcs='bazaar')
501 'bzr', 'checkout', checkout_path, 'bzr-package'
522 ...""".format(repo=checkout_path))
H A Dtest_install.py278 checkout_path = _create_test_package(script)
279 repo_url = _create_svn_repo(script, checkout_path)
/dports/devel/svk/SVK-v2.2.3/lib/SVK/Command/
H A DBranch.pm676 my ($project_path, $checkout_path) = ('','');
688 $checkout_path = pop(@arg);
705 $checkout_path = $branch_name unless $checkout_path;
708 unshift @arg, $newtarget_path, $checkout_path;
/dports/devel/git-svn/git-2.34.1/builtin/
H A Ddifftool.c310 static int checkout_path(unsigned mode, struct object_id *oid, in checkout_path() function
474 if (checkout_path(lmode, &loid, src_path, &lstate)) { in run_dir_diff()
494 if (checkout_path(rmode, &roid, dst_path, in run_dir_diff()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Ddifftool.c310 static int checkout_path(unsigned mode, struct object_id *oid, in checkout_path() function
474 if (checkout_path(lmode, &loid, src_path, &lstate)) { in run_dir_diff()
494 if (checkout_path(rmode, &roid, dst_path, in run_dir_diff()
/dports/devel/git/git-2.34.1/builtin/
H A Ddifftool.c310 static int checkout_path(unsigned mode, struct object_id *oid, in checkout_path() function
474 if (checkout_path(lmode, &loid, src_path, &lstate)) { in run_dir_diff()
494 if (checkout_path(rmode, &roid, dst_path, in run_dir_diff()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Ddifftool.c310 static int checkout_path(unsigned mode, struct object_id *oid, in checkout_path() function
474 if (checkout_path(lmode, &loid, src_path, &lstate)) { in run_dir_diff()
494 if (checkout_path(rmode, &roid, dst_path, in run_dir_diff()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Ddifftool.c310 static int checkout_path(unsigned mode, struct object_id *oid, in checkout_path() function
474 if (checkout_path(lmode, &loid, src_path, &lstate)) { in run_dir_diff()
494 if (checkout_path(rmode, &roid, dst_path, in run_dir_diff()
/dports/devel/py-pip/pip-20.3.4/tests/lib/
H A D__init__.py810 checkout_path = script.scratch_path / 'pip-test-package'
813 checkout_path = checkout_path.replace('c:', 'C:')
815 version_pkg_path = checkout_path
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Ddifftool.c319 static int checkout_path(unsigned mode, struct object_id *oid, in checkout_path() function
460 if (checkout_path(lmode, &loid, src_path, &lstate)) { in run_dir_diff()
480 if (checkout_path(rmode, &roid, dst_path, in run_dir_diff()
/dports/devel/git-svn/git-2.34.1/
H A Dgit-cvsserver.perl965 my $checkout_path = $module;
968 $checkout_path = $state->{opt}{d} if ( exists ( $state->{opt}{d} ) );
972 $log->info("Checking out module '$module' ($state->{CVSROOT}) to '$checkout_path'");
992 $checkout_path =~ s|/$||; # get rid of trailing slashes
1000 $checkout_path,
1015 $checkout_path, \%seendirs, 'checkout',
1027 print "M U $checkout_path/$git->{dir}$git->{name}\n";
1029 print "M U $checkout_path/$git->{name}\n";
1033 …print "Created $checkout_path/" . ( defined ( $git->{dir} ) and $git->{dir} ne "./" ? $git->{dir} …
/dports/devel/git-gui/git-2.34.1/
H A Dgit-cvsserver.perl965 my $checkout_path = $module;
968 $checkout_path = $state->{opt}{d} if ( exists ( $state->{opt}{d} ) );
972 $log->info("Checking out module '$module' ($state->{CVSROOT}) to '$checkout_path'");
992 $checkout_path =~ s|/$||; # get rid of trailing slashes
1000 $checkout_path,
1015 $checkout_path, \%seendirs, 'checkout',
1027 print "M U $checkout_path/$git->{dir}$git->{name}\n";
1029 print "M U $checkout_path/$git->{name}\n";
1033 …print "Created $checkout_path/" . ( defined ( $git->{dir} ) and $git->{dir} ne "./" ? $git->{dir} …
/dports/devel/git-p4/git-2.34.1/
H A Dgit-cvsserver.perl965 my $checkout_path = $module;
968 $checkout_path = $state->{opt}{d} if ( exists ( $state->{opt}{d} ) );
972 $log->info("Checking out module '$module' ($state->{CVSROOT}) to '$checkout_path'");
992 $checkout_path =~ s|/$||; # get rid of trailing slashes
1000 $checkout_path,
1015 $checkout_path, \%seendirs, 'checkout',
1027 print "M U $checkout_path/$git->{dir}$git->{name}\n";
1029 print "M U $checkout_path/$git->{name}\n";
1033 …print "Created $checkout_path/" . ( defined ( $git->{dir} ) and $git->{dir} ne "./" ? $git->{dir} …
/dports/devel/git/git-2.34.1/
H A Dgit-cvsserver.perl965 my $checkout_path = $module;
968 $checkout_path = $state->{opt}{d} if ( exists ( $state->{opt}{d} ) );
972 $log->info("Checking out module '$module' ($state->{CVSROOT}) to '$checkout_path'");
992 $checkout_path =~ s|/$||; # get rid of trailing slashes
1000 $checkout_path,
1015 $checkout_path, \%seendirs, 'checkout',
1027 print "M U $checkout_path/$git->{dir}$git->{name}\n";
1029 print "M U $checkout_path/$git->{name}\n";
1033 …print "Created $checkout_path/" . ( defined ( $git->{dir} ) and $git->{dir} ne "./" ? $git->{dir} …
/dports/devel/git-cvs/git-2.34.1/
H A Dgit-cvsserver.perl965 my $checkout_path = $module;
968 $checkout_path = $state->{opt}{d} if ( exists ( $state->{opt}{d} ) );
972 $log->info("Checking out module '$module' ($state->{CVSROOT}) to '$checkout_path'");
992 $checkout_path =~ s|/$||; # get rid of trailing slashes
1000 $checkout_path,
1015 $checkout_path, \%seendirs, 'checkout',
1027 print "M U $checkout_path/$git->{dir}$git->{name}\n";
1029 print "M U $checkout_path/$git->{name}\n";
1033 …print "Created $checkout_path/" . ( defined ( $git->{dir} ) and $git->{dir} ne "./" ? $git->{dir} …
/dports/devel/cgit/cgit-1.2.3/git/
H A Dgit-cvsserver.perl961 my $checkout_path = $module;
964 $checkout_path = $state->{opt}{d} if ( exists ( $state->{opt}{d} ) );
968 $log->info("Checking out module '$module' ($state->{CVSROOT}) to '$checkout_path'");
988 $checkout_path =~ s|/$||; # get rid of trailing slashes
996 $checkout_path,
1011 $checkout_path, \%seendirs, 'checkout',
1023 print "M U $checkout_path/$git->{dir}$git->{name}\n";
1025 print "M U $checkout_path/$git->{name}\n";
1029 …print "Created $checkout_path/" . ( defined ( $git->{dir} ) and $git->{dir} ne "./" ? $git->{dir} …
/dports/www/firefox/firefox-99.0/third_party/python/taskcluster_taskgraph/taskgraph/transforms/job/
H A Drun_task.py77 checkout_path = path.join(vcs_path, repo_config.path)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/recipes/recipe_modules/bot_update/resources/
H A Dbot_update.py652 def _maybe_break_locks(checkout_path, tries=3): argument
659 git_dir = os.path.join(checkout_path, '.git')
/dports/devel/p5-VCP-autrijus/VCP-autrijus-snapshot-0.9-20050110/
H A DTODO354 VCP::Plugin::checkout_path( ... ) or generalize the concept of a