Re: [Tails-dev] Heads up! Upgrade your ISO build setup to Je…

Delete this message

Reply to this message
Author: Muri Nicanor
Date:  
To: tails-dev
Subject: Re: [Tails-dev] Heads up! Upgrade your ISO build setup to Jessie
hi,

On 02/22/2016 02:02 PM, intrigeri wrote:
> Hi,
>
> anonym just merged the branch for #9262 aka. "Port our ISO build
> system to Jessie", so if you have an ISO build setup, you need to
> upgrade it:

[...]
> Please report any issues to us :)


attached is a patch thats adds a stanza about apt pinning, so live-build
doesn't get upgraded.

i still have the monkeysphere problem and some libeatmydata.so errors...
here is the buildlog, if needed:
https://share.riseup.net/#oMzQYQ0g5kBmS0sDZG3tXg

cheers,
--
muri
From 0cbda3fe9e1b08c3e187cf6c934b61ec8139dfd5 Mon Sep 17 00:00:00 2001
From: Muri Nicanor <muri@???>
Date: Mon, 22 Feb 2016 17:57:49 +0100
Subject: [PATCH] add pinnint to manual build

---
wiki/src/contribute/build.mdwn | 13 +++++++++++++
1 file changed, 13 insertions(+)

diff --git a/wiki/src/contribute/build.mdwn b/wiki/src/contribute/build.mdwn
index beb72a1..bec9690 100644
--- a/wiki/src/contribute/build.mdwn
+++ b/wiki/src/contribute/build.mdwn
@@ -276,6 +276,19 @@ The following Debian packages need to be installed:

       221F 9A3C 6FA3 E09E 182E  060B C798 8EA7 A358 D82E


+  You should pin that repository, so that live-build isn't upgraded to
+  the version of jessie.
+
+      #/etc/apt/preferences.d/00-builder-jessie-pinning
+      Package: *
+      Pin: release a=stable
+      Pin-Priority: 700
+
+      Package: *
+      Pin: release a=builder-jessie
+      Pin-Priority: 800
+
+
   Then install these dependencies from Jessie:


       apt-get install \
-- 
2.7.0