fixes
All checks were successful
/ job (push) Successful in 6m27s

This commit is contained in:
Marc Beninca 2024-06-06 11:36:06 +02:00
parent 60df30cb39
commit 587fe469eb
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 4 additions and 2 deletions

4
cd.sh
View file

@ -545,7 +545,7 @@ local root
local url
cd_step "Install Python modules"
root="$(mktemp --directory)" || exit
echo "${root}"
echo "${root}"
for repository in "${CD_GIT_CHILD}" "${CD_GIT_PARENT}" ; do
cd_split
url="${CD_PROJECTS_URL}/${repository}"
@ -567,6 +567,8 @@ ${CD_PYTHON_PACKAGES}
|| exit
done
cd_split
cd_ls "${CD_PYTHON_PACKAGES}"
cd_split
cd_rm "${root}"
}

View file

@ -114,7 +114,7 @@ def set_ssh(*arguments):
fs.write(known, ssh_hosts)
os.chmod(known, 0o400)
#
browse(home)
browse(ssh)
def open(*arguments):