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

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