diff --git a/gitso/trunk/CHANGELOG.txt b/gitso/trunk/CHANGELOG.txt index 9e56e58..4814241 100644 --- a/gitso/trunk/CHANGELOG.txt +++ b/gitso/trunk/CHANGELOG.txt @@ -5,14 +5,14 @@ # Support loading remote hosts file. # Command line switches - * --dev (Done) - * --listen (Done) - * --connect IP (Done) - * --list list_file (Done) - * --version (Done) - * --help (Done) - -# manpage for (Linux) + * --dev + * --listen + * --connect IP + * --list list_file + * --version + * --help + +# manpage for (All UNIX sytems) # Support for .rpms (Fedora, OpenSUSE, CentOS) # Implement Native VNC listener (OS X) # Better process management, user gets notified if connection is broken. diff --git a/gitso/trunk/arch/linux/README-stand-alone.txt b/gitso/trunk/arch/linux/README-stand-alone.txt index 0144511..d15799a 100644 --- a/gitso/trunk/arch/linux/README-stand-alone.txt +++ b/gitso/trunk/arch/linux/README-stand-alone.txt @@ -14,13 +14,13 @@ Gitso 0.6: (Feb 21, 2010) * Actually stop VNC Processes (Windows) * Support loading remote hosts file. * Command line switches - * --dev (Done) - * --listen (Done) - * --connect IP (Done) - * --list list_file (Done) - * --version (Done) - * --help (Done) - * manpage for (Linux) + * --dev + * --listen + * --connect IP + * --list list_file + * --version + * --help + * manpage for (All UNIX sytems) * Support for .rpms (Fedora, OpenSUSE, CentOS) * Implement Native VNC listener (OS X) * Better process management, user gets notified if connection is broken. @@ -40,6 +40,10 @@ Requirements: Usage: ./run-gitso.sh [options] Options: - --have-wxpython: Disable wxPython library check + --listen + --connect IP + --list list_file + --version + --help diff --git a/gitso/trunk/arch/linux/changelog b/gitso/trunk/arch/linux/changelog index ddf23a8..7324974 100644 --- a/gitso/trunk/arch/linux/changelog +++ b/gitso/trunk/arch/linux/changelog @@ -4,13 +4,13 @@ PACKAGE (0.6) karmic; urgency=low * Actually stop VNC Processes (Windows) * Support loading remote hosts file. * Command line switches - * --dev (Done) - * --listen (Done) - * --connect IP (Done) - * --list list_file (Done) - * --version (Done) - * --help (Done) - * manpage for (Linux) + * --dev + * --listen + * --connect IP + * --list list_file + * --version + * --help + * manpage for (All UNIX sytems) * Support for .rpms (Fedora, OpenSUSE, CentOS) * Implement Native VNC listener (OS X) * Better process management, user gets notified if connection is broken. diff --git a/gitso/trunk/makegitso.sh b/gitso/trunk/makegitso.sh index 2cb7363..a6a5442 100755 --- a/gitso/trunk/makegitso.sh +++ b/gitso/trunk/makegitso.sh @@ -62,7 +62,8 @@ function mksrc { # And because py2app needs to know there, we just use different config files. # function snowLeopardDMG { - defaults write com.apple.versioner.python Prefer-32-Bit -bool yes + # Grab the default option and then reset it at the end. + #defaults write com.apple.versioner.python Prefer-32-Bit -bool yes echo -e "Creating Gitso.app " rm -f setup.py rm -rf $OSX_BUILD_DIR