Skip to content

Commit

Permalink
Removed old files and updated some info.
Browse files Browse the repository at this point in the history
  • Loading branch information
bspaans committed May 22, 2015
1 parent 0f9f49a commit 318dfc8
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 888 deletions.
511 changes: 0 additions & 511 deletions CHANGELOG

This file was deleted.

52 changes: 0 additions & 52 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -620,55 +620,3 @@ copy of the Program in return for a fee.

END OF TERMS AND CONDITIONS

How to Apply These Terms to Your New Programs

If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.

To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

Also add information on how to contact you by electronic and paper mail.

If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:

<program> Copyright (C) <year> <name of author>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.

The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".

You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<http://www.gnu.org/licenses/>.

The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
recursive-include mingus *.py
recursive-include mingus_examples *.py *.png
recursive-include unittest *.py
include CHANGELOG
include LICENSE
include THANKS
include AUTHORS
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ License

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

29 changes: 14 additions & 15 deletions THANKS
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
These people have contributed to mingus. Some have reported problems, others
have contributed improvements to the documentation, actual code, and even
complete modules. Those contributions are described in the CHANGELOG
file. If your name has been left out, if you'd rather not be listed,
or if you'd prefer a different address be used, please send a note to
the mailing list.
complete modules. If your name has been left out, if you'd rather not be
listed, or if you'd prefer a different address be used, please send a pull
request.



Albert Frantz [email protected]
Arun Chaganty [email protected]
Bart Spaans onderstekop@gmail.com
Ben Fisher [email protected]
Gabriel [email protected]
James Michael McDermott [email protected]
Javier Palance [email protected]
Joshua Krohse [email protected]
Nada Amin [email protected]
Nathan Whitehead [email protected]
Stefan Huchler [email protected]
Albert Frantz [email protected]
Arun Chaganty [email protected]
Bart Spaans bart.spaans@gmail.com
Ben Fisher [email protected]
Gabriel [email protected]
James Michael McDermott [email protected]
Javier Palance [email protected]
Joshua Krohse [email protected]
Nada Amin [email protected]
Nathan Whitehead [email protected]
Stefan Huchler [email protected]
27 changes: 1 addition & 26 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -e
#
# mingus build script
# Builds mingus, registers at PyPi, generates documentation and uploads to Google code
Expand All @@ -9,12 +9,7 @@ echo "**************************************************************************
echo "***** mingus :: Automatic Build *****"
echo "***** Building mingus version $VERSION *****"
echo "*******************************************************************************"
echo
echo " Generate Documentation and Distribute to Google Code"
echo
echo "*******************************************************************************"
sudo rm -r ./build/ && sudo python setup.py install
~/mingus/doc/distribute_docs.sh
echo "*******************************************************************************"
echo
echo " Registering package mingus-$VERSION at PyPi"
Expand All @@ -27,25 +22,5 @@ echo " Uploading source distribution and windows installer to PyPi"
echo
echo "*******************************************************************************"
sudo python setup.py sdist bdist_wininst upload
echo "*******************************************************************************"
echo
echo " Tagging release"
echo
echo "*******************************************************************************"
##svn copy https://mingus.googlecode.com/svn/trunk/ https://mingus.googlecode.com/svn/tags/mingus-$VERSION -m "Tagging release" --username Rhijnauwen
echo "WARNING: the code hasn't been tagged yet. Do this manually."
echo "*******************************************************************************"
echo
echo " Uploading source and windows installer to Google Code"
echo
echo "*******************************************************************************"
echo "Uploading windows installer"
mv /home/bspaans/mingus/dist/mingus-$VERSION.linux-x86_64.exe /home/bspaans/mingus/dist/mingus-$VERSION.win32.exe
python googlecode_upload.py -p mingus -s "mingus-$VERSION - windows installer" -u rhijnauwen -l Featured,OpSys-Windows,Type-Installer /home/bspaans/mingus/dist/mingus-$VERSION.win32.exe

echo
echo "Uploading source distribution"
python googlecode_upload.py -p mingus -s "mingus-$VERSION - source tarball" -u rhijnauwen -l Featured,OpSys-All,Type-Source /home/bspaans/mingus/dist/mingus-$VERSION.tar.gz


echo "WARNING: the code hasn't been tagged yet. Do this manually."
Loading

0 comments on commit 318dfc8

Please sign in to comment.