product release finder set all release dates to the date the file was found
Bug #67909 reported by
Stuart Bishop
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
The product release finder set all the release dates to CURRENT_TIMESTAMP. We should write a single use script to examine the archives we downloaded, extracting the most recent timestamp from the stored files and updating the release date of the ProductRelease.
Changed in launchpad: | |
importance: | Undecided → Wishlist |
affects: | launchpad-foundations → launchpad-registry |
Changed in launchpad-registry: | |
status: | Fix Committed → Triaged |
Changed in launchpad-registry: | |
status: | Fix Committed → Fix Released |
tags: |
added: prf removed: feature |
Changed in launchpad-registry: | |
assignee: | Edwin Grubbs (edwin-grubbs) → nobody |
importance: | High → Low |
summary: |
- product release finder set all release dates to 23/10/2006 + product release finder set all release dates to the date the file was + found |
tags: |
added: product-release-finder removed: prf |
To post a comment you must log in.
The ProductRelease table has a "datecreated" column. The plan discussed in bug 4557 was to add a second "releasedate" column that could be NULL and is user editable.
So this bug would be about filling in the dates based on the downloaded tarballs.