summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* {config, server}.py: Adds Tracd server supportDevan Franchini2015-06-191-1/+2
* config.py: Improves package version checkingDevan Franchini2015-06-191-3/+10
* config.py: Modifies --list_unused_installed to nargs = "*"Devan Franchini2015-06-191-1/+1
* config.py: Adds more thorough checking for setting self.workDevan Franchini2015-06-191-2/+2
* config.py: Changes --query nargs to 2Devan Franchini2015-06-191-1/+1
* config.py: Adds "query" to list of actions to get pn and pvrDevan Franchini2015-06-191-1/+1
* config.py: Fixes list-installs help messageDevan Franchini2015-06-191-4/+4
* config.py: Adds exception handling for setting env varsDevan Franchini2015-06-191-3/+6
* {config, debug}.py: Migrates from optparse to argparseDevan Franchini2015-06-191-279/+304
* {config, debug}.py: Removes deprecated use of __dict__ invocationDevan Franchini2015-06-191-18/+18
* Adds python3.x compatibility to codebase.Devan Franchini2015-06-191-2/+2
* WebappConfig/config.py: Fixes spacing issue in --help output.Devan Franchini2014-01-241-1/+1
* WebappConfig/config.py: Uses maybe_get() function instead of get().Devan Franchini2014-01-241-3/+1
* WebappConfig/config.py: Prevents overwriting config variables.Devan Franchini2014-01-241-1/+4
* WebappConfig/config.py: Cleans whitespace.Devan Franchini2014-01-241-1/+1
* WebappConfig/{db,config}.py: Adds support for prune-database() function.Devan Franchini2014-01-241-2/+22
* WebappConfig/config.py: Modifies default interpolation style.Devan Franchini2013-10-291-25/+29
* WebappConfig/config.py: Corrects get() function arguments.Devan Franchini2013-10-281-2/+2
* Webappconfig/{config.py,worker.py}: Adds configurable --copy option.Devan Franchini2013-08-241-5/+6
* WebappConfig/config.py: fix indentationManuel RĂ¼ger2013-08-061-1/+1
* WebappConfig/{config.py,server.py}: set server uid/gid in the configVincent Brillault2013-08-031-6/+30
* Webappconfig/config.py: Adds check for package name and versionDevan Franchini2013-08-031-2/+15
* WebappConfig/{config,worker}.py: add option to copy filesDevan Franchini2013-03-291-0/+16
* Update configparser imports for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2012-06-291-16/+23
* Use print() function for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2012-06-291-2/+2
* Add support for www-servers/nginx and www-servers/gatlingAnthony G. Basile2011-12-301-2/+4
* Don't use has_key() for compatibility with Python 3.Arfrever2011-12-301-6/+6
* Delete some unused variables and imports.Arfrever2011-12-301-2/+2
* Update syntax of setting exceptions for compatibility with Python 3.Arfrever2011-12-301-2/+2
* Don't set unused exception variables.Arfrever2011-12-301-4/+4
* Update the docs for --luiMichael (kensington)2011-12-291-5/+3
* set_vars() should not be needed. The python config system will construct the ...Gunnar Wrobel2007-05-101-55/+31
* Do not use absolute path names by defaultGunnar Wrobel2007-04-271-2/+4
* Fixed installed package check in server.pyGunnar Wrobel2007-04-271-1/+2
* Improved error message.Gunnar Wrobel2007-04-271-1/+2
* Category support, absolute path support.Gunnar Wrobel2007-04-271-77/+234
* Do not error out if there are unexpanded variables in the configuration. In t...Gunnar Wrobel2007-04-271-9/+21
* Added current versionGunnar Wrobel2007-02-211-0/+1357