chromium and firefox version bump by idris kalp, thanks.. idris

This commit is contained in:
suvari
2019-07-26 18:57:43 +03:00
parent 0f3e8902a5
commit d84dcd6a9f
31 changed files with 315 additions and 2504 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ from pisi.actionsapi import shelltools
#WorkDir = "mozilla-release-6b51784853e47e091d213d421a19cb623af718f0"
ObjDir = "build"
locales = "az bs ca da de el en-US en-GB en-ZA es-AR es-CL es-ES fi fr hr hu it lt nl pl pt-BR pt-PT ro ru sr sv-SE tr uk".split()
locales = "az bs ca da de el en-US en-GB es-AR es-CL es-ES fi fr hr hu it lt nl pl pt-BR pt-PT ro ru sr sv-SE tr uk".split()
xpidir = "%s/xpi" % get.workDIR()
arch = get.ARCH()
ver = ".".join(get.srcVERSION().split(".")[:3])
@@ -47,7 +47,7 @@ def setup():
def build():
shelltools.cd(ObjDir)
shelltools.system("../mach build")
shelltools.system("../mach build -j5")
def install():
shelltools.cd(ObjDir)