Skip to content

Commit

Permalink
Deduplicate 'pip install' code and remove journal-publisher/listener.
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Nov 12, 2019
1 parent 53235b7 commit 57e5faf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 55 deletions.
12 changes: 2 additions & 10 deletions services/swh-indexer-journal-client/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,8 @@

set -e

if [[ -d /src ]] ; then
for srcrepo in /src/swh-* ; do
pushd $srcrepo
pip install -e .
popd
done
fi

echo Installed Python packages:
pip list
source /srv/softwareheritage/utils/pyutils.sh
setup_pip

case "$1" in
"shell")
Expand Down
24 changes: 0 additions & 24 deletions services/swh-journal-publisher/entrypoint.sh

This file was deleted.

21 changes: 0 additions & 21 deletions services/swh-storage-listener/entrypoint.sh

This file was deleted.

0 comments on commit 57e5faf

Please sign in to comment.