[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH] Use the head of the current branch, not master, for scratch archives.
- From: David Lehman <dlehman redhat com>
- To: anaconda-devel-list redhat com
- Cc:
- Subject: [PATCH] Use the head of the current branch, not master, for scratch archives.
- Date: Thu, 2 Apr 2009 21:44:10 -0500
---
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
--
1.6.0.6
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]