ensure that we have all the copyright notices attached.

This commit is contained in:
Yichun Zhang (agentzh)
2015-11-05 20:42:02 +08:00
parent cde439a55a
commit caea3438eb
3 changed files with 239 additions and 1 deletions

View File

@ -699,6 +699,7 @@ cp $root/util/install bundle/ || exit 1
mkdir util || exit 1
cp $root/util/package-win32.sh util/ || exit 1
cp $root/util/build-win32.sh util/ || exit 1
cp $root/COPYRIGHT ./ || exit 1
markdown2pod -e utf8 -d GitHub $root/doc/README-win32.md|$root/util/fix-pod2markdown|pod2text > README-win32.txt || exit 1
unix2dos README-win32.txt || exit 1
find bundle -name '*~' -delete

View File

@ -8,6 +8,7 @@ if [ -d $name ]; then
fi
mkdir $name || exit 1
cp -r resty nginx.exe luajit.exe lua51.dll lua include lualib html conf logs $name/ || exit 1
cp COPYRIGHT $name/
cp /c/MinGW/bin/libgcc_s_dw2-1.dll $name/ || exit 1
cd $name || exit 1
PATH=/c/Strawberry/perl/bin:$PATH cmd /c 'pl2bat.bat resty' || exit 1
@ -16,4 +17,3 @@ unix2dos conf/* html/*.html || exit 1
cd .. || exit 1
zip -r $name.zip $name || exit 1
echo $name.zip