mirror.list defaults to edgy on feisty

Bug #113964 reported by Alan Pope 🍺🐧🐱 🦄
2
Affects Status Importance Assigned to Milestone
apt-mirror (Ubuntu)
Fix Released
Undecided
Brandon Holtsclaw

Bug Description

Binary package hint: apt-mirror

After installing apt-mirror on feisty, the /etc/apt/mirror.list contains references to edgy, not feisty, so when a user starts apt-mirror they will end up mirroring the "wrong" (non current) version.

############# config ##################
#
# set base_path /var/spool/apt-mirror
#
# if you change the base path you must create the directories below with write privlages
#
# set mirror_path $base_path/mirror
# set skel_path $base_path/skel
# set var_path $base_path/var
# set cleanscript $var_path/clean.sh
# set defaultarch <running host architecture>
set nthreads 20
set tilde 0
#
############# end config ##############

deb http://archive.ubuntu.com/ubuntu edgy main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu edgy-updates main restricted universe multiverse
#deb http://archive.ubuntu.com/ubuntu edgy-backports main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu edgy-security main restricted universe multiverse
#deb http://archive.ubuntu.com/ubuntu edgy-proposed main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu edgy main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu edgy-updates main restricted universe multiverse
#deb-src http://archive.ubuntu.com/ubuntu edgy-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu edgy-security main restricted universe multiverse
#deb-src http://archive.ubuntu.com/ubuntu edgy-proposed main restricted universe multiverse

clean http://archive.ubuntu.com/ubuntu

Revision history for this message
Dennis Kaarsemaker (dennis) wrote :

Even though feisty is pretty edgy, I'd indeed call this a bug.

Changed in apt-mirror:
status: Unconfirmed → Confirmed
Revision history for this message
Brandon Holtsclaw (imbrandon) wrote :

hrm indeed, this was originaly planned to always default to the latest development release but unlike debian where i can put "sid" or "unstable" as the dist, I'll likely do some lsb_release magic for apt-mirror_0.4.4+debian-3 ( -2 is the current version that is getting backported to all supported releases )

Changed in apt-mirror:
assignee: nobody → imbrandon
status: Confirmed → In Progress
Revision history for this message
Benjamin Drung (bdrung) wrote :

How is the progress of this bug? "lsb_release -cs" would result in the right code name (like karmic) that could be used.

Changed in apt-mirror (Ubuntu):
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.