Commit Graph

7 Commits

Author SHA1 Message Date
Bryan Schumaker 41e08fe248 Ocarina: Start through a function call
I was starting Ocarina through "import ocarina" in the launcher.  This
was apparently a bad idea, since the import lock will never be released.
This lock prevents other threads from importing modules, so when I tried
to use urllib2 to download album art the call blocked until after I
closed Ocarina.
2011-05-07 15:54:26 -04:00
Bryan Schumaker e84cbdf42e Generate new ocarina.py
I detect what version of python to use and write ocarina.py based on
that.
2011-05-01 12:04:10 -04:00
Bryan Schumaker e537f6d1c6 Added check_deps.py
This script will attempt to import required and optional dependencies to
see if they are installed and available to the python interpreter.
2011-05-01 11:39:57 -04:00
Bryan Schumaker 8d5fd68cac Fix scripts/tag 2010-12-05 12:56:16 -05:00
Bryan Schumaker 795f9f0241 tagging script
This script will be used to tag each final release.
2010-12-03 08:26:06 -05:00
Bryan Schumaker 06153b6c13 new_release argument checking
new_release should check the number of arguments before attempting to do
anything.
2010-12-03 08:26:06 -05:00
Bryan Schumaker 26b8ae2fb3 new_release script
This script will set up git to use a new branch for new version
development.
2010-11-04 10:47:41 -04:00