Verified Commit c78b311d authored by boklm's avatar boklm Committed by aguestuser
Browse files

Bug 40372: Make the list of android components updates for switch to mozilla93-based Fenix

parent 8c7df73a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ input_files:
steps:
  list_toolchain_updates:
    git_url: https://github.com/mozilla-mobile/android-components.git
    git_hash: releases/91.0
    git_hash: releases/93.0
    #tag_gpg_id: 0
    var:
      container:
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ check_update_needed glean_parser "$needed" "$current"

# gradle
read -d '' p << 'EOF' || true
if (m|distributionUrl=https\\\\://services.gradle.org/distributions/gradle-(.*)-all.zip|) {
if (m|distributionUrl=https\\\\://services.gradle.org/distributions/gradle-(.*)-bin.zip|) {
  print $1;
  exit;
}
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ input_files:

steps:
  list_toolchain_updates:
    git_hash: 'v79.0.0'
    git_hash: 'v82.1.0'
    input_files: []
    var:
      container:
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ input_files:
steps:
  list_toolchain_updates:
    git_url: https://github.com/mozilla-mobile/fenix.git
    git_hash: releases_v91.0.0
    git_hash: releases_v93.0.0
    #tag_gpg_id: 0
    input_files: []
    var:
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ check_update_needed minSdkVersion "$needed" "$current"

# gradle
read -d '' p << 'EOF' || true
if (m|distributionUrl=https\\\\://services.gradle.org/distributions/gradle-(.*)-all.zip|) {
if (m|distributionUrl=https\\\\://services.gradle.org/distributions/gradle-(.*)-bin.zip|) {
  print $1;
  exit;
}
Loading