Skip to content

Commit

Permalink
bullseye -> bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed May 7, 2023
1 parent e07094c commit 726e142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/mkdebmirror
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ excl="--exclude=-dbg_ --exclude=debian-installer-netboot-images --include=libc6-

debug="$@"
arch=amd64
dist=bullseye,bullseye-backports
dist=bookworm,bookworm-backports

destdir=/files/scratch/debmirror
sect="--section main,contrib,non-free"
Expand All @@ -38,4 +38,4 @@ update_from deb.debian.org --getcontents $*

# even one should not mirror the security site, but I will do it.
echo "------------------ create mirror for debian-security ------------------"
debmirror --keyring /usr/share/keyrings/debian-archive-keyring.gpg --method=http $excl $destdir/debian-security $allopt --host=deb.debian.org -r debian-security $sect -d bullseye-security $*
debmirror --keyring /usr/share/keyrings/debian-archive-keyring.gpg --method=http $excl $destdir/debian-security $allopt --host=deb.debian.org -r debian-security $sect -d bookworm-security $*

0 comments on commit 726e142

Please sign in to comment.