summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6 from SpiderX/masterDevan Franchini2017-05-221-1/+2
|\
| * Adds uWSGI server supportVladimir Pavljuchenkov (SpiderX)2017-01-091-1/+2
* | config.py: Uses EPREFIX variableDevan Franchini2017-02-151-6/+8
|/
* config.py: Fixes package version checking regressionDevan Franchini2015-07-101-9/+12
* config.py: Moves setting of g_orig_installdir to allow lack of -d flagDevan Franchini2015-06-191-4/+4
* config.py: Suppresses warning message for lack of -d flag for --queryDevan Franchini2015-06-191-1/+2
* config.py: Readds the "dir" key to the option_to_config termDevan Franchini2015-06-191-0/+1
* config.py: Message clean upsDevan Franchini2015-06-191-12/+11
* config.py: Allows for -lui to not have any arguments passedDevan Franchini2015-06-191-41/+43
* config.py: Adds optionality to --dir flagDevan Franchini2015-06-191-3/+12
* config.py: Removes unnecessary .keys() call for option_to_config dictDevan Franchini2015-06-191-7/+7
* {config, db}.py: Adds proper support for list-installs commandDevan Franchini2015-06-191-16/+27
* config.py: Modifies import strategy for config parserDevan Franchini2015-06-191-7/+4
* {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