From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-754114-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BE92F1389E2 for <garchives@archives.gentoo.org>; Mon, 8 Dec 2014 15:50:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C559E0880; Mon, 8 Dec 2014 15:50:52 +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 D113FE0880 for <gentoo-commits@lists.gentoo.org>; Mon, 8 Dec 2014 15:50:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA36D340494 for <gentoo-commits@lists.gentoo.org>; Mon, 8 Dec 2014 15:50:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4AE0BE45 for <gentoo-commits@lists.gentoo.org>; Mon, 8 Dec 2014 15:50:48 +0000 (UTC) From: "William Hubbs" <williamh@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" <williamh@gentoo.org> Message-ID: <1418053662.6a9679377f4de257f02de1d16a513df14b4c25ba.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: mk/ X-VCS-Repository: proj/openrc X-VCS-Files: mk/dist.mk X-VCS-Directories: mk/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 6a9679377f4de257f02de1d16a513df14b4c25ba X-VCS-Branch: master Date: Mon, 8 Dec 2014 15:50:48 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5e2c6c9a-5660-445b-967b-f6e42ebbc9e4 X-Archives-Hash: 6056c499a1db8124ba1029159eafc8a0 commit: 6a9679377f4de257f02de1d16a513df14b4c25ba Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com> AuthorDate: Mon Dec 8 15:47:42 2014 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Mon Dec 8 15:47:42 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=6a967937 Do not call the shell to evaluate CHANGELOG_LIMIT The git log command understands dates such as "1 year ago", so there is no need to use the date command. --- mk/dist.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/dist.mk b/mk/dist.mk index 6c37dc8..4f7babb 100644 --- a/mk/dist.mk +++ b/mk/dist.mk @@ -8,7 +8,7 @@ DISTFILE?= ${DISTPREFIX}.tar.bz2 CLEANFILES+= ${NAME}-*.tar.bz2 -CHANGELOG_LIMIT?= --after=$(shell date --utc --date="1 year ago" +%Y-%m-%d) +CHANGELOG_LIMIT?= --after="1 year ago" _SNAP_SH= date -u +%Y%m%d%H%M _SNAP:= $(shell ${_SNAP_SH})