Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7450946
entrypoint.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
367 B
Subscribers
None
entrypoint.sh
View Options
#!/bin/bash
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
case
"
$1
"
in
"shell"
)
exec
bash
-i
;;
*
)
echo
"Starting swh-journal publisher"
exec
python3
-m
swh.journal.publisher
--verbose
;;
esac
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Thu, Apr 17, 9:15 AM (6 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3287574
Attached To
rDENV Development environment
Event Timeline
Log In to Comment