From 9f3ea81020fe039cfd2acdc71eab18eabd54c63c Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Wed, 10 Feb 2010 18:03:47 +0100 Subject: added "make scratch-build" to make targets - builds rpm packages in koji from the local git repo --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0875b518..ef369e63 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,3 +17,6 @@ srpm: dist --define "_builddir `pwd`" \ --define "_srcrpmdir `pwd`" \ -bs abrt.spec + +scratch-build: srpm + koji build --scratch dist-f12 $(PACKAGE)-$(VERSION)-1.fc12.src.rpm -- cgit