[Emdebian-logs] [SCM] Root filesystem generation tool (multistrap wrapper) branch, master, updated. 659487669cc2808657458e146b77a2ad7bcb3655

josch josch at pyneo.org
Sun Oct 23 07:21:24 UTC 2011


The following commit has been merged in the master branch:
commit a0aa4e80f0689c653e3e1e1f538b6b935bc6fb85
Author: josch <josch at pyneo.org>
Date:   Sun Oct 23 09:20:53 2011 +0200

    enter proper aptsources independent on mirror used at build time

diff --git a/default/multistrap.conf.armhf b/default/multistrap.conf.armhf
index 9fc6b3e..514b46b 100644
--- a/default/multistrap.conf.armhf
+++ b/default/multistrap.conf.armhf
@@ -5,7 +5,7 @@ cleanup=true
 unpack=true
 noauth=true
 bootstrap=Debian_bootstrap Debian_unreleased
-aptsources=Debian
+aptsources=Debian_apt Debian_apt_unreleased
 allowrecommends=false
 addimportant=false
 
@@ -21,8 +21,12 @@ source=$MIRROR
 suite=unreleased
 omitdebsrc=true
 
-[Debian]
-source=$MIRROR
-keyring=debian-archive-keyring
+[Debian_apt]
+source=http://ftp.debian-ports.org/debian
 suite=$SUITE
 omitdebsrc=true
+
+[Debian_apt_unreleased]
+source=http://ftp.debian-ports.org/debian
+suite=unreleased
+omitdebsrc=true
diff --git a/notioninkadam/multistrap.conf b/notioninkadam/multistrap.conf
index 9fc6b3e..514b46b 100644
--- a/notioninkadam/multistrap.conf
+++ b/notioninkadam/multistrap.conf
@@ -5,7 +5,7 @@ cleanup=true
 unpack=true
 noauth=true
 bootstrap=Debian_bootstrap Debian_unreleased
-aptsources=Debian
+aptsources=Debian_apt Debian_apt_unreleased
 allowrecommends=false
 addimportant=false
 
@@ -21,8 +21,12 @@ source=$MIRROR
 suite=unreleased
 omitdebsrc=true
 
-[Debian]
-source=$MIRROR
-keyring=debian-archive-keyring
+[Debian_apt]
+source=http://ftp.debian-ports.org/debian
 suite=$SUITE
 omitdebsrc=true
+
+[Debian_apt_unreleased]
+source=http://ftp.debian-ports.org/debian
+suite=unreleased
+omitdebsrc=true

-- 
Root filesystem generation tool (multistrap wrapper)



More information about the Emdebian-logs mailing list