Netboot artifacts for older dailies are overwritten by the latest daily
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu CD Images |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
As the title states, netboot artifacts for older dailies are being updated when the latest daily gets published.
On inspection, it appears that the netboot artifacts are hardlinks to the same file:
$ ls -i www/full/
2267718 www/full/
2267718 www/full/
2267718 www/full/
My understanding of the code is that new daily directories are created by copying older builds using hard links to preserve artifacts untouched by a rebuild [0].
What appears to be happening is that the netboot tarball is being updated in place[1], thus causing all of the other dailies to be updated.
[0] https:/
[1] https:/
Related branches
- Paride Legovini: Approve
-
Diff: 15 lines (+4/-0)1 file modifiedlib/cdimage/tree.py (+4/-0)
Changed in ubuntu-cdimage: | |
status: | New → In Progress |
assignee: | nobody → Chris Peterson (cpete) |
Changed in ubuntu-cdimage: | |
status: | In Progress → New |
assignee: | Chris Peterson (cpete) → nobody |
Changed in ubuntu-cdimage: | |
status: | New → Fix Released |