-
-
Notifications
You must be signed in to change notification settings - Fork 404
Print sources details of snapshots and published repositories #472
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
Conversation
smira
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great to me! Thanks!
man/aptly.1
Outdated
| .\" http://github.com/rtomayko/ronn/tree/0.7.3 | ||
| . | ||
| .TH "APTLY" "1" "November 2016" "" "" | ||
| .TH "APTLY" "1" "2017-01-10" "" "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't finish putting CONTRIBUTING notes yet, but upstream ronn has one bug (rtomayko/ronn#83) which is not patched. It leads to broken rendering of man page (and it's the reason for huge diff here).
I've got patched version here: https://github.com/smira/ronn
Probably I need to put some Makefile magic to pull in patched ronn and do transformation.
|
@smira |
smira
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, it looks great!
|
Pushed as nightly |
This only works with aptly version >=0.9.8 (not released yet) as following change is needed: https://github.com/smira/aptly/pull/472
This only works with aptly version >=0.9.8 (not released yet) as following change is needed: https://github.com/smira/aptly/pull/472
Description of the Change
For aptly wrapper tools to work such as pyaptly it needs to know sources of a snapshots and published repositories.
Such details are currently part of the description. However such description is hard to parse (or also to read for humans compare aptly publish list) and not always applicable (e.g. when a snapshot has been renamed, merged etc.).
Hence it would be good to have a Sources printed in the snapshot show command and have an additional command publish show to show details of a published repository as well.
Such details may also be very helpful for command line users to get a clue what has been done.
Checklist
AUTHORS