diff options
author | mrpa <miruna.paun@enea.com> | 2020-06-11 19:00:49 +0200 |
---|---|---|
committer | Miruna Paun <mrpa@enea.se> | 2020-06-16 14:25:31 +0200 |
commit | d13a165d784a8a669edca35efee6f5c98045a766 (patch) | |
tree | 2af81cbe60b126a215767926583190af1a24ad33 /doc/init.mk | |
parent | 20df9df706f2c35b37d623c569c6110fc2f402cb (diff) | |
download | nfv-access-documentation-d13a165d784a8a669edca35efee6f5c98045a766.tar.gz |
Updated the makefile and init.mk to point to gitlab2
Updated the makefile to reflect olinkdb changes
Updated the makefule to reflect removal of manifest_conf.mk
Updated rel notes with olinks and removing zip files no longer
included in releases.
Updated the ATFH OSR swcomp to include version variable.
Change-Id: I7b4decb707370acff90348361525f30bd8c20707
Signed-off-by: mrpa <miruna.paun@enea.com>
Diffstat (limited to 'doc/init.mk')
-rw-r--r-- | doc/init.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/init.mk b/doc/init.mk index c1457fd..f2c3fb5 100644 --- a/doc/init.mk +++ b/doc/init.mk | |||
@@ -80,7 +80,7 @@ $(TMPCLONEROOT)/$(NAME_DOCBUILD): | |||
80 | else \ | 80 | else \ |
81 | echo "Cloning $(REPO_DOCBUILD) in $(TMPCLONEROOT)" ; \ | 81 | echo "Cloning $(REPO_DOCBUILD) in $(TMPCLONEROOT)" ; \ |
82 | cd "$(TMPCLONEROOT)" ; \ | 82 | cd "$(TMPCLONEROOT)" ; \ |
83 | git clone -b master git@git.enea.se:$(REPO_DOCBUILD) $(NAME_DOCBUILD) ; \ | 83 | git clone -b master git@gitlab2.enea.se:$(REPO_DOCBUILD) $(NAME_DOCBUILD) ; \ |
84 | fi | 84 | fi |
85 | 85 | ||
86 | $(TMPCLONEROOT)/$(NAME_DOCENEACOMMON): | 86 | $(TMPCLONEROOT)/$(NAME_DOCENEACOMMON): |