summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Do not use cmp() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2012-06-292-13/+2
| | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* Update WebappConfig.version.WCVERSION.Arfrever Frehtes Taifersar Arahesis2012-06-291-1/+1
| | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* Delete obsolete __version__ attributes.Arfrever Frehtes Taifersar Arahesis2012-06-2912-23/+0
| | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* Update configparser imports for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2012-06-291-16/+23
| | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* Partially synchronize WebappConfig.sandbox.get_open_fds() with ↵Arfrever Frehtes Taifersar Arahesis2012-06-291-1/+6
| | | | | | portage.process.get_open_fds(). Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* Use range() instead of xrange() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2012-06-291-1/+1
| | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* Use str.join() instead of string.join() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2012-06-292-5/+5
| | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* Use print() function for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2012-06-295-39/+40
| | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* doc/Makefile: fix parallel build, thanks ArfreverAnthony G. Basile2012-06-281-9/+4
|
* doc/webapp-eclass.5.xml: fix generated man/html filename1.50.19Anthony G. Basile2012-06-271-14/+14
|
* Clean up doc, readdress gentoo bug #322759Anthony G. Basile2012-06-273-569/+2
|
* Remove examplesAnthony G. Basile2012-06-273-198/+0
|
* Add support for www-servers/nginx and www-servers/gatlingAnthony G. Basile2011-12-303-3/+30
|
* Use isinstance() for compatibility with Python 3.Arfrever2011-12-302-5/+5
| | | | | Reported-By: Arfrever <arfrever@gentoo.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* Forward-compat WEB_CATEGORY variableMichael2011-12-301-0/+4
| | | | | | | | | | | Versions previous to 1.50.18 did not include WEB_CATEGORY which was stored in ${webapp_installed_dir}/.webapp, but newer versions require it. Make old installations forward-compatible by pretending this variable exists. Reported-By: Patrick <mail@patrick-nagel.net> Signed-off-by: Anthony G. Basile <blueness@gentoo.org> X-Gentoo-Bug: 355295 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=355295
* Don't use has_key() for compatibility with Python 3.Arfrever2011-12-303-13/+13
| | | | | Reported-By: Arfrever <arfrever@gentoo.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* Update syntax of octal numbers for compatibility with Python 3.Arfrever2011-12-304-5/+5
| | | | | Reported-By: Arfrever <arfrever@gentoo.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* Delete some unused variables and imports.Arfrever2011-12-308-20/+10
| | | | | Reported-By: Arfrever <arfrever@gentoo.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* Update syntax of setting exceptions for compatibility with Python 3.Arfrever2011-12-307-16/+16
| | | | | Reported-By: Arfrever <arfrever@gentoo.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* Don't set unused exception variables.Arfrever2011-12-303-7/+7
| | | | | Reported-By: Arfrever <arfrever@gentoo.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* Backward compat for webapp-cleanerMichael (kensington)2011-12-291-3/+12
| | | | | | | | | | Patch webapp-cleaner to check ${CAT}/${PN} first, but if that does not exist, fall back to just ${PN}. Reported-By: Marc Richter <richter_marc@gmx.net> Signed-off-by: Anthony G. Basile <blueness@gentoo.org> X-Gentoo-Bug: 376737 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=376737
* Update the docs for --luiMichael (kensington)2011-12-292-13/+8
| | | | | | | Reported-By: Maurice Volaski <mvolaski@aecom.yu.edu> Signed-off-by: Anthony G. Basile <blueness@gentoo.org> X-Gentoo-Bug: 379581 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=379581
* Remove aolserver and add cherokee to the list of supportedMichael (kensington)2011-12-293-13/+1
| | | | | | | | | servers in the manpage. Reported-By: Fab <netfab@gmail.com> Signed-off-by: Anthony G. Basile <blueness@gentoo.org> X-Gentoo-Bug: 386505 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=386505
* Remove files not maintained with migration to gitAnthony G. Basile2011-08-057-1628/+0
|
* Fix overwrite of existing config_protected filesPeter Volkov2011-08-052-2/+7
| | | | | | | | | | | webapp-config records the md5sum of previously modified config file and any subsequent update removes that file since md5sum of file in database (.webapp-app-version) is the same as on the disc. Reported-By: Philippe Chaintreuil Signed-off-by: Anthony G. Basile <blueness@gentoo.org> X-Gentoo-Bug: 243260 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=243260
* Moved ebuild/eclass to overlay branchAnthony G. Basile2011-06-142-596/+0
|
* Update AUTHORS/CHANGES/TODO for minor release1.50.18.1Anthony G. Basile2011-06-143-9/+15
|
* Removed old .svn.ignoreAnthony G. Basile2011-06-144-8/+0
|
* Changed net-www to www-serversAnthony G. Basile2011-06-141-1/+2
|
* A number of code doc files.Gunnar Wrobel2007-11-096-1/+139
| | | | svn path=/trunk/webapp-config/; revision=59
* The CHANGES file got renamed.Gunnar Wrobel2007-11-091-1046/+0
| | | | svn path=/trunk/webapp-config/; revision=58
* Update the MANIFEST file.Gunnar Wrobel2007-11-091-1/+7
| | | | svn path=/trunk/webapp-config/; revision=57
* * bug fix: webapp-config-1.50.16 errors out during uninstall htdocs is a ↵Gunnar Wrobel2007-11-092-1/+1053
| | | | | | symlink (Gentoo bug #181938) svn path=/trunk/webapp-config/; revision=56
* Rename AUTHORS file.Gunnar Wrobel2007-09-122-0/+2
| | | | svn path=/trunk/webapp-config/; revision=55
* Add GPL to the directory.Gunnar Wrobel2007-09-124-100/+386
| | | | svn path=/trunk/webapp-config/; revision=54
* Released webapp-config-1.5.18.1.50.18Gunnar Wrobel2007-05-112-0/+7
| | | | svn path=/trunk/webapp-config/; revision=50
* Prepare a new experimental webapp-config release.Gunnar Wrobel2007-05-111-1/+1
| | | | svn path=/trunk/webapp-config/; revision=49
* set_vars() should not be needed. The python config system will construct the ↵Gunnar Wrobel2007-05-101-55/+31
| | | | | | configuration values on get and all %()s parts will get expanded during the get() call. Updating only my_appsuffix should do the job. svn path=/trunk/webapp-config/; revision=48
* Updated Changelog1.50.17Gunnar Wrobel2007-04-271-0/+7
| | | | svn path=/trunk/webapp-config/; revision=46
* Fixed doc test.Gunnar Wrobel2007-04-271-1/+1
| | | | svn path=/trunk/webapp-config/; revision=45
* Version bumpGunnar Wrobel2007-04-272-2/+2
| | | | svn path=/trunk/webapp-config/; revision=44
* Updates for the eclass. Still untested.Gunnar Wrobel2007-04-271-72/+45
| | | | svn path=/trunk/webapp-config/; revision=42
* Do not use absolute path names by defaultGunnar Wrobel2007-04-272-2/+7
| | | | svn path=/trunk/webapp-config/; revision=41
* Fix for package_installedGunnar Wrobel2007-04-271-1/+7
| | | | svn path=/trunk/webapp-config/; revision=40
* Fixed installed package check in server.pyGunnar Wrobel2007-04-271-5/+3
| | | | svn path=/trunk/webapp-config/; revision=39
* Fixed installed package check in server.pyGunnar Wrobel2007-04-271-2/+2
| | | | svn path=/trunk/webapp-config/; revision=38
* Fixed installed package check in server.pyGunnar Wrobel2007-04-272-3/+7
| | | | svn path=/trunk/webapp-config/; revision=37
* Fixed sorting in doctest.Gunnar Wrobel2007-04-271-1/+1
| | | | svn path=/trunk/webapp-config/; revision=36
* Improved error message.Gunnar Wrobel2007-04-271-1/+2
| | | | svn path=/trunk/webapp-config/; revision=35
* Revert server installation check for now.Gunnar Wrobel2007-04-271-1/+3
| | | | svn path=/trunk/webapp-config/; revision=34