X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=tools%2Fsetenv.sh;h=aa537eae1154cfc7e74538e45cd6023b21af973b;hb=fbb206730195c6f03ded7658d08f1ef708ebf88b;hp=7e0e99dedc87fc798545cbed4af494166ab1b117;hpb=8ca1343f22312d9711b92fed95ad52655842451a;p=yaml_builds.git diff --git a/tools/setenv.sh b/tools/setenv.sh old mode 100644 new mode 100755 index 7e0e99d..aa537ea --- 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,5 @@ ############################################################################## -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