Home
last modified time | relevance | path

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

12345

/dports/devel/coursier/coursier-1.1.0-M12/modules/
H A Dpants56 staging_dir=$(tempdir "${PANTS_BOOTSTRAP}") && \
57 cd "${staging_dir}" && \
60 ln -s "${staging_dir}/${VENV_PACKAGE}" "${staging_dir}/latest" && \
61 mv "${staging_dir}/latest" "${PANTS_BOOTSTRAP}/${VENV_PACKAGE}"
86 staging_dir=$(tempdir "${PANTS_BOOTSTRAP}") && \
88 "${staging_dir}/install" && \
89 "${staging_dir}/install/bin/python" \
90 "${staging_dir}/install/bin/pip" install \
92 "${staging_dir}/install/bin/python" \
93 "${staging_dir}/install/bin/pip" install \
[all …]
/dports/devel/mercurial/mercurial-6.0/contrib/packaging/hgpackaging/
H A Dinno.py71 staging_dir = inno_build_dir / 'stage'
91 if staging_dir.exists():
92 print('purging %s' % staging_dir)
93 shutil.rmtree(staging_dir)
96 stage_install(source_dir, staging_dir)
108 dest_path = staging_dir / basename
116 staging_dir,
136 staging_dir = inno_build_dir / "stage"
148 staging_dir,
158 staging_dir: pathlib.Path,
[all …]
H A Dwix.py152 for root, dirs, files in os.walk(staging_dir):
156 rel_dir = root.relative_to(staging_dir)
346 staging_dir = build_dir / 'stage'
351 if staging_dir.exists():
352 print('purging %s' % staging_dir)
353 shutil.rmtree(staging_dir)
362 p = staging_dir / f
370 staging_dir,
462 staging_dir: pathlib.Path,
489 staging_dir / "hg.exe",
[all …]
H A Dpy2exe.py216 source_dir: pathlib.Path, staging_dir: pathlib.Path, lower_case=False
234 process_install_rules(rules, source_dir, staging_dir)
238 with (staging_dir / 'defaultrc' / 'editor.rc').open(
245 p = staging_dir / f
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/updater/win/installer/
H A Dcreate_installer_archive.py70 dst_dir = os.path.join(staging_dir, config.get(section, option))
91 def MakeStagingDirectory(staging_dir): argument
95 file_path = os.path.join(staging_dir, TEMP_ARCHIVE_DIR)
130 def CreateArchiveFile(options, staging_dir, timestamp): argument
185 os.path.abspath(os.path.join(staging_dir, UPDATER_DIR)),
226 component_build, staging_dir): argument
254 installer_dir = os.path.join(staging_dir, UPDATER_DIR)
270 staging_dir = MakeStagingDirectory(options.staging_dir)
273 CopyAllFilesToStagingDir(config, staging_dir, options.build_dir,
277 DoComponentBuildTasks(staging_dir, options.build_dir,
[all …]
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/flatpak/
H A Dgbp-flatpak-pipeline-addin.c171 g_autofree gchar *staging_dir = NULL;
235 g_assert (staging_dir != NULL);
284 g_assert (staging_dir != NULL);
286 dir = g_file_new_for_path (staging_dir);
298 g_autofree gchar *staging_dir = NULL;
393 g_strdup (staging_dir),
404 g_strdup (staging_dir),
450 g_autofree gchar *staging_dir = NULL;
528 g_autofree gchar *staging_dir = NULL;
581 g_autofree gchar *staging_dir = NULL;
[all …]
/dports/print/texinfo/texinfo-6.8/tp/tests/many_input_files/
H A Dtex_t4ht.sh27 staging_dir=$diffs_dir/staging
28 [ -d $staging_dir ] || mkdir $staging_dir
55 rm -rf $staging_dir/${dir}_res
56 cp -pr "$srcdir/${dir}_res" $staging_dir
57 chmod -R u+w "$staging_dir/${dir}_res"
58 rm -rf $staging_dir/${dir}_res/CVS $staging_dir/${dir}_res/.svn
60 … diff $DIFF_U_OPTION -r "$staging_dir/${dir}_res" "${outdir}" 2>>$logfile > "$diffs_dir/$dir.diff"
H A Dtex_l2h.sh39 staging_dir=$diffs_dir/staging
40 [ -d $staging_dir ] || mkdir $staging_dir
90 rm -rf $staging_dir/${dir}_res
91 cp -pr "$srcdir/${dir}_res" $staging_dir
92 chmod -R u+w "$staging_dir/${dir}_res"
93 rm -rf $staging_dir/${dir}_res/CVS $staging_dir/${dir}_res/.svn
95 diff $DIFF_U_OPTION -r "$staging_dir/${dir}_res" "$outdir" 2>>$logfile > "$diffs_dir/$dir.diff"
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/app/
H A Ddeployables.py142 staging_dir = stager.Stage(descriptor, app_dir, service_info.runtime,
177 yaml_path = os.path.join(staging_dir, 'app.yaml')
179 return Service(descriptor, app_dir, service_info, staging_dir)
214 yaml_path = os.path.join(staging_dir, 'app.yaml')
216 return Service(descriptor, app_dir, service_info, staging_dir)
252 yaml_path = os.path.join(staging_dir, 'app.yaml')
254 return Service(descriptor, app_dir, service_info, staging_dir)
296 if not staging_dir:
299 yaml_path = os.path.join(staging_dir, 'app.yaml')
301 return Service(descriptor, app_dir, service_info, staging_dir)
[all …]
H A Dstaging.py131 _JAVA_APPCFG_STAGE_FLAGS + ['stage', app_dir, staging_dir])
177 return [self.GetPath(), descriptor, app_dir, staging_dir]
195 staging_dir = tempfile.mkdtemp(dir=staging_area)
196 args = self.GetArgs(descriptor, app_dir, staging_dir)
212 return staging_dir
227 def GetArgs(self, descriptor, app_dir, staging_dir, appyaml=None): argument
247 def GetArgs(self, descriptor, staging_dir, appyaml=None): argument
378 def GetArgs(self, descriptor, app, staging_dir, appyaml=None): argument
440 def GetArgs(self, descriptor, app_dir, staging_dir, appyaml=None): argument
445 staging_dir)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/tools/build/win/
H A Dcreate_installer_archive.py194 def MakeStagingDirectory(staging_dir): argument
198 file_path = os.path.join(staging_dir, TEMP_ARCHIVE_DIR)
289 os.path.abspath(os.path.join(staging_dir, CHROME_DIR)),
380 component_build, staging_dir, current_version): argument
477 def DoComponentBuildTasks(staging_dir, build_dir, target_arch, argument
481 chrome_dir = os.path.join(staging_dir, CHROME_DIR)
535 staging_dir = MakeStagingDirectory(options.staging_dir)
543 staging_dir, options.build_dir,
551 DoComponentBuildTasks(staging_dir, options.build_dir,
564 archive_file = CreateArchiveFile(options, staging_dir,
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/bisect_repackage/
H A Dbisect_repackage.py310 tmp_archive = os.path.join(staging_dir, 'tmp_%s' % archive_name)
356 file_archive = os.path.join(staging_dir, archive_name)
361 extract_dir = os.path.join(staging_dir, archive_name)
412 staging_dir, context)
469 staging_dir, context): argument
475 self.staging_dir = staging_dir
486 self.staging_dir,
605 staging_dir = os.path.abspath(tempfile.mkdtemp(prefix='staging',
608 verify_run, staging_dir, context)
616 bisect_repackage_utils.RemovePath(staging_dir)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/bisect_repackage/
H A Dbisect_repackage.py310 tmp_archive = os.path.join(staging_dir, 'tmp_%s' % archive_name)
356 file_archive = os.path.join(staging_dir, archive_name)
361 extract_dir = os.path.join(staging_dir, archive_name)
412 staging_dir, context)
469 staging_dir, context): argument
475 self.staging_dir = staging_dir
486 self.staging_dir,
605 staging_dir = os.path.abspath(tempfile.mkdtemp(prefix='staging',
608 verify_run, staging_dir, context)
616 bisect_repackage_utils.RemovePath(staging_dir)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/binary_size/
H A Dmilestone_apk_sizes.py41 def __init__(self, prefix, name, staging_dir): argument
44 self._path = os.path.join(staging_dir, name)
118 def _DownloadAndAnalyze(signed_prefix, unsigned_prefix, staging_dir): argument
122 artifacts.append(_Artifact(prefix, name, staging_dir))
217 with tempfile.TemporaryDirectory() as staging_dir:
219 staging_dir = 'milestone_apk_sizes-staging'
220 os.makedirs(staging_dir, exist_ok=True)
222 _DownloadAndAnalyze(signed_prefix, unsigned_prefix, staging_dir)
225 print('Saved files to', staging_dir)
H A Dgenerate_milestone_reports.py201 staging_dir = os.path.join(sizes_dir, 'staging')
202 _MakeDirectory(staging_dir)
205 _BuildOneReport(r, staging_dir, sizes_dir)
207 _WriteMilestonesJson(os.path.join(staging_dir, 'milestones.json'))
211 [_GSUTIL, '-m', 'rsync', '-J', '-r', staging_dir, _PUSH_URL])
/dports/science/py-cirq-aqt/Cirq-0.12.0/dev_tools/
H A Dgit_env_tools.py152 staging_dir = destination_directory + '-staging'
154 shutil.copytree(get_repo_root(), staging_dir)
155 os.chdir(staging_dir)
157 print('chdir', staging_dir, file=sys.stderr)
181 result = _git_fetch_for_comparison(staging_dir, cur_commit, 'master', verbose=verbose)
183 shutil.rmtree(staging_dir, ignore_errors=True)
/dports/science/py-OpenFermion/OpenFermion-1.3.0/dev_tools/
H A Dgit_env_tools.py143 staging_dir = destination_directory + '-staging'
145 shutil.copytree(get_repo_root(), staging_dir)
146 os.chdir(staging_dir)
148 print('chdir', staging_dir, file=sys.stderr)
176 result = _git_fetch_for_comparison(staging_dir,
181 shutil.rmtree(staging_dir, ignore_errors=True)
/dports/science/py-cirq-ionq/Cirq-0.13.1/dev_tools/
H A Dgit_env_tools.py152 staging_dir = destination_directory + '-staging'
154 shutil.copytree(get_repo_root(), staging_dir)
155 os.chdir(staging_dir)
157 print('chdir', staging_dir, file=sys.stderr)
181 result = _git_fetch_for_comparison(staging_dir, cur_commit, 'master', verbose=verbose)
183 shutil.rmtree(staging_dir, ignore_errors=True)
/dports/science/py-cirq-pasqal/Cirq-0.13.1/dev_tools/
H A Dgit_env_tools.py152 staging_dir = destination_directory + '-staging'
154 shutil.copytree(get_repo_root(), staging_dir)
155 os.chdir(staging_dir)
157 print('chdir', staging_dir, file=sys.stderr)
181 result = _git_fetch_for_comparison(staging_dir, cur_commit, 'master', verbose=verbose)
183 shutil.rmtree(staging_dir, ignore_errors=True)
/dports/science/py-cirq-core/Cirq-0.13.1/dev_tools/
H A Dgit_env_tools.py152 staging_dir = destination_directory + '-staging'
154 shutil.copytree(get_repo_root(), staging_dir)
155 os.chdir(staging_dir)
157 print('chdir', staging_dir, file=sys.stderr)
181 result = _git_fetch_for_comparison(staging_dir, cur_commit, 'master', verbose=verbose)
183 shutil.rmtree(staging_dir, ignore_errors=True)
/dports/science/py-cirq-google/Cirq-0.13.0/dev_tools/
H A Dgit_env_tools.py152 staging_dir = destination_directory + '-staging'
154 shutil.copytree(get_repo_root(), staging_dir)
155 os.chdir(staging_dir)
157 print('chdir', staging_dir, file=sys.stderr)
181 result = _git_fetch_for_comparison(staging_dir, cur_commit, 'master', verbose=verbose)
183 shutil.rmtree(staging_dir, ignore_errors=True)
/dports/chinese/librime/librime-1.7.3/src/rime/
H A Dsetup.cc63 if (PROVIDED(traits, staging_dir)) in SetupDeployer()
64 deployer.staging_dir = traits->staging_dir; in SetupDeployer()
66 deployer.staging_dir = (fs::path(deployer.user_data_dir) / "build").string(); in SetupDeployer()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/
H A Dmake-source-package.py78 staging_dir = Path(os.environ.get('STAGING', tmp_dir / 'mozjs-src-pkg')) variable
93 target_dir = staging_dir / version
104 print(' STAGING = {}'.format(staging_dir))
338 staging_install_file = staging_dir / 'INSTALL'
352 staging_readme_file = staging_dir / 'README'
366 staging_patches_dir = staging_dir / 'patches'
409 str(staging_dir),
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/android/gyp/
H A Dproguard.py192 self.staging_dir = os.path.join(work_dir, name)
193 os.mkdir(self.staging_dir)
196 found_files = build_utils.FindInDirectory(self.staging_dir)
198 raise Exception('Missing dex outputs in {}'.format(self.staging_dir))
215 tmp_jar_output = self.staging_dir + '.jar'
216 build_utils.DoZip(found_files, tmp_jar_output, base_dir=self.staging_dir)
265 base_dex_context.staging_dir,
301 cmd += ['--feature', in_jar, feature.staging_dir]
324 existing_files = build_utils.FindInDirectory(base_dex_context.staging_dir)
325 jdk_dex_output = os.path.join(base_dex_context.staging_dir,
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/android/gyp/
H A Dproguard.py173 self.staging_dir = os.path.join(work_dir, name)
174 os.mkdir(self.staging_dir)
177 found_files = build_utils.FindInDirectory(self.staging_dir)
179 raise Exception('Missing dex outputs in {}'.format(self.staging_dir))
196 tmp_jar_output = self.staging_dir + '.jar'
197 build_utils.DoZip(found_files, tmp_jar_output, base_dir=self.staging_dir)
247 base_dex_context.staging_dir,
306 cmd += ['--feature', in_jar, feature.staging_dir]
336 jdk_dex_output = os.path.join(base_dex_context.staging_dir,
492 parent_dir = feature_map[parent].staging_dir
[all …]

12345