[gutsy] apt-get update deletes local Packages.gz file
Bug #131166 reported by
Jan Mynarik
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
apt (Ubuntu) |
Fix Released
|
High
|
Michael Vogt |
Bug Description
Binary package hint: apt
I have a local directory with my own or downloaded deb packages and I generate Packages.gz in this directory using this command:
apt-ftparchive packages . | gzip -9c > Packages.gz
I use this local packages archive with this line in sources.list:
deb file://
When I run apt-get update and then again, it deletes the Packages.gz file.
Related branches
Changed in apt: | |
assignee: | nobody → apt-get |
assignee: | apt-get → nobody |
Changed in apt: | |
assignee: | nobody → mvo |
importance: | Undecided → High |
status: | Confirmed → In Progress |
To post a comment you must log in.
Forgot to mention apt version, currently it is 0.7.6ubuntu3 but this bug was present in previous version or two.