diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/feature/agl-ci/99_local.conf.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/feature/agl-ci/99_local.conf.inc b/templates/feature/agl-ci/99_local.conf.inc index caf696d0c..6a1e310af 100644 --- a/templates/feature/agl-ci/99_local.conf.inc +++ b/templates/feature/agl-ci/99_local.conf.inc @@ -13,7 +13,7 @@ http://.*/.* ${AGL_HOST_PREMIRROR}/AGL/mirror/ \n \ https://.*/.* ${AGL_HOST_PREMIRROR}/AGL/mirror/ \n \ " -SSTATE_MIRRORS = " file://.* ${AGL_HOST_SSTATE_MIRROR}/sstate-mirror/${AGL_BRANCH]/${DEFAULTTUNE}/PATH;downloadfilename=PATH \n " +SSTATE_MIRRORS = " file://.* ${AGL_HOST_SSTATE_MIRROR}/sstate-mirror/${AGL_BRANCH}/${DEFAULTTUNE}/PATH;downloadfilename=PATH \n " #INHERIT += "packagefeed-stability" INHERIT += "buildhistory" |