From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6BA17138DF2 for ; Thu, 13 Feb 2014 19:07:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41DC0E0B0A; Thu, 13 Feb 2014 19:07:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2FCFE0B0A for ; Thu, 13 Feb 2014 19:07:53 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9D6AF33F97D for ; Thu, 13 Feb 2014 19:07:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 5FFD518873 for ; Thu, 13 Feb 2014 19:07:51 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1392318526.e52a4b8a482f1689af29474e4197a7f3467e86dc.blueness@gentoo> Subject: [gentoo-commits] proj/elfix:master commit in: misc/ X-VCS-Repository: proj/elfix X-VCS-Files: misc/install-xattr-bundle.sh X-VCS-Directories: misc/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: e52a4b8a482f1689af29474e4197a7f3467e86dc X-VCS-Branch: master Date: Thu, 13 Feb 2014 19:07:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5b0a31aa-d192-44dd-8355-19bd29da6a66 X-Archives-Hash: 8dbbe722dc6f92ff8f49bfa6fb782a43 commit: e52a4b8a482f1689af29474e4197a7f3467e86dc Author: Anthony G. Basile gentoo org> AuthorDate: Thu Feb 13 19:08:46 2014 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Thu Feb 13 19:08:46 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=e52a4b8a misc/install-xattr-bundle.sh: to make bundling install-xattr easier --- misc/install-xattr-bundle.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/misc/install-xattr-bundle.sh b/misc/install-xattr-bundle.sh new file mode 100755 index 0000000..b332606 --- /dev/null +++ b/misc/install-xattr-bundle.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +if [[ -z ${1} ]]; then + echo "Usage $0 " + exit +fi + +tar jcvf install-xattr-${1}.tar.bz2 install-xattr/ +gpg -s -a -b install-xattr-${1}.tar.bz2 +