source: multistrap
version: 2.2.5
severity: wishlist
tags: patch

Dear multistrap maintainer,

With your last uploads you included most of the ubuntu changes, and only
this is left.

This patch is adding only a couple of examples, I hope it is ok with you
to add these examples in the Debian package; then we could be back in
sync with Debian.

TIA!

-- 
regards,
                        Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540      .''`.
more about me:  https://mapreri.org                             : :'  :
Launchpad user: https://launchpad.net/~mapreri                  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-
diff -Nru multistrap-2.2.4/examples/trusty.conf multistrap-2.2.4ubuntu1/examples/trusty.conf
--- multistrap-2.2.4/examples/trusty.conf	1969-12-31 18:00:00.000000000 -0600
+++ multistrap-2.2.4ubuntu1/examples/trusty.conf	2016-12-04 01:21:04.000000000 -0600
@@ -0,0 +1,27 @@
+# Example multistrap configuration file for the sid shortcut.
+
+[General]
+arch=
+directory=
+# same as --tidy-up option if set to true
+cleanup=true
+# same as --no-auth option if set to true
+# keyring packages listed in each debootstrap will
+# still be installed.
+noauth=false
+# whether to add the /suite to be explicit about where apt
+# needs to look for packages. Default is false.
+explicitsuite=false
+# extract all downloaded archives (default is true)
+unpack=true
+# the order of sections is not important.
+# the debootstrap option determines which repository
+# is used to calculate the list of Priority: required packages.
+debootstrap=Ubuntu
+aptsources=Ubuntu
+
+[Ubuntu]
+packages=apt
+source=http://archive.ubuntu.com/ubuntu
+keyring=ubuntu-keyring
+suite=trusty
diff -Nru multistrap-2.2.4/examples/trusty-ports.conf multistrap-2.2.4ubuntu1/examples/trusty-ports.conf
--- multistrap-2.2.4/examples/trusty-ports.conf	1969-12-31 18:00:00.000000000 -0600
+++ multistrap-2.2.4ubuntu1/examples/trusty-ports.conf	2016-12-04 01:21:04.000000000 -0600
@@ -0,0 +1,27 @@
+# Example multistrap configuration file for the sid shortcut.
+
+[General]
+arch=armhf
+directory=
+# same as --tidy-up option if set to true
+cleanup=true
+# same as --no-auth option if set to true
+# keyring packages listed in each debootstrap will
+# still be installed.
+noauth=false
+# whether to add the /suite to be explicit about where apt
+# needs to look for packages. Default is false.
+explicitsuite=false
+# extract all downloaded archives (default is true)
+unpack=true
+# the order of sections is not important.
+# the debootstrap option determines which repository
+# is used to calculate the list of Priority: required packages.
+debootstrap=UbuntuPorts
+aptsources=UbuntuPorts
+
+[UbuntuPorts]
+packages=apt
+source=http://ports.ubuntu.com/
+keyring=ubuntu-keyring
+suite=trusty universe

Attachment: signature.asc
Description: PGP signature

Reply via email to