GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/webapp-config.git
master
overlay
Gentoo's installer for web-based applications
Matthew Summers <quantumsummers@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
version.py: Updates version number
HEAD
master
Devan Franchini
2017-06-22
1
-1
/
+1
*
Merge pull request #6 from SpiderX/master
Devan Franchini
2017-05-22
3
-2
/
+15
|
\
|
*
Adds uWSGI server support
Vladimir Pavljuchenkov (SpiderX)
2017-01-09
3
-2
/
+15
*
|
config/webapp-config: Updates config to use eprefix
Devan Franchini
2017-02-15
1
-3
/
+3
*
|
server.py: Uses EPREFIX variable
Devan Franchini
2017-02-15
1
-1
/
+2
*
|
db.py: Uses EPREFIX variable
Devan Franchini
2017-02-15
1
-3
/
+4
*
|
config.py: Uses EPREFIX variable
Devan Franchini
2017-02-15
1
-6
/
+8
*
|
eprefix.py: Adds EPREFIX variable to import in other places
Devan Franchini
2017-02-15
1
-0
/
+6
|
/
*
ebuild.py: fix bashism
Paolo Pedroni
2016-05-12
1
-1
/
+1
*
config.py: Fixes package version checking regression
Devan Franchini
2015-07-10
1
-9
/
+12
*
version.py: Modifies version to reflect git status
Devan Franchini
2015-07-03
1
-1
/
+1
*
webapp-config.8.xml: Updates man page in accordance with command line arg cha...
1.54
Devan Franchini
2015-07-03
1
-34
/
+83
*
webapp-cleaner: Fixed incorrect use of -lui flag
Devan Franchini
2015-07-03
1
-1
/
+1
*
Bump to version 1.54
Devan Franchini
2015-07-02
4
-7
/
+31
*
config.py: Moves setting of g_orig_installdir to allow lack of -d flag
Devan Franchini
2015-06-19
1
-4
/
+4
*
config.py: Suppresses warning message for lack of -d flag for --query
Devan Franchini
2015-06-19
1
-1
/
+2
*
db.py: Reverts OUT.info() call to print() in listinstalls()
Devan Franchini
2015-06-19
1
-1
/
+1
*
config.py: Readds the "dir" key to the option_to_config term
Devan Franchini
2015-06-19
1
-0
/
+1
*
config.py: Message clean ups
Devan Franchini
2015-06-19
1
-12
/
+11
*
config.py: Allows for -lui to not have any arguments passed
Devan Franchini
2015-06-19
1
-41
/
+43
*
config.py: Adds optionality to --dir flag
Devan Franchini
2015-06-19
1
-3
/
+12
*
config.py: Removes unnecessary .keys() call for option_to_config dict
Devan Franchini
2015-06-19
1
-7
/
+7
*
{config, db}.py: Adds proper support for list-installs command
Devan Franchini
2015-06-19
2
-17
/
+28
*
webapp.eclass: Changes order of command line flags
Devan Franchini
2015-06-19
1
-5
/
+5
*
external.py: Modifies assertion to reflect the expected non-existant webapp r...
Devan Franchini
2015-06-19
1
-1
/
+1
*
config.py: Modifies import strategy for config parser
Devan Franchini
2015-06-19
1
-7
/
+4
*
setup.py: Adds Devan Franchini to list of authors
Devan Franchini
2015-06-19
1
-1
/
+1
*
Adds WebappAdd and WebappRemove tests to external test suite
Devan Franchini
2015-06-19
3
-141
/
+81
*
Adds Protection tests to external test suite
Devan Franchini
2015-06-19
3
-82
/
+55
*
Adds FileType tests to external test suite
Devan Franchini
2015-06-19
3
-81
/
+37
*
Adds Ebuild tests to external test suite
Devan Franchini
2015-06-19
3
-143
/
+37
*
Adds DotConfig tests to external test suite
Devan Franchini
2015-06-19
3
-67
/
+43
*
Adds WebappDB and WebappSource tests to external test suite
Devan Franchini
2015-06-19
3
-176
/
+121
*
Adds beginning stages of external test suite
Devan Franchini
2015-06-19
3
-167
/
+138
*
{config, server}.py: Adds Tracd server support
Devan Franchini
2015-06-19
3
-2
/
+15
*
config.py: Improves package version checking
Devan Franchini
2015-06-19
1
-3
/
+10
*
config.py: Modifies --list_unused_installed to nargs = "*"
Devan Franchini
2015-06-19
1
-1
/
+1
*
config.py: Adds more thorough checking for setting self.work
Devan Franchini
2015-06-19
1
-2
/
+2
*
config.py: Changes --query nargs to 2
Devan Franchini
2015-06-19
1
-1
/
+1
*
config.py: Adds "query" to list of actions to get pn and pvr
Devan Franchini
2015-06-19
1
-1
/
+1
*
config.py: Fixes list-installs help message
Devan Franchini
2015-06-19
1
-4
/
+4
*
version.py: Updates version to reflect being on git
Devan Franchini
2015-06-19
1
-1
/
+1
*
config.py: Adds exception handling for setting env vars
Devan Franchini
2015-06-19
1
-3
/
+6
*
{config, debug}.py: Migrates from optparse to argparse
Devan Franchini
2015-06-19
2
-345
/
+368
*
webapp-config.8.xml: clarifies man page for --dd and --vf flags
Devan Franchini
2015-06-19
1
-5
/
+31
*
{config, debug}.py: Removes deprecated use of __dict__ invocation
Devan Franchini
2015-06-19
2
-37
/
+37
*
Adds python3.x compatibility to codebase.
Devan Franchini
2015-06-19
8
-28
/
+28
*
sbin/webapp-cleaner: alters source to /lib/gentoo/functions.sh
Devan Franchini
2014-03-11
1
-1
/
+1
*
Bump to version 1.53
1.53
Devan Franchini
2014-01-24
1
-1
/
+1
*
WebappConfig/db.py: Properly closes install file after writing.
Devan Franchini
2014-01-24
1
-0
/
+1
[next]