diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/common/include-agl-auto-conf.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/jjb/common/include-agl-auto-conf.sh b/jjb/common/include-agl-auto-conf.sh index 33a9d390..09a237d6 100644 --- a/jjb/common/include-agl-auto-conf.sh +++ b/jjb/common/include-agl-auto-conf.sh @@ -16,9 +16,11 @@ https://.*/.* ${DLHOST}/AGL/mirror/ \n \ " SSTATE_MIRRORS = "\ -file://.* file:///opt/AGL/sstate-mirror/\${MACHINE}/PATH \n \ file://.* ${DLHOST}/sstate-mirror/\${MACHINE}/PATH \n \ " +# +#file://.* file:///opt/AGL/sstate-mirror/\${MACHINE}/PATH \n +# IMAGE_FSTYPES_remove = "ext3" SSTATE_DIR = "\${TOPDIR}/sstate-cache/\${MACHINE}/" |