Adapt master SSTATE usage for morty
Signed-off-by: Derek Straka <derek@asterius.io>
This commit is contained in:
Vendored
+1
-1
@@ -25,7 +25,7 @@ for (int i = 0; i < targets.size(); i++) {
|
|||||||
throw e
|
throw e
|
||||||
} finally {
|
} finally {
|
||||||
stage("push build cache $machine") {
|
stage("push build cache $machine") {
|
||||||
sh "./scripts/publish-build-cache.sh master"
|
sh "./scripts/publish-build-cache.sh morty"
|
||||||
}
|
}
|
||||||
stage("cleanup $machine") {
|
stage("cleanup $machine") {
|
||||||
sh "./scripts/cleanup-env.sh"
|
sh "./scripts/cleanup-env.sh"
|
||||||
|
|||||||
@@ -220,7 +220,7 @@ BB_DISKMON_DIRS = "\
|
|||||||
#file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \
|
#file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \
|
||||||
#file://.* file:///some/local/dir/sstate/PATH"
|
#file://.* file:///some/local/dir/sstate/PATH"
|
||||||
|
|
||||||
SSTATE_MIRRORS ?= "file://.* http://build-cache.asterius.io/master/sstate-cache/PATH;downloadfilename=PATH \n"
|
SSTATE_MIRRORS ?= "file://.* http://build-cache.asterius.io/morty/sstate-cache/PATH;downloadfilename=PATH \n"
|
||||||
|
|
||||||
SOURCE_MIRROR_URL ?= "http://build-cache.asterius.io/downloads/"
|
SOURCE_MIRROR_URL ?= "http://build-cache.asterius.io/downloads/"
|
||||||
INHERIT += "own-mirrors rm_work"
|
INHERIT += "own-mirrors rm_work"
|
||||||
|
|||||||
Reference in New Issue
Block a user