[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [PATCH] Use the head of the current branch, not master, for scratch archives.



Looks good.

On 04/02/2009 04:44 PM, David Lehman wrote:
---
  Makefile |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index f7dff9a..b152a0b 100644
--- a/Makefile
+++ b/Makefile
@@ -127,7 +127,7 @@ archive-no-tag:
  	@rm -rf anaconda-$(VERSION)

  scratch:
-	$(MAKE) ARCHIVE_TAG=master archive-no-tag
+	$(MAKE) ARCHIVE_TAG=HEAD archive-no-tag

  archive:
  	@make tag


--
David Cantrell <dcantrell redhat com>
Red Hat / Honolulu, HI


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]