Skip to content

Commit

Permalink
Again attempt fix of pbuilder error
Browse files Browse the repository at this point in the history
Looks like the error is due to missing security repo
  • Loading branch information
ejurgensen committed Sep 15, 2023
1 parent 3b89968 commit b1fdb34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pbuilderrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ elif [ "$OS" == "raspbian" ]; then
elif [ "$OS" == "raspberrypi" ]; then
MIRRORSITE="http://ftp.debian.org/debian/"
COMPONENTS="main contrib non-free"
OTHERMIRROR="deb http://ftp.debian.org/debian/ $DIST-updates main"
OTHERMIRROR="deb http://archive.raspberrypi.org/debian/ $DIST main"
OTHERMIRROR="deb http://security.debian.org/debian-security $DIST-security main contrib non-free|deb http://archive.raspberrypi.org/debian/ $DIST main"
APTKEYRINGS=("/usr/share/keyrings/raspberrypi-archive-keyring.gpg")
DEBOOTSTRAPOPTS=("${DEBOOTSTRAPOPTS[@]}" "--keyring=/usr/share/keyrings/debian-archive-keyring.gpg")
PBUILDERSATISFYDEPENDSCMD="/usr/lib/pbuilder/pbuilder-satisfydepends-apt"
Expand Down

0 comments on commit b1fdb34

Please sign in to comment.