summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiruna Paun <Miruna.Paun@enea.com>2017-07-12 13:28:33 +0200
committerMiruna Paun <Miruna.Paun@enea.com>2017-07-12 13:28:33 +0200
commite4dba5e0e5bbacb26034009964a15a4dd0c160f2 (patch)
treef6b26897f0efbda70b9dd3a37ee2f67cbee971c0
parentfd52bd851e7c1c0f9aab359937f5fe72c49412bf (diff)
downloadel_releases-virtualization-e4dba5e0e5bbacb26034009964a15a4dd0c160f2.tar.gz
Updating benchmarks with two new use cases
LXCR-7881 SR-IOV for Docker and VMs Signed-off-by: Miruna Paun <Miruna.Paun@enea.com>
-rw-r--r--doc/Makefile2
-rw-r--r--doc/manifest_conf.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 50830de..5e23b2a 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -183,7 +183,7 @@ endif
183books: init 183books: init
184# BOOKPACKAGES is defined in all book-*/swcomp.mk 184# BOOKPACKAGES is defined in all book-*/swcomp.mk
185 $(VERB)DISTRO_VERSION=`egrep '"EneaLinux_REL_VER"><phrase>' $(ELTF_PARAMS_UPDATED) | sed 's/.*<phrase>//;s/<\/phrase>.*//'` ; \ 185 $(VERB)DISTRO_VERSION=`egrep '"EneaLinux_REL_VER"><phrase>' $(ELTF_PARAMS_UPDATED) | sed 's/.*<phrase>//;s/<\/phrase>.*//'` ; \
186 BOOKVER="Profile $(PROFILE_NAME)-$$DISTRO_VERSION" ; \ 186 BOOKVER="$(PROFILE_NAME)-$$DISTRO_VERSION"-$(shell date +"%Y.%m.%d"); \
187 for book in $(BOOKPACKAGES); do \ 187 for book in $(BOOKPACKAGES); do \
188 for format in $(FORMAT); do \ 188 for format in $(FORMAT); do \
189 $(MAKE) -f $(DOCBOOKMAKE)/make_docbook_standalone.mk BOOK=$$book FORMAT=$$format BOOK_VER="$$BOOKVER" books || exit 10; \ 189 $(MAKE) -f $(DOCBOOKMAKE)/make_docbook_standalone.mk BOOK=$$book FORMAT=$$format BOOK_VER="$$BOOKVER" books || exit 10; \
diff --git a/doc/manifest_conf.mk b/doc/manifest_conf.mk
index 9867951..92e395c 100644
--- a/doc/manifest_conf.mk
+++ b/doc/manifest_conf.mk
@@ -5,4 +5,4 @@
5#MANIFESTHASH ?= 0d0f06384afa65eaae4b170e234ee5a813edf44d 5#MANIFESTHASH ?= 0d0f06384afa65eaae4b170e234ee5a813edf44d
6 #change the above value later to refs/tags/ELnnn (?) 6 #change the above value later to refs/tags/ELnnn (?)
7MANIFESTURL := git@git.enea.com:linux/manifests/el_manifests-virtualization.git 7MANIFESTURL := git@git.enea.com:linux/manifests/el_manifests-virtualization.git
8PROFILE_NAME := Enea NFV Access Platform.$(shell date +"%Y.%m.%d %H:%M:%S") 8PROFILE_NAME := Enea NFV Access Platform