From 4f22914b1945c076856e42a06b8d5e8a05025240 Mon Sep 17 00:00:00 2001 From: Justin Davis Date: Fri, 9 Sep 2011 17:41:26 -0400 Subject: Remove addsvnid macro. Add the $Id$ tagging to pushpkg. The pushpkg script is specific to releasing packages on Arch's official repositories. It is more appropriate there and not as a generic macro that I might forget to add. This way I cannot forget to add it. --- bin/macros/addsvnid | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 bin/macros/addsvnid (limited to 'bin') diff --git a/bin/macros/addsvnid b/bin/macros/addsvnid deleted file mode 100755 index b010edc..0000000 --- a/bin/macros/addsvnid +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/awk -f -# Add an SVN $Id$ comment at the end of the comments header -/^#/ { aftercom = 1 } -!/^#/ && aftercom && ! done { print "# $Id$"; done = 1 } -{ print } -- cgit v1.2.3-24-g4f1b