[master 1/1] Drop check from the release build target

bcl installerbot-noreply at redhat.com
Thu May 28 00:48:05 UTC 2015


From: "Brian C. Lane" <bcl at redhat.com>

It has become impossible to do builds for rawhide from previous releases
because the system is expected to match what it's being built for. Run
make check manually when making commits instead.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index a55f500..823b948 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ tag:
 	  echo "Tagged as $$tag" ; \
 	done
 
-release: check tag archive
+release: tag archive
 
 archive: po-pull
 	@rm -f ChangeLog


-- 
To view this commit on github, visit https://github.com/rhinstaller/blivet/commit/ccdda3f901e187d751bdf5fe31c629ae480a5119


More information about the anaconda-patches mailing list