X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=tools%2Fsetenv.sh;h=f345e0daa935f69d8e858bc48403661d07f0f9a8;hb=refs%2Fchanges%2F69%2F369%2F1;hp=7e0e99dedc87fc798545cbed4af494166ab1b117;hpb=d743ec6c91f97cc9f5b944a8d0a609883440b14e;p=yaml_builds.git diff --git a/tools/setenv.sh b/tools/setenv.sh index 7e0e99d..f345e0d 100644 --- a/tools/setenv.sh +++ b/tools/setenv.sh @@ -1,6 +1,6 @@ #!/bin/bash ############################################################################## -# Copyright © 2018 AT&T Intellectual Property. All rights reserved. # +# Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. # # # # Licensed under the Apache License, Version 2.0 (the "License"); you may # # not use this file except in compliance with the License. # @@ -16,9 +16,7 @@ ############################################################################## -export YAML_BUILDS=/opt/yaml_builds +export YAML_BUILDS=/opt/akraino/yaml_builds echo YAML_BUILDS=$YAML_BUILDS -export AIC_CLCP_MANIFESTS=/opt/yaml_builds/aic-clcp-manifests -echo AIC_CLCP_MANIFESTS=$AIC_CLCP_MANIFESTS -export AIC_CLCP_SECURITY_MANIFESTS=/opt/yaml_builds/aic-clcp-security-manifests -echo AIC_CLCP_SECURITY_MANIFESTS=$AIC_CLCP_SECURITY_MANIFESTS +export AIRSHIP_TREASUREMAP=/root/airship-treasuremap +echo AIRSHIP_TREASUREMAP=$AIRSHIP_TREASUREMAP