Searched refs:move (Results 1 - 10 of 10) sorted by relevance
/pkg/src/modules/ |
H A D | indexer.py | 968 shutil.move(os.path.join(source_dir, 982 shutil.move( 987 shutil.move(
|
H A D | misc.py | 211 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 D | t_pkg_api_install.py | 995 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 D | t_api_search.py | 1298 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 D | t_pkg_refresh.py | 490 shutil.move(trpath, dc.get_repodir()) 534 shutil.move(trpath, dc.get_repodir())
|
H A D | t_pkg_sysrepo.py | 488 shutil.move(self.common_config_dir, conf_dir)
|
H A D | t_pkg_install.py | 3495 # 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 D | pull.py | 1004 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 D | repository.py | 1025 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 D | image.py | 915 # move it somewhere else. 3514 misc.move(orig, sdir) 3563 misc.move(os.path.join(source_path, file_name),
|
Completed in 96 milliseconds