summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-02-10 18:08:28 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2010-02-10 18:08:28 +0100
commitbc7a0e7fc5dd53e691c0ddecaf47dbf4e9f284a4 (patch)
treecbf90f385cd99ec3df4614bba69005118d9f15ff /Makefile.am
parent688a03d9e8740f383340b8d31f41f5944430853f (diff)
fixed scratch-build target to use brew instead of koji
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 3ef21e9..aa3d8e0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,7 +17,8 @@ srpm: dist
--define "_specdir `pwd`" \
--define "_builddir `pwd`" \
--define "_srcrpmdir `pwd`" \
+ --define "dist .el6" \
-bs abrt.spec
scratch-build: srpm
- koji build --scratch dist-f12 $(PACKAGE)-$(VERSION)-1.fc12.src.rpm
+ brew build --scratch RHEL-6-build $(PACKAGE)-$(VERSION)-1.el6.src.rpm