Per discussions with @iawells this afternoon:
It would be very helpful to have an easy way to see what the latest commit in git was at the time the source was pulled to create a given package. The "Recent Changes" section on the front page does show the code revision and packaging revision and the timestamp of the last build, but it only shows recent things and doesn't show the version of the package produced. Perhaps adding the first 7 chars of the SHA hash used to build the package on the /repositories/$repo/$series page would suffice? So:
Packages
Package name Stable version Proposed version Queued version
puppet-drbd 20121119-3-cisco1 20121119-3-cisco1
Becomes:
Packages
Package name Stable version Proposed version Queued version
puppet-drbd 20121119-3-cisco1 (962a9e8) 20121119-3-cisco1 (962a9e8)
Ideally the SHA text is a link to the commit.
Per discussions with @iawells this afternoon:
It would be very helpful to have an easy way to see what the latest commit in git was at the time the source was pulled to create a given package. The "Recent Changes" section on the front page does show the code revision and packaging revision and the timestamp of the last build, but it only shows recent things and doesn't show the version of the package produced. Perhaps adding the first 7 chars of the SHA hash used to build the package on the /repositories/$repo/$series page would suffice? So:
Packages
Package name Stable version Proposed version Queued version
puppet-drbd 20121119-3-cisco1 20121119-3-cisco1
Becomes:
Packages
Package name Stable version Proposed version Queued version
puppet-drbd 20121119-3-cisco1 (962a9e8) 20121119-3-cisco1 (962a9e8)
Ideally the SHA text is a link to the commit.