Home | History | Annotate | Download | only in site_utils

Lines Matching full:base_path

781         base_path = os.path.join(self.container_path, name)
791 utils.run('sudo chown -R root "%s"' % base_path)
792 utils.run('sudo chgrp -R root "%s"' % base_path)
803 path_to_cleanup = [tar_path, base_path]
813 utils.run('sudo chown -R root "%s"' % base_path)
814 utils.run('sudo chgrp -R root "%s"' % base_path)
817 config_path = os.path.join(base_path, 'config')