Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 33c7cb88 authored by Aayush Gupta's avatar Aayush Gupta
Browse files

Merge branch 'backlog_3718-all-upstreamBrowserRebase' into 'master'

Upstream Browser and BrowserWebView to Bromite v96.0.4664.54

See merge request e/apps/browser!40
parents 9a6cae86 fb5b5ff1
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@ stages:

variables:
  CONTAINER_IMAGE: registry.gitlab.e.foundation:5000/$CI_PROJECT_PATH
  GIT_SUBMODULE_STRATEGY: recursive

build-docker:
  image: docker:19-git
@@ -18,7 +19,7 @@ build-docker:
  services:
    - docker:19-dind
  script:
    - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN registry.gitlab.e.foundation:5000
    - echo "$CI_JOB_TOKEN" | docker login registry.gitlab.e.foundation:5000 -u gitlab-ci-token --password-stdin
    - docker pull $CONTAINER_IMAGE:latest || true
    - docker build --cache-from $CONTAINER_IMAGE:latest --tag $CONTAINER_IMAGE:latest ${CI_PROJECT_DIR}
    - docker push $CONTAINER_IMAGE:latest

.gitmodules

0 → 100644
+3 −0
Original line number Diff line number Diff line
[submodule "bromite"]
	path = bromite
	url = https://github.com/bromite/bromite/

AUTHORS

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line

Specific authors for Browser, the /e/ fork of Chromium/Bromite:

© ECORP SAS 2019 - Author: Romain Hunault

Note: original authors are not listed here. Please refer to the source code of the original project and/or the commit history for the complete list of authors.
 No newline at end of file
Loading