tpkg / client

tpkg client code
MIT License
5 stars 7 forks source link

Provide more info with tpkg --qi option (ie: who uploaded, when uploaded, etc) #14

Open jheiss opened 12 years ago

jheiss commented 12 years ago

From Jim Yanko:

Could the commmand line output for package information be updated to include some of the info currently ONLY visible via the tpkg Web UI?

Currently, in the WebUI to the repository, I can see more info about a package than I can by using the command line tpkg utility...

The Web UI allows me to see all of the following info about a pacakge in the repo

Being able to retrieve all the same information via the command line tool would be nice.

Currently, we only get a subset of the above information (I believe this is because --qX and --qi only display info from the .tpkg's .yml or .xml file content)

$ tpkg --qi eds_config_qa-2.10.0-5.tpkg name: eds_config_qa version: 2.10.0 package_version: 5 operatingsystem: any architecture: any maintainer: jyanko@example.com description: QA environment configuration settings for the Extended Distribution System (not intended for prod enviro install) bugreporting: http://jira.example.com:8080/browse/YAH This package depends on other packages, use --qd/--qld to view the dependencies.

Was: https://sourceforge.net/apps/trac/tpkg/ticket/15

jheiss commented 12 years ago

Be sure to check out https://github.com/tpkg/client/issues/5 for related enhancement functionality

Was: https://sourceforge.net/apps/trac/tpkg/ticket/15#comment:2

jheiss commented 12 years ago

http://sourceforge.net/apps/trac/tpkg/ticket/44 is covering some of this ground, adding --qis and --qXs options to view info and metadata for packages on the server. That will just leave Jim's request for info about uploads and installs:

This ticket should remain to cover that request, which I think would be useful functionality.

Was: http://sourceforge.net/apps/trac/tpkg/ticket/15#comment:3