Script to create the rt-tests rpm
[kvmfornfv.git] / ci / envs / rt-tests.patch
1 /******************************************************************************* 
2  * * Copyright (c) 2015 Intel Corp.
3  * * 
4  * * All rights reserved. This program and the accompanying materials 
5  * * are made available under the terms of the Apache License, Version 2.0 
6  * * which accompanies this distribution, and is available at 
7  * * http://www.apache.org/licenses/LICENSE-2.0 
8  * *******************************************************************************/ 
9
10 diff --git a/Makefile b/Makefile
11 index 1e4b7d1b0d3a..98968b94a57f 100644
12 --- a/Makefile
13 +++ b/Makefile
14 @@ -198,10 +198,10 @@ release: distclean changelog
15         cp -r Makefile COPYING ChangeLog MAINTAINERS doc README.markdown src tmp/rt-tests
16         rm -f rt-tests-$(VERSION).tar rt-tests-$(VERSION).tar.asc
17         tar -C tmp -cf rt-tests-$(VERSION).tar rt-tests
18 -       gpg2 --default-key clrkwllms@kernel.org --detach-sign --armor rt-tests-$(VERSION).tar
19 +       #gpg2 --default-key clrkwllms@kernel.org --detach-sign --armor rt-tests-$(VERSION).tar
20         gzip rt-tests-$(VERSION).tar
21         rm -f ChangeLog
22 -       cp rt-tests-$(VERSION).tar.gz rt-tests-$(VERSION).tar.asc releases
23 +       cp rt-tests-$(VERSION).tar.gz  releases
24  
25  .PHONY: tarball
26  tarball: