diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-06-30 19:00:08 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-07-01 15:26:51 +0200 |
commit | 81831bb89005e74bfffbcadda50fb1c856d35f17 (patch) | |
tree | 50d86daecb37e66da5d4fc7df86ca4e9f10d6b14 /patches/opnfv-fuel/0014-vsperf-plugin-Allow-overriding-git-info.patch | |
parent | e37f3d704fa7ab4bd824e3533e6c9fb04862cd47 (diff) |
Rebase: Deal with upstream ODL Boron + OVS bump.
Change-Id: Iea330d6d778ff5034e1e801d20fa74485e302a95
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'patches/opnfv-fuel/0014-vsperf-plugin-Allow-overriding-git-info.patch')
-rw-r--r-- | patches/opnfv-fuel/0014-vsperf-plugin-Allow-overriding-git-info.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/patches/opnfv-fuel/0014-vsperf-plugin-Allow-overriding-git-info.patch b/patches/opnfv-fuel/0014-vsperf-plugin-Allow-overriding-git-info.patch deleted file mode 100644 index d82aa0f8..00000000 --- a/patches/opnfv-fuel/0014-vsperf-plugin-Allow-overriding-git-info.patch +++ /dev/null @@ -1,23 +0,0 @@ -From: Alexandru Avadanii <Alexandru.Avadanii@enea.com> -Date: Tue, 28 Jun 2016 20:42:58 +0200 -Subject: [PATCH] vsperf plugin: Allow overriding git info. - -Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> ---- - build/f_isoroot/f_vsperfpluginbuild/config.mk | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/build/f_isoroot/f_vsperfpluginbuild/config.mk b/build/f_isoroot/f_vsperfpluginbuild/config.mk -index 1bf1ef0..576018d 100644 ---- a/build/f_isoroot/f_vsperfpluginbuild/config.mk -+++ b/build/f_isoroot/f_vsperfpluginbuild/config.mk -@@ -7,6 +7,6 @@ - # http://www.apache.org/licenses/LICENSE-2.0 - ############################################################################## - --VSPERF_BRANCH=5e3b6ae0427963520357453728411327ac8efafe --VSPERF_REPO=https://gerrit.opnfv.org/gerrit/vswitchperf.git --VSPERF_CHANGE= -+VSPERF_BRANCH?=5e3b6ae0427963520357453728411327ac8efafe -+VSPERF_REPO?=https://gerrit.opnfv.org/gerrit/vswitchperf.git -+VSPERF_CHANGE?= |