Fix branches for 12 builds

This commit is contained in:
William Grzybowski
2020-04-16 13:28:24 -03:00
parent 8dfe328084
commit 60e323a2d7

View File

@@ -34,7 +34,7 @@ repos += {
"name": "freenas",
"path": "freenas",
"url": "http://github.com/freenas/freenas.git",
"branch": "freenas/11.3-stable"
"branch": "master"
}
@@ -42,14 +42,14 @@ repos += {
"name": "webui",
"path": "webui",
"url": "http://github.com/freenas/webui.git",
"branch": "freenas/11.3-stable"
"branch": "master"
}
repos += {
"name": "ports",
"path": "ports",
"url": "https://github.com/freenas/ports.git",
"branch": "freenas/11.3-stable"
"branch": "freenas/master"
}
repos += {