From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 13:27:48 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE4F516A468 for ; Tue, 31 Jul 2007 13:27:48 +0000 (UTC) (envelope-from bram@diomedia.be) Received: from hoefnix.telenet-ops.be (hoefnix.telenet-ops.be [195.130.132.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7D6D713C4D1 for ; Tue, 31 Jul 2007 13:27:48 +0000 (UTC) (envelope-from bram@diomedia.be) Received: from ananke.telenet-ops.be (ananke.telenet-ops.be [195.130.137.78]) by hoefnix.telenet-ops.be (Postfix) with ESMTP id 419489D5AA for ; Tue, 31 Jul 2007 15:15:55 +0200 (CEST) Received: from localhost (localhost.localdomain [127.0.0.1]) by ananke.telenet-ops.be (Postfix) with SMTP id C1C733923FE for ; Tue, 31 Jul 2007 15:15:53 +0200 (CEST) Received: from [192.168.3.192] (d5152C2D6.access.telenet.be [81.82.194.214]) by ananke.telenet-ops.be (Postfix) with ESMTP id B57E43923E1 for ; Tue, 31 Jul 2007 15:15:49 +0200 (CEST) Message-ID: <46AF3605.3090308@diomedia.be> Date: Tue, 31 Jul 2007 15:15:49 +0200 From: bram User-Agent: Thunderbird 1.5.0.12 (X11/20070718) MIME-Version: 1.0 To: Liste FreeBSD Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: updating multiple freebsd desktops X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 13:27:48 -0000 Hi list, The company I work for is linux based, we work with our own app written in wxPython. I am having a lot of trouble finding a suitable desktop OS, I've just went with redhat but I think I am having second thoughts about it . Freebsd (wich we use for some servers) would be an option but: I find it really difficult to keep freebsd up to date in a desktop situation, recompiling things like gnome can take a lot of time. So what I would really like is to make one machine the build/test machine and keep this machine up to date with the ports and portmanager or so. Can I then set up some kind of repo with the packages from this machine and run something like "yum upgrade" on every desktop we have ? I know something like sharing (thus building it only once and installing it on multiple pc's) /usr/ports could be done but it is still to much work and I would like something that also works over the internet. Ideas anyone ? kind regards