diff --git a/bundle.sh b/bundle.sh index 13b9f901..72400f41 100755 --- a/bundle.sh +++ b/bundle.sh @@ -3,19 +3,13 @@ od=`pwd` rm -rf /tmp/memories -cp -R . /tmp/memories +mkdir -p /tmp/memories +cp -R appinfo css img js lib templates COPYING README.md exiftest* composer* /tmp/memories cd /tmp rm -rf memories.tar.gz -cd memories -git clean -xdf -rm -rf .git .gitignore Makefile package.json package-lock.json phpunit* webpack.js stylelint.config.js tests -rm -rf src js/*.map appinfo/screencap.* -rm -rf *.js .gitignore .npmignore -cd .. tar -zvcf memories.tar.gz memories/ -# openssl dgst -sha512 -sign ~/.nextcloud/certificates/memories.key memories.tar.gz | openssl base64 rm -rf memories cd $od diff --git a/test.php b/test.php deleted file mode 100644 index 1d6344dd..00000000 --- a/test.php +++ /dev/null @@ -1,4 +0,0 @@ -getTimestamp()); \ No newline at end of file