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 08:30 PM, intrigeri wrote:
> Thanks! I've applied the patch as-is, but I'd like to see it polished
> in a second iteration, if you don't mind (so please base further work
> on an updated master branch):

done as proposed, see patch

[..]

>
>> i still have the monkeysphere problem and some libeatmydata.so errors...
>> here is the buildlog, if needed:
>> https://share.riseup.net/#oMzQYQ0g5kBmS0sDZG3tXg
>
> Is it fixed if you
> cherry-pick 95197ff45c8b631474aa6c277d6ee7e4fcf0a4fe?

yes! the monkeysphere problem is gone, the 'libeatmydata.so cannot be
preloaded' warning is still there, but this doesn't break the build process.

cheers,
--
muri
From f2e14da10e7d9674d433be9c1486f7a17bb0d114 Mon Sep 17 00:00:00 2001
From: Muri Nicanor <muri@???>
Date: Tue, 23 Feb 2016 16:27:02 +0100
Subject: [PATCH] making apt pinning more strict

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

diff --git a/wiki/src/contribute/build.mdwn b/wiki/src/contribute/build.mdwn
index bec9690..74ef3f4 100644
--- a/wiki/src/contribute/build.mdwn
+++ b/wiki/src/contribute/build.mdwn
@@ -281,11 +281,11 @@ The following Debian packages need to be installed:

       #/etc/apt/preferences.d/00-builder-jessie-pinning
       Package: *
-      Pin: release a=stable
+      Pin: release o=Debian,a=stable
       Pin-Priority: 700


       Package: *
-      Pin: release a=builder-jessie
+      Pin: origin deb.tails.boum.org
       Pin-Priority: 800



--
2.7.0