Home
last modified time | relevance | path

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

123

/dports/www/py-lektor/Lektor-3.2.2/tests/
H A Dtest_webui.py30 artifact_path = os.path.join(
35 assert resolve("/dir_with_index_html/") == (artifact, artifact_path)
47 artifact_path = os.path.join(
52 assert resolve("/dir_with_index_htm/") == (artifact, artifact_path)
55 artifact_path = os.path.join(info.output_path, "empty")
56 assert resolve("/empty") == (None, artifact_path)
57 artifact_path = os.path.join(info.output_path, "doesnt_exist")
58 assert resolve("/doesnt_exist") == (None, artifact_path)
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/proc_macro_test/
H A Dbuild.rs34 let mut artifact_path = None; in main() localVariable
41 artifact_path = Some(PathBuf::from(&artifact.filenames[0])); in main()
50 let artifact_path = artifact_path.expect("no dylib for proc_macro_test_impl found"); in main() localVariable
53 fs::write(info_path, artifact_path.to_str().unwrap()).unwrap(); in main()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/proc_macro_test/
H A Dbuild.rs34 let mut artifact_path = None; in main() localVariable
41 artifact_path = Some(PathBuf::from(&artifact.filenames[0])); in main()
50 let artifact_path = artifact_path.expect("no dylib for proc_macro_test_impl found"); in main() localVariable
53 fs::write(info_path, artifact_path.to_str().unwrap()).unwrap(); in main()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/cleanup/
H A Dorphan_job_artifact_files_batch_spec.rb17 batch << artifact_path(job_artifact)
18 batch << artifact_path(orphan_artifact)
37 batch << artifact_path(job_artifact_a)
38 batch << artifact_path(job_artifact_b)
63 def artifact_path(job_artifact) method
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/embed/
H A Dbundle.py182 js_raw.extend([ Resources._inline(bundle.artifact_path) for bundle in extensions ])
190 js_raw.append(Resources._inline(bundle.artifact_path))
192 js_files.extend([ bundle.artifact_path for bundle in extensions ])
228 artifact_path: str
270 artifact_path: str
282 artifact_path = join(base_dir, normpath(pkg_main))
283 artifacts_dir = dirname(artifact_path)
284 artifact_name = basename(artifact_path)
288 artifact_path = join(dist_dir, f"{name}{ext}")
291 if exists(artifact_path):
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Tests/RunCMake/ArtifactOutputDirs/
H A Dcheck.cmake1 set(expected ${artifact_path}/rtbin/${exe_name})
6 set(expected ${artifact_path}/staticlib/${static_name})
12 set(expected ${artifact_path}/rtlib/${shared_name})
17 set(expected ${artifact_path}/sharedlib/${shared_name})
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/ArtifactOutputDirs/
H A Dcheck.cmake1 set(expected ${artifact_path}/rtbin/${exe_name})
6 set(expected ${artifact_path}/staticlib/${static_name})
12 set(expected ${artifact_path}/rtlib/${shared_name})
17 set(expected ${artifact_path}/sharedlib/${shared_name})
/dports/devel/cmake-doc/cmake-3.22.1/Tests/RunCMake/ArtifactOutputDirs/
H A Dcheck.cmake1 set(expected ${artifact_path}/rtbin/${exe_name})
6 set(expected ${artifact_path}/staticlib/${static_name})
12 set(expected ${artifact_path}/rtlib/${shared_name})
17 set(expected ${artifact_path}/sharedlib/${shared_name})
/dports/multimedia/openshot/openshot-qt-2.6.1/installer/
H A Ddeploy.py203 artifact_path = os.path.join(artifact_dir, artifact_name)
204 os.rename(artifact_path_orig, artifact_path)
208 artifact_path = artifact_path_orig
214 os.unlink(artifact_path)
217 if os.path.exists(artifact_path) and artifact_ext in ['.exe', '.dmg', '.AppImage']:
219 … output("GitHub: Uploading %s to GitHub Release: %s" % (artifact_path, github_release.tag_name))
220 download_url = upload(artifact_path, github_release)
224 output("Generating file hash for %s" % artifact_path)
233 check_artifact_path = artifact_path + ".tmp"
248 … check_artifact_path, artifact_path, shasum_check_output, shasum_output)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/scripts/api/
H A Ddownload_job_artifact.rb25 if artifact_path
26 FileUtils.mkdir_p(File.dirname(artifact_path))
27 url += "/#{artifact_path}"
48 File.open(artifact_path || 'artifacts.zip', 'w') do |file|
/dports/devel/py-oci/oci-2.53.1/src/oci/artifacts/models/
H A Dgeneric_artifact.py244 def artifact_path(self): member in GenericArtifact
257 @artifact_path.setter
258 def artifact_path(self, artifact_path): argument
269 self._artifact_path = artifact_path
H A Dgeneric_artifact_summary.py226 def artifact_path(self): member in GenericArtifactSummary
239 @artifact_path.setter
240 def artifact_path(self, artifact_path): argument
251 self._artifact_path = artifact_path
/dports/devel/py-oci/oci-2.53.1/src/oci/generic_artifacts_content/models/
H A Dgeneric_artifact.py244 def artifact_path(self): member in GenericArtifact
257 @artifact_path.setter
258 def artifact_path(self, artifact_path): argument
269 self._artifact_path = artifact_path
/dports/www/firefox/firefox-99.0/third_party/python/taskcluster/taskcluster/
H A Dhelper.py94 def upload_artifact(self, artifact_path, content, content_type, ttl): argument
98 artifact_path,
149 def upload_artifact(queue_service, artifact_path, content, content_type, ttl): argument
164 artifact_path,
184 path=artifact_path,
/dports/devel/py-tartiflette/tartiflette-1.4.1/
H A Dsetup.py26 artifact_path = _find_libgraphqlparser_artifact()
28 if not artifact_path:
33 artifact_path,
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/server/django/
H A Dstatic.py39 name, artifact_path = path.split(os.sep, 1)
45 return static.serve(request, artifact_path, document_root=artifacts_dir)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/ci/
H A Dartifact_blob.rb43 artifact_path = [
49 "#{project.pages_group_url}/#{artifact_path}"
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/server/views/
H A Dmulti_root_static_handler.py53 name, artifact_path = path.split(os.sep, 1)
59 return super().get_absolute_path(artifacts_dir, artifact_path)
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/android/pylib/utils/
H A Dmaven_downloader.py130 def _ImportArtifact(self, artifact_path): argument
131 src_dir = os.path.join(self._download_manager.repo_path, artifact_path)
132 dst_dir = os.path.join(self._target_repo, os.path.dirname(artifact_path))
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/android/pylib/utils/
H A Dmaven_downloader.py130 def _ImportArtifact(self, artifact_path): argument
131 src_dir = os.path.join(self._download_manager.repo_path, artifact_path)
132 dst_dir = os.path.join(self._target_repo, os.path.dirname(artifact_path))
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/android/pylib/utils/
H A Dmaven_downloader.py130 def _ImportArtifact(self, artifact_path): argument
131 src_dir = os.path.join(self._download_manager.repo_path, artifact_path)
132 dst_dir = os.path.join(self._target_repo, os.path.dirname(artifact_path))
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/cleanup/
H A Dorphan_job_artifact_files_batch.rb44 def <<(artifact_path) argument
47 artifact_files << ArtifactFile.new(artifact_path)
/dports/lang/v8/v8-9.6.180.12/build/android/pylib/utils/
H A Dmaven_downloader.py133 def _ImportArtifact(self, artifact_path): argument
134 src_dir = os.path.join(self._download_manager.repo_path, artifact_path)
135 dst_dir = os.path.join(self._target_repo, os.path.dirname(artifact_path))
/dports/devel/py-oci/oci-2.53.1/src/oci/generic_artifacts_content/
H A Dgeneric_artifacts_content_client.py191 def get_generic_artifact_content_by_path(self, repository_id, artifact_path, version, **kwargs): argument
250 "artifactPath": artifact_path,
291 …def put_generic_artifact_content_by_path(self, repository_id, artifact_path, version, generic_arti… argument
365 "artifactPath": artifact_path,
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/utils/
H A Dpool_ssl.c58 static void pool_ssl_make_absolute_path(char *artifact_path, char *config_dir, char *absolute_path);
1045 pool_ssl_make_absolute_path(char *artifact_path, char *config_dir, char *absolute_path) in pool_ssl_make_absolute_path() argument
1047 if (artifact_path && strlen(artifact_path)) in pool_ssl_make_absolute_path()
1049 if(is_absolute_path(artifact_path)) in pool_ssl_make_absolute_path()
1050 strncpy(absolute_path, artifact_path, POOLMAXPATHLEN); in pool_ssl_make_absolute_path()
1052 snprintf(absolute_path, POOLMAXPATHLEN, "%s/%s", config_dir, artifact_path); in pool_ssl_make_absolute_path()

123