diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-06-29 13:34:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-06-29 13:34:53 +0000 |
commit | 79fb87511fcca5e8c7477e1572e30ffa080c7de3 (patch) | |
tree | 28d26999a7b90428637e844e168a99982abc5d98 /patches/opnfv-fuel | |
parent | 547405524ccb611d0b11d2d7f599ddbcf7cbf728 (diff) | |
parent | 28e3bc0a2c75366e1a15f17bdd24e7368d5858de (diff) |
Merge "submodule: vswitchperf."
Diffstat (limited to 'patches/opnfv-fuel')
-rw-r--r-- | patches/opnfv-fuel/0014-vsperf-plugin-Allow-overriding-git-info.patch | 23 |
1 files changed, 23 insertions, 0 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 new file mode 100644 index 00000000..d82aa0f8 --- /dev/null +++ b/patches/opnfv-fuel/0014-vsperf-plugin-Allow-overriding-git-info.patch @@ -0,0 +1,23 @@ +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?= |