[PATCH rhel7-branch] Add the "make ci" target.

Brian C. Lane bcl at redhat.com
Tue Aug 11 21:49:36 UTC 2015


On Tue, Aug 11, 2015 at 01:37:45PM -0400, Chris Lumens wrote:
> Related: rhbz#1196721
> ---
>  Makefile.am | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/Makefile.am b/Makefile.am
> index 04e4bfb..3da2ad6 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -49,7 +49,7 @@ ZANATA_PUSH_ARGS = --srcdir $(srcdir)/po/ --push-type source --force
>  
>  INSTALLATION_GUIDE_REPO_URL = git://git.fedorahosted.org/git/docs/install-guide.git
>  RC_RELEASE ?= $(shell date -u +0.1.%Y%m%d%H%M%S)
> -MOCKCHROOT ?= rhel-7.2-candidate-x86_64
> +MOCKCHROOT ?= rhel-7.2-candidate-$(shell uname -m)
>  
>  tag:
>  	@git tag -s -a -m "Tag as $(ARCHIVE_TAG)" $(ARCHIVE_TAG)
> @@ -218,3 +218,5 @@ get-help:
>  	fi ; \
>  	( cd install-guide && git pull --rebase && python prepare_anaconda_help_content.py )
>  	cp -r install-guide/anaconda_help_content/* $(srcdir)/data/help
> +
> +ci: rc-release check
> -- 
> 2.4.3

Ack

-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)


More information about the anaconda-patches mailing list