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
*
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
*
WebappConfig/config.py: Fixes spacing issue in --help output.
Devan Franchini
2014-01-24
1
-1
/
+1
*
WebappConfig/db.py: Slightly alters prune_database() algorithm.
Devan Franchini
2014-01-24
1
-3
/
+1
*
doc/webapp-config.8.xml: Improves man page synopsis.
Devan Franchini
2014-01-24
1
-0
/
+12
*
WebappConfig/content.py: Nulls doctest code in add() function.
Devan Franchini
2014-01-24
1
-18
/
+18
*
WebappConfig/ebuild.py: Nulls doctest code in run_var()
Devan Franchini
2014-01-24
1
-23
/
+23
*
WebappConfig/config.py: Uses maybe_get() function instead of get().
Devan Franchini
2014-01-24
1
-3
/
+1
*
WebappConfig/config.py: Prevents overwriting config variables.
Devan Franchini
2014-01-24
1
-1
/
+4
*
WebappConfig/db.py: Removes printing of 'action' when calling prune_database().
Devan Franchini
2014-01-24
1
-1
/
+0
*
WebappConfig/config.py: Cleans whitespace.
Devan Franchini
2014-01-24
1
-1
/
+1
*
WebappConfig/{db,config}.py: Adds support for prune-database() function.
Devan Franchini
2014-01-24
2
-16
/
+43
*
WebappConfig/db.py: Adds prune_db() function.
Devan Franchini
2014-01-24
1
-0
/
+37
*
WebappConfig/ebuild.py Restores changes done by previous commit.
Devan Franchini
2014-01-01
1
-18
/
+18
*
WebappConfig/ebuild.py: Alters doctest output to default values.
Devan Franchini
2013-12-31
1
-18
/
+18
*
AUTHORS: Stuart Herbert's email is probably still valid
Anthony G. Basile
2013-10-31
1
-1
/
+1
*
Bump to version 1.52
1.52
Anthony G. Basile
2013-10-31
2
-8
/
+8
*
WebappConfig/config.py: Modifies default interpolation style.
Devan Franchini
2013-10-29
1
-25
/
+29
*
WebappConfig/db.py: Removes cherry-pick message in db.py.
Devan Franchini
2013-10-28
1
-2
/
+0
*
WebappConfig/db.py converts keys dictionary to sorted list.
Devan Franchini
2013-10-28
1
-4
/
+4
*
WebappConfig/db.py: Encodes entry output for .webapp-<app>-<version>.
Devan Franchini
2013-10-28
1
-1
/
+1
*
WebappConfig/dotconfig.py: Encodes .webapp info in utf-8 when writing.
Devan Franchini
2013-10-28
1
-2
/
+1
*
WebappConfig/content.py: Encodes md5 content in utf-8 when writing.
Devan Franchini
2013-10-28
1
-1
/
+1
*
WebappConfig/compat.py: Alters warped compat file from cherry-picking.
Devan Franchini
2013-10-28
1
-10
/
+0
*
WebappConfig/config.py: Corrects get() function arguments.
Devan Franchini
2013-10-28
1
-2
/
+2
*
WebappConfig/compat.py: Revamps create_md5() function.
Devan Franchini
2013-10-28
1
-1
/
+6
*
WebappConfig/db.py: Converts keys.packages.keys() into a list.
Devan Franchini
2013-10-09
1
-1
/
+1
*
WebappConfig/content.py: returns value from create_md5 to prevent nulls.
Devan Franchini
2013-09-26
1
-1
/
+1
*
WebappConfig/content.py: Fixed inconsistent tab in file where create_md5() is...
Devan Franchini
2013-09-25
1
-1
/
+1
*
WebappConfig/db.py: Converts dict_keys into a list to allow sorting.
Devan Franchini
2013-09-24
1
-1
/
+1
*
WebappConfig/content.py: Adds use of create_md5() function.
Devan Franchini
2013-09-24
1
-2
/
+2
*
WebappConfig/compat.py: Adds compatibility check for file_md5().
Devan Franchini
2013-09-24
1
-0
/
+27
*
WebappConfig/permissions.py: Corrected syntax for eval() function.
Devan Franchini
2013-09-24
1
-1
/
+1
*
Webappconfig/{config.py,worker.py}: Adds configurable --copy option.
Devan Franchini
2013-08-24
3
-7
/
+7
*
WebappConfig/config.py: fix indentation
Manuel Rüger
2013-08-06
1
-1
/
+1
*
Bump to version 1.51
1.51
Anthony G. Basile
2013-08-03
4
-44
/
+3
*
WebappConfig/content.py: use hashlib instead of md5 module
Nico Baggus
2013-08-03
1
-2
/
+2
*
WebappConfig/wrapper.py: fix paludis support
cmue81
2013-08-03
1
-3
/
+3
*
WebappConfig/{config.py,server.py}: set server uid/gid in the config
Vincent Brillault
2013-08-03
3
-15
/
+61
*
Webappconfig/config.py: Adds check for package name and version
Devan Franchini
2013-08-03
1
-2
/
+15
*
WebappConfig/{db,filetype,permissions}.py: code cleanup
Vincent Brillault
2013-04-22
3
-11
/
+19
*
doc/webapp-config.8.xml: fix unpaired tag
Anthony G. Basile
2013-03-29
1
-0
/
+1
*
WebappConfig/{config,worker}.py: add option to copy files
Devan Franchini
2013-03-29
3
-4
/
+66
*
WebappConfig/wrapper.py: do not use portage.root to retrive $ROOT
Devan Franchini
2013-03-23
1
-1
/
+1
*
WebappConfig/worker.py: correct permissions for server-owned dirs
Vincent Brillault
2013-03-13
1
-0
/
+2
*
WebappConfig/ebuild.py: don't ignore vhost_config_dir value
Christian Affolter
2013-03-09
1
-1
/
+1
*
WebappConfig/db.py: do not leave behind stray install files
Eray Aslan
2013-02-11
1
-0
/
+2
*
Include current version of the eclass in repo
Anthony G. Basile
2012-07-13
1
-0
/
+580
*
Do not use cmp() for compatibility with Python 3.
Arfrever Frehtes Taifersar Arahesis
2012-06-29
2
-13
/
+2
*
Update WebappConfig.version.WCVERSION.
Arfrever Frehtes Taifersar Arahesis
2012-06-29
1
-1
/
+1
[next]