Skip to content

Commit

Permalink
hotfix(pkgrepo) ensure that blobxfer requirement are not installed on…
Browse files Browse the repository at this point in the history
… each run
  • Loading branch information
dduportal authored Mar 24, 2023
1 parent 62e3428 commit dbf519d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/profile/manifests/pkgrepo.pp
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
],
cwd => $mirror_home_dir,
command => "/bin/bash -c 'source ${venv_blobxfer_script} && ${venv_blobxfer_python} -m pip install --requirement=${mirror_home_dir}/requirements.txt'",
unless => "/bin/bash -c 'source ${venv_blobxfer_script} && for pip_dep in $(cat ${mirror_home_dir}/requirements.txt); do pip freeze | grep $pip_dep;done'",
unless => "/bin/bash -c 'source ${venv_blobxfer_script} && for pip_dep in $(cat ${mirror_home_dir}/requirements.txt); do pip freeze | grep \$pip_dep;done'",
}


Expand Down

0 comments on commit dbf519d

Please sign in to comment.