Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jheiss opened this issue Aug 16, 2012 · 2 comments

Comments

@jheiss
Copy link
Member

jheiss commented Aug 16, 2012

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

  • name
  • Package file
  • version
  • package version
  • the maintainer
  • os
  • architecture
  • description of the pkg
  • file info
    • when the tpkg was uploaded
    • WHO uploaded the package (maintainer is defined in the tpkg.yml, but the user who actually uploaded the binary is not necessarily the maintainer)
  • what machines the pkg is installed on

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
Copy link
Member Author

jheiss commented Aug 16, 2012

Be sure to check out #5 for related enhancement functionality

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

@jheiss
Copy link
Member Author

jheiss commented Aug 17, 2012

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:

  • file info
    • when the tpkg was uploaded
    • WHO uploaded the package
  • what machines the pkg is installed on

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant