-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #121 from tableau/development
Merge all changes for v2.1.0
- Loading branch information
Showing
81 changed files
with
26,679 additions
and
5,292 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
del .\dist\*.* /F /Q /S | ||
python .\setup.py py2exe | ||
|
||
mkdir .\dist\vizalerts | ||
pushd .\dist\vizalerts | ||
mkdir twilio | ||
mkdir twilio\conf | ||
mkdir config | ||
mkdir docs | ||
mkdir docs\media | ||
mkdir demo | ||
mkdir tests | ||
mkdir logs | ||
mkdir ops | ||
mkdir vizalert | ||
mkdir tabUtil | ||
mkdir temp | ||
popd | ||
|
||
copy .\config\* .\dist\vizalerts\config /Y | ||
copy .\docs\* .\dist\vizalerts\docs /Y | ||
copy .\docs\media\* .\dist\vizalerts\docs\media /Y | ||
copy .\demo\* .\dist\vizalerts\demo /Y | ||
copy .\tests\* .\dist\vizalerts\tests /Y | ||
copy .\logs\* .\dist\vizalerts\logs /Y | ||
copy .\ops\* .\dist\vizalerts\ops /Y | ||
copy .\vizalert\* .\dist\vizalerts\vizalert /Y | ||
copy .\tabutil\* .\dist\vizalerts\tabUtil /Y | ||
copy .\temp\* .\dist\vizalerts\temp /Y | ||
copy .\tests\* .\dist\vizalerts\tests /Y | ||
copy .\twilio\conf\* .\dist\vizalerts\twilio\conf /Y | ||
|
||
copy .\version_history.txt .\dist\vizalerts /Y | ||
copy .\LICENSE .\dist\vizalerts /Y | ||
copy .\README.md .\dist\vizalerts /Y | ||
copy .\vizalerts.py .\dist\vizalerts /Y | ||
copy .\dist\vizalerts.exe .\dist\vizalerts\vizalerts.exe /Y | ||
|
||
pandoc .\docs\install_guide.md -f markdown -t html -o .\dist\vizalerts\docs\install_guide.html | ||
pandoc .\docs\user_guide.md -f markdown -t html -o .\dist\vizalerts\docs\user_guide.html | ||
|
||
7z a -r .\dist\vizalerts.zip .\dist\vizalerts\* |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.