From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Cl=C3=A9ment?= Lassieur Subject: packaging Bootstrap for Cuirass' web interface Date: Mon, 23 Jul 2018 09:48:15 +0200 Message-ID: <87zhyitmtc.fsf@lassieur.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38754) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fhVZu-00023N-VL for guix-devel@gnu.org; Mon, 23 Jul 2018 03:48:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fhVZr-0003Bx-TU for guix-devel@gnu.org; Mon, 23 Jul 2018 03:48:23 -0400 Received: from mail.lassieur.org ([83.152.10.219]:60538) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fhVZr-0003BP-GX for guix-devel@gnu.org; Mon, 23 Jul 2018 03:48:19 -0400 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Cc: Tatiana Sholokhova Hello! We are going to embed Bootstrap files to our Cuirass service. Wouldn't it be better to package Bootstrap and get the service to use the package directly? I think it would make maintenance easier, and I'm unsure it's good to have huge files on which we don't have control in our Cuirass git repository. WDYT? Cl=C3=A9ment