This commit is contained in:
ed 2023-05-07 18:34:39 +00:00
parent 0ea8bb7c83
commit deca082623
9 changed files with 47 additions and 7 deletions

View file

@ -148,7 +148,7 @@ while IFS= read -r x; do
done
rm -rf contrib
[ $fast ] && sed -ri s/5730/10/ copyparty/web/Makefile
[ $fast ] && sed -ri s/573/10/ copyparty/web/Makefile
(cd copyparty/web && make -j$(nproc) && rm Makefile)
# build
@ -156,3 +156,5 @@ python3 -m build
[ "$mode" == t ] && twine upload -r pypitest dist/*
[ "$mode" == u ] && twine upload -r pypi dist/*
true

View file

@ -96,6 +96,7 @@ rm \
.gitignore
cp -pv LICENSE LICENSE.txt
mv setup.py{,.disabled}
# the regular cleanup memes
find -name '*.pyc' -delete