Skip to content
Snippets Groups Projects
Commit 7c2a081f authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Enable $LOCALMIRROR in build jails

parent 8ffcdd87
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,13 @@ deb $MIRROR $UPSTREAM-security main universe
deb-src $MIRROR $UPSTREAM main universe
deb-src $MIRROR $UPSTREAM-updates main universe
deb-src $MIRROR $UPSTREAM-security main universe
deb $LOCALMIRROR $CODENAME main
deb $LOCALMIRROR $CODENAME-updates main
deb $LOCALMIRROR $CODENAME-security main
deb $DEVELMIRROR $CODENAME main
deb-src $DEVELMIRROR $CODENAME main
EOF
[ "1$EXTERNAL" != "1" ] && eval echo "$EXTERNAL" >> /etc/apt/sources.list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment