Add temporary debug commands to Bookwyrm package build script
This commit is contained in:
parent
2e83d0e020
commit
49488ae18c
1 changed files with 4 additions and 0 deletions
|
@ -116,6 +116,8 @@ mkDerivation {
|
||||||
ln -sf $dependency/lib/python3.11/site-packages/* /build/lib/python3.11/site-packages/
|
ln -sf $dependency/lib/python3.11/site-packages/* /build/lib/python3.11/site-packages/
|
||||||
done
|
done
|
||||||
|
|
||||||
|
ls -lAh /build/lib/python3.11/site-packages
|
||||||
|
|
||||||
export PYTHONPATH=/build/lib/python3.11/site-packages
|
export PYTHONPATH=/build/lib/python3.11/site-packages
|
||||||
|
|
||||||
export DOMAIN=""
|
export DOMAIN=""
|
||||||
|
@ -125,6 +127,8 @@ mkDerivation {
|
||||||
export EMAIL_HOST_PASSWORD=""
|
export EMAIL_HOST_PASSWORD=""
|
||||||
export SECRET_KEY=""
|
export SECRET_KEY=""
|
||||||
|
|
||||||
|
# Compile SASS
|
||||||
|
|
||||||
${python311}/bin/python manage.py compile_themes
|
${python311}/bin/python manage.py compile_themes
|
||||||
|
|
||||||
runHook postBuild
|
runHook postBuild
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue