Debmirror question

Hi Folks,

We’ve setup a local repository in our Chef environment. Using “debmirror”

Seems it downloads a partial of Ubuntu. How can I get the most recent
packages with this?

Here is the script:

arch=amd64

section=main,main/debian-installer,restricted,universe,multiverse

release=precise,precise-security,precise-updates,precise-backports,trusty,trusty-security,trusty-updates,trusty-backports

server=ca.archive.ubuntu.com

inPath=/ubuntu

proto=rsync

outPath=/srv/repos/ubuntu-repo-stage

DEBMIRROR="/usr/bin/debmirror -a $arch --no-source -s $section -h $server
-d $release -r $inPath --progress -e $proto $outPath"

Thanks for any help,

Mohammad