mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
vendor foss licenses
license downloader (for generating COPYING.txt) broke after opensource.org changed their html, so just vendor all of it
This commit is contained in:
parent
bafe7f5a09
commit
33c4ccffab
11 changed files with 119 additions and 60 deletions
|
@ -100,14 +100,13 @@ load_env || {
|
|||
# cleanup
|
||||
rm -rf unt build/pypi
|
||||
|
||||
# grab licenses
|
||||
scripts/genlic.sh copyparty/res/COPYING.txt
|
||||
# generate license list
|
||||
scripts/genlic.py copyparty/res/COPYING.txt
|
||||
|
||||
# clean-ish packaging env
|
||||
rm -rf build/pypi
|
||||
mkdir -p build/pypi
|
||||
cp -pR pyproject.toml README.md LICENSE copyparty contrib bin scripts/strip_hints build/pypi/
|
||||
tar -c docs/lics.txt scripts/genlic.sh build/*.txt | tar -xC build/pypi/
|
||||
cd build/pypi
|
||||
|
||||
# delete junk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue