Blame SOURCES/0009-Add-a-new-makefile-target-that-does-everything-neede.patch

cca0c4
From 80e43f6b8c8316075d8f9f6553ad271e168060b1 Mon Sep 17 00:00:00 2001
cca0c4
From: Chris Lumens <clumens@redhat.com>
cca0c4
Date: Wed, 22 Jul 2015 09:13:11 -0400
cca0c4
Subject: [PATCH 09/55] Add a new makefile target that does everything needed
cca0c4
 for jenkins.
cca0c4
cca0c4
We should have as much of the logic of how the CI tests are run in source
cca0c4
control as possible, so that's what this target is for.  Besides this, jenkins
cca0c4
just runs a "git clean" first.
cca0c4
---
cca0c4
 Makefile | 1 +
cca0c4
 1 file changed, 1 insertion(+)
cca0c4
cca0c4
diff --git a/Makefile b/Makefile
cca0c4
index ac144046133..ade4421aa25 100644
cca0c4
--- a/Makefile
cca0c4
+++ b/Makefile
cca0c4
@@ -84,3 +84,4 @@ archive:
cca0c4
 upload: archive
cca0c4
 	@scp grubby-$(VERSION).tar.bz2 fedorahosted.org:grubby
cca0c4
 
cca0c4
+ci: test
cca0c4
-- 
cca0c4
2.17.1
cca0c4