X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by lists.alpinelinux.org (Postfix) with ESMTP id C2758170000BA for ; Wed, 25 Feb 2009 17:30:01 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 16so303796fgg.25 for ; Wed, 25 Feb 2009 09:30:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=B9Oq3h8MKabfQYc5TkfVzk48U1UT2vh3FAVqBxd/tow=; b=UEFtPGW72BoGTOhBzfVqCWEXC2I/a50vuKX1Qn6yX04LFO0pexuJiqEioMu4mIAATh efhVMJhT+jFTBq50KU8va/bj7fcCs2ICrRXK+xATphSq09ihE0o2QCdKyffWVKiRo2Yf SoTTk6+hCbUcmm3pgK3+tEcPmJQGFcr8himUE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=bozvD2VWFO9DZorn+Rz768jxIrpWbSokfJu+hfjUh8QZKU1mmD8SKUC6DIfuc9WB00 JqsInGE+Wq9B08tM/u7Dz6bYl8iitIjqkvjruFdmTPMSy2w0aPFeIysFd+MOkFyxvGaj bV8H/QhXIz6NvLOtXo9jacLgXbm7mIgytxT5c= Received: by 10.86.79.19 with SMTP id c19mr1114981fgb.50.1235583000656; Wed, 25 Feb 2009 09:30:00 -0800 (PST) Received: from ?10.65.65.1? (149-182-13.oke2-bras2.adsl.tele2.no [90.149.182.13]) by mx.google.com with ESMTPS id d4sm2819731fga.55.2009.02.25.09.29.59 (version=SSLv3 cipher=RC4-MD5); Wed, 25 Feb 2009 09:30:00 -0800 (PST) Subject: Re: [alpine-devel] lbu diff From: Natanael Copa To: Mika Havela Cc: alpine-devel@lists.alpinelinux.org In-Reply-To: <96a6f50a0902250818x41952509s5d9159264bdd846f@mail.gmail.com> References: <96a6f50a0902250818x41952509s5d9159264bdd846f@mail.gmail.com> Content-Type: text/plain Date: Wed, 25 Feb 2009 18:29:56 +0100 Message-Id: <1235582996.30895.527.camel@nc> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 X-Mailer: Evolution 2.24.4 Content-Transfer-Encoding: 7bit On Wed, 2009-02-25 at 17:18 +0100, Mika Havela wrote: > Has a 'lbu diff' ever been thought of and could such feature be added > to alpine 1.9? > 'lbu st' is good and gives a good picture on what has been changed, > but a feature that gives information on how it's been changed (a diff) > would be really nice. > I know there is many important things in the 1.9.x pipeline, but I > just wanted to mention my wish. yes. I suspect we will have an 'lbu diff' before 'lbu status'. > I appreciate all your efforts on making alpine-linux even better than > it is today (even if it's hard to imagine that it could be even better > than it already is ;-) you too! If you feel you would like to take a look on it the idea is that lbu will find the apkovl on the media, untar it in a temp dir, create a new temp tar thats also extracted to a temp dir and then just run diff -ru something like: # unpack current committed apkovl to $tmp/a tar -C $tmp/a -zxf $path_to_mounted_media_with_apkovl # copy the current files to $tmp/b lbu package - | tar -C $tmp/b -zx # run a diff cd $tmp diff -ru a b Then i think we will need to use that output or those temp dirs for the 'lbu status' too. care to take a look on it? Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---