Searched refs:move (Results 1 - 10 of 10) sorted by relevance

/pkg/src/modules/
H A Dindexer.py968 shutil.move(os.path.join(source_dir,
982 shutil.move(
987 shutil.move(
H A Dmisc.py211 def move(src, dst): function
212 """Rewrite of shutil.move() that uses our copy of copytree()."""
214 # If dst is a directory, then we try to move src into it.
235 raise shutil.Error("Cannot move a directory '{0}' "
/pkg/src/tests/api/
H A Dt_pkg_api_install.py995 doesn't match fails, that upgrading doesn't move the package
996 forward, and that unfreezing a package lets it move once more.
1011 # Test that update won't move foo to 1.2 until it's unfrozen.
1344 shutil.move(src, os.path.dirname(new_src))
1411 shutil.move(src, os.path.dirname(new_src))
1485 shutil.move(src, os.path.dirname(new_src))
H A Dt_api_search.py1298 shutil.move(index_dir_tmp, index_dir)
1304 shutil.move(os.path.join(index_dir, tmp_file),
1319 shutil.move(index_dir_tmp, index_dir)
2402 shutil.move(src, dest)
/pkg/src/tests/cli/
H A Dt_pkg_refresh.py490 shutil.move(trpath, dc.get_repodir())
534 shutil.move(trpath, dc.get_repodir())
H A Dt_pkg_sysrepo.py488 shutil.move(self.common_config_dir, conf_dir)
H A Dt_pkg_install.py3495 # test 1: move an editable file between packages
3566 # test 3: move an editable file between packages and change its path
3595 # test 4: move /etc/passwd between packages and ensure that we
9649 shutil.move(src, os.path.dirname(new_src))
9908 open overlayer-move@0,5.11-0
9911 open overlayer-move@1,5.11-0
9912 add file tmp/file3 path=etc/pam/pam.conf mode=644 owner=root group=sys preserve=true overlay=true original_name=overlayer-move:etc/pam.conf
10571 # order to move past the problem, too.
10859 # file move. Verify that the configuration file exists at both
10945 # file move wher
[all...]
/pkg/src/
H A Dpull.py1004 shutil.move(c_root, old_c_root)
1189 shutil.move(src_path, dst_path)
1271 # If not, move old catalog back into place and remove messed up catalog.
1277 shutil.move(old_c_root[pub], c_root)
/pkg/src/modules/server/
H A Drepository.py1025 shutil.move(old_cat_root, orig_cat_root)
1029 shutil.move(tmp_cat_root, old_cat_root)
2452 # move the manifest to quarantine as well.
2504 shutil.move(path, qdir)
3003 # create a temp folder, move the publisher folder into it
/pkg/src/modules/client/
H A Dimage.py915 # move it somewhere else.
3514 misc.move(orig, sdir)
3563 misc.move(os.path.join(source_path, file_name),

Completed in 96 milliseconds