2022-09-01 17:00:00 +02:00
|
|
|
#!/bin/sh
|
2023-03-08 11:32:40 +01:00
|
|
|
[ -e ./.env ] && . ./.env
|
2022-09-01 17:00:00 +02:00
|
|
|
Time=time
|
|
|
|
|
|
|
|
python3 -m cProfile \
|
|
|
|
-s $Time \
|
2023-02-23 00:14:59 +01:00
|
|
|
../staticoso/App/Source/Build.py \
|
2022-09-01 17:00:00 +02:00
|
|
|
--SiteDomain="https://sitoctt.octt.eu.org" \
|
2022-09-24 15:14:01 +02:00
|
|
|
--FolderRoots="{'*':'https://octtspacc.gitlab.io', 'Assets':'https://octtspacc.gitlab.io/sitoctt-assets'}" \
|
2022-09-01 17:00:00 +02:00
|
|
|
--Minify="False" \
|
|
|
|
--DiffBuild="True" \
|
|
|
|
> /tmp/staticoso-$Time.txt
|
|
|
|
|
|
|
|
|
|
|
|
#--DiffBuild="True" \
|
|
|
|
#--GemtextOutput=True \
|