From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1STFef-0007ah-7Z for garchives@archives.gentoo.org; Sat, 12 May 2012 16:58:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 517EBE07A8; Sat, 12 May 2012 16:58:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 22270E07A8 for ; Sat, 12 May 2012 16:58:41 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85B211B4046 for ; Sat, 12 May 2012 16:58:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 01EEDE5433 for ; Sat, 12 May 2012 16:58:37 +0000 (UTC) From: "Diego Elio Pettenò" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Diego Elio Pettenò" Message-ID: <1336841863.6423da05b8f62f4002a47f1e124f151d242f57de.flameeyes@gentoo> Subject: [gentoo-commits] proj/hwids:master commit in: / X-VCS-Repository: proj/hwids X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: flameeyes X-VCS-Committer-Name: Diego Elio Pettenò X-VCS-Revision: 6423da05b8f62f4002a47f1e124f151d242f57de X-VCS-Branch: master Date: Sat, 12 May 2012 16:58:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 37707001-5d28-4b05-9e0b-f28f35b6c159 X-Archives-Hash: 49fa07d6f461f6258476fcc3b3b4de93 commit: 6423da05b8f62f4002a47f1e124f151d242f57de Author: Diego Elio Petten=C3=B2 flameeyes eu> AuthorDate: Sat May 12 16:57:43 2012 +0000 Commit: Diego Elio Petten=C3=B2 gentoo org> CommitDate: Sat May 12 16:57:43 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/hwids.git;a=3D= commit;h=3D6423da05 Remove dist-generation rule from Makefile. Instead of creating tarballs, simply use those provided by GitHub on tags from now on. --- Makefile | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index a27933b..9a59ded 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,5 @@ fetch: PV ?=3D $(shell date +%Y%m%d) P =3D hwids-$(PV) =20 -dist: $(P).tar.xz - -$(P).tar.xz: +tag: git tag $(P) - git archive --prefix=3D$(P)/ $(P) | xz -9e > $(P).tar.xz