summaryrefslogtreecommitdiffstats
path: root/ci/envs/rt-tests.patch
diff options
context:
space:
mode:
authorDon Dugger <donald.d.dugger@intel.com>2016-01-06 19:26:04 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-01-06 19:26:04 +0000
commit3ccaf24392443b98215d647884bddd963ad86190 (patch)
treed0a174998c2d934fd8ce8381885748fa5902d358 /ci/envs/rt-tests.patch
parent23161def4f80592dc537853759205a7b90f5c676 (diff)
parent0fcee09d0a19457df88a4cea607de08e52ee959e (diff)
Merge topic 'yardstick-integ-v2'
* changes: A script to launch real time guest Script to create the guest image Script to create the rt-tests rpm
Diffstat (limited to 'ci/envs/rt-tests.patch')
-rw-r--r--ci/envs/rt-tests.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/ci/envs/rt-tests.patch b/ci/envs/rt-tests.patch
new file mode 100644
index 000000000..b938e0768
--- /dev/null
+++ b/ci/envs/rt-tests.patch
@@ -0,0 +1,26 @@
+/*******************************************************************************
+ * * Copyright (c) 2015 Intel Corp.
+ * *
+ * * All rights reserved. This program and the accompanying materials
+ * * are made available under the terms of the Apache License, Version 2.0
+ * * which accompanies this distribution, and is available at
+ * * http://www.apache.org/licenses/LICENSE-2.0
+ * *******************************************************************************/
+
+diff --git a/Makefile b/Makefile
+index 1e4b7d1b0d3a..98968b94a57f 100644
+--- a/Makefile
++++ b/Makefile
+@@ -198,10 +198,10 @@ release: distclean changelog
+ cp -r Makefile COPYING ChangeLog MAINTAINERS doc README.markdown src tmp/rt-tests
+ rm -f rt-tests-$(VERSION).tar rt-tests-$(VERSION).tar.asc
+ tar -C tmp -cf rt-tests-$(VERSION).tar rt-tests
+- gpg2 --default-key clrkwllms@kernel.org --detach-sign --armor rt-tests-$(VERSION).tar
++ #gpg2 --default-key clrkwllms@kernel.org --detach-sign --armor rt-tests-$(VERSION).tar
+ gzip rt-tests-$(VERSION).tar
+ rm -f ChangeLog
+- cp rt-tests-$(VERSION).tar.gz rt-tests-$(VERSION).tar.asc releases
++ cp rt-tests-$(VERSION).tar.gz releases
+
+ .PHONY: tarball
+ tarball: