Skip to content

Commit

Permalink
Update changelog date and distribution script [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ginatrapani committed Dec 26, 2013
1 parent 71486f2 commit 1b68e4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/changelog/2.0-beta.9.rst
@@ -1,4 +1,4 @@
2.0-beta.9 - 16 Dec 2013
2.0-beta.9 - 26 Dec 2013
========================

New YouTube plugin:
Expand Down
4 changes: 3 additions & 1 deletion extras/scripts/generate-distribution
Expand Up @@ -28,6 +28,8 @@ cp -R webapp/data/README.md build/thinkup/data/.
rm -rf build/thinkup/config.inc.php
rm -rf build/thinkup/install/sql/build-db_mysql.sql
mv build/thinkup/install/sql/build-db_mysql-upcoming-release.sql build/thinkup/install/sql/build-db_mysql.sql
rm -rf build/thinkup/crawler/thinkupllc-*
rm -rf build/thinkup/install/cli/thinkupllc-*

# Clean out dev/alpha plugins which shouldn't go to users
rm -rf build/thinkup/plugins/hellothinkup/
Expand All @@ -37,6 +39,6 @@ rm -rf build/thinkup/plugins/insightsgenerator/insights/hellothinkupinsight.php

# Zip it up
cd build/
zip -r thinkup.zip thinkup
zip -r thinkup.zip thinkup
zip -d thinkup.zip __MACOSX* *.DS_Store *.ecoder_permissions_check.txt
rm -rf thinkup

0 comments on commit 1b68e4f

Please sign in to comment.