[Bps-public-commit] r17215 - sd/trunk/lib/App/SD/CLI/Command/Help
jesse at bestpractical.com
jesse at bestpractical.com
Sat Dec 13 15:31:45 EST 2008
Author: jesse
Date: Sat Dec 13 15:31:44 2008
New Revision: 17215
Modified:
sd/trunk/lib/App/SD/CLI/Command/Help/Environment.pm
Log:
* Document more environment variables
Modified: sd/trunk/lib/App/SD/CLI/Command/Help/Environment.pm
==============================================================================
--- sd/trunk/lib/App/SD/CLI/Command/Help/Environment.pm (original)
+++ sd/trunk/lib/App/SD/CLI/Command/Help/Environment.pm Sat Dec 13 15:31:44 2008
@@ -7,11 +7,37 @@
$self->print_header('Environment variables');
print <<EOF
+
+ export PROPHET_DEVEL=1
+ Turn on various development mode checks, warnings and autoreloading
+ of modules
+
+ export PROPHET_USER=name
+ Use 'name' as the creator of changesets
+
+ export EMAIL=jesse at example.com
+ Use jesse at example.com as the default email address for reporting
+ issues
+
+ export PROPHET_REPLICA_TYPE=prophet
+ Use the prophet native replica type. In the future other backend
+ replica types may be available
+
export SD_REPO=/path/to/sd/replica
Specify where the ticket database SD is using should reside
export SD_CONFIG=/path/to/sd/config/file
Specify where the configuration file SD is using should reside
+
+
+ export PROPHET_HISTFILE=~/.sd-history
+ Specify where the interactive shell should store its history
+
+ export PROPHET_HISTLENGTH=100
+ Specify how much history the interactive shell should store
+
+
+
EOF
}
More information about the Bps-public-commit
mailing list