Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9342220
ensure-customizations-work.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
609 B
Subscribers
None
ensure-customizations-work.sh
View Options
#!/usr/bin/env bash
set
-ex
source
"
$(
dirname
$0
)
/../install/_lib.sh"
source
../install/dc-detect-version.sh
# Negated version of ensure-customizations-not-present.sh, make changes in sync
echo
"
${
_group
}
Ensure customizations work"
$dcr
--no-deps
web
bash
-c
"if [ ! -e /created-by-enhance-image ]; then exit 1; fi"
$dcr
--no-deps
--entrypoint
=
/etc/sentry/entrypoint.sh
sentry-cleanup
bash
-c
"if [ ! -e /created-by-enhance-image ]; then exit 1; fi"
$dcr
--no-deps
web
python
-c
"import ldap"
$dcr
--no-deps
--entrypoint
=
/etc/sentry/entrypoint.sh
sentry-cleanup
python
-c
"import ldap"
echo
"
${
_endgroup
}
"
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Fri, Jul 4, 12:33 PM (2 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3250182
Attached To
R206 getsentry-onpremise
Event Timeline
Log In to Comment