# First, sorry for my lazy work...

It seems still broken, verification failed.

Actual results:
--------------------------------------------------------------
$ apt-cache policy apt-mirror 
apt-mirror:
  Installed: 0.4.8-5ubuntu0.2
  Candidate: 0.4.8-5ubuntu0.2
  Version table:
 *** 0.4.8-5ubuntu0.2 0
        500 http://jp.archive.ubuntu.com/ubuntu/ precise-proposed/universe 
amd64 Packages
        100 /var/lib/dpkg/status
     0.4.8-5 0
        500 http://jp.archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages

$ grep armhf /usr/bin/apt-mirror
    if($config_line =~ 
/^deb-(alpha|amd64|armel|arm|armhf|hppa|hurd-i386|i386|ia64|kfreebsd-i386|kfreebsd-amd64|lpia|m68k|mipsel|mips|powerpc|s390|s390x|sh|sparc)$/)
 {

--------------------------------------------------------------

See https://bugs.launchpad.net/ubuntu/+source/apt-
mirror/+bug/977278/comments/2

 * regexp pattern of "armel|arm|armhf" cause bad matching. Expected:
"armel|armhf|arm"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/977278

Title:
  apt-mirror does not support armhf arch

To manage notifications about this bug go to:
https://bugs.launchpad.net/apt-mirror/+bug/977278/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to