[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: pkg-ruby-extras scripts [Was: Re: Sbuild & lxc problems]



Hi Christian,

On 03/07/17 22:15, Christian Hofstaedtler wrote:
I've pushed some /trivial/ fixes to our scripts a while ago, and
hope someone with more insight can take a look at the other issues
you've pointed out.

Many thanks,
Chris

Thanks for those fixes. The same dropping of the 's' in the chroot path in the setup script, is also needed in the update script. Git format patch attached.

Cheers,

Ross
From a628012999841929ce94dd60cffd34510296314e Mon Sep 17 00:00:00 2001
From: Ross Gammon <rossgammon@mail.dk>
Date: Sun, 9 Jul 2017 18:58:08 +0200
Subject: [PATCH 1/1] Drop the 's' from chroot path in update script too

---
 update | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/update b/update
index 53fdec1..162b33b 100755
--- a/update
+++ b/update
@@ -1,6 +1,6 @@
 #!/bin/sh
 chrootname=unstable-$(dpkg --print-architecture)-sbuild
-chroot=/srv/chroots/$chrootname
+chroot=/srv/chroot/$chrootname
 container=adt-sid-$(dpkg --print-architecture)
 
 # Update chroot
-- 
2.1.4

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: