Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 72158 - net-www/webapp-config-1.10-r11 list-install w/ version
Summary: net-www/webapp-config-1.10-r11 list-install w/ version
Status: RESOLVED LATER
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Stuart Herbert (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-22 18:02 UTC by Daniel Webert
Modified: 2005-11-21 12:01 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Webert 2004-11-22 18:02:03 UTC
net-www/webapp-config-1.10-r11 list-install w/ version

can we add a switch to '--list-installs' to show the installed-version ...

<snip>
porkoo ~ # webapp-config --list-installs                                        /var/www/phpbb.porkoo.homelinux.org/htdocs
/var/www/phpbb2.porkoo.homelinux.org/htdocs
/var/www/phpbb3.porkoo.homelinux.org/htdocs
/var/www/phpmyadmin.porkoo.homelinux.org/htdocs

porkoo ~ # webapp-config --list-installs -foo
/var/www/phpbb.porkoo.homelinux.org/htdocs phpBB-2.0.10
/var/www/phpbb2.porkoo.homelinux.org/htdocs phpBB-2.0.9
/var/www/phpbb3.porkoo.homelinux.org/htdocs phpBB-2.0.11
/var/www/phpmyadmin.porkoo.homelinux.org/htdocs phpmyadmin-2.6.0_p2
</snip>
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2004-11-23 07:01:07 UTC

*** This bug has been marked as a duplicate of 67859 ***
Comment 2 MAL 2005-08-16 02:30:44 UTC
This isn't anything to do with bug 67859, can we get this reopened?

I really would like to know what versions of webapps I have installed without 
having to:

find / -name '.webapp-*'
Comment 3 Julien Allanos (RETIRED) gentoo-dev 2005-08-16 03:00:00 UTC
Yes, this one has anything to do with bug #67859.
Comment 4 Stuart Herbert (RETIRED) gentoo-dev 2005-11-20 09:36:31 UTC
This has been added as a feature request to UPSTREAM.

http://svn.gnqs.org/projects/vhost-tools/ticket/26

Best regards,
Stu
Comment 5 Gunnar Wrobel (RETIRED) gentoo-dev 2005-11-21 11:37:00 UTC
This is actually a feature that is already provided by webapp-config-1.50.

The output looks like this:

* Installs for phpldapadmin-0.9.7_alpha4
*   /var/www/localhost/htdocs/phpldapadmin
* 
* Installs for phprojekt-2.0.7
*   /var/www/localhost/htdocs/test7
* 
* Installs for phprojekt-4.2-r2
*   /var/www/localhost/htdocs/test4
*   /var/www/localhost/htdocs/test3
*   /var/www/localhost/htdocs/test3
*   /var/www/localhost/htdocs/test5
* 
* Installs for phprojekt-4.2.3
*   /var/www/localhost/htdocs/test4
*   /var/www/localhost/htdocs/test4
* 
* Installs for postfixadmin-2.1.0
*   /var/www/localhost/htdocs/postfixadmin
* 
* Installs for trac-0.8.4
*   /var/www/localhost/htdocs/trac
* 
* Installs for web-cyradm-0.5.4.1
*   /var/www/localhost/htdocs/web-cyradm
* 
* Installs for xrms-2005.05.07
*   /var/www/localhost/htdocs/xrms

Is that ok?

Cheers

Gunnar
Comment 6 Gunnar Wrobel (RETIRED) gentoo-dev 2005-11-21 11:38:08 UTC
Forgot to add that you need to use the combination of 

--list-install --verbose

in order to get this output. Will still improve the documentation for 1.51.
Comment 7 Daniel Webert 2005-11-21 12:01:07 UTC
output is fine - thx