Pier Angelo Vendrame pushed to branch base-browser-128.6.0esr-14.5-1 at The Tor Project / Applications / Tor Browser
Commits:
4700859f by Beatriz Rizental at 2025-01-27T18:04:31+01:00
fixup! Add CI for Base Browser
- - - - -
1 changed file:
- .gitlab/ci/mixins.yml
Changes:
=====================================
.gitlab/ci/mixins.yml
=====================================
@@ -18,7 +18,7 @@
echo "Attempting to fetch the merge request branch, assuming this pipeline is not running in a fork."
git fetch origin "merge-requests/${CI_MERGE_REQUEST_IID}/head"
fi
- - git checkout origin/${CI_COMMIT_BRANCH:-$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME}
+ - git checkout FETCH_HEAD
.with-local-repo-pwsh:
variables:
@@ -44,4 +44,4 @@
Write-Output "Attempting to fetch the merge request branch, assuming this pipeline is not running in a fork."
git fetch origin "merge-requests/$env:CI_MERGE_REQUEST_IID/head"
}
- - git checkout origin/$branchName
+ - git checkout FETCH_HEAD
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/4700859…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/4700859…
You're receiving this email because of your account on gitlab.torproject.org.
Pier Angelo Vendrame pushed to branch mullvad-browser-128.6.0esr-14.5-1 at The Tor Project / Applications / Mullvad Browser
Commits:
188baa6f by Beatriz Rizental at 2025-01-27T18:03:56+01:00
fixup! Add CI for Base Browser
- - - - -
1 changed file:
- .gitlab/ci/mixins.yml
Changes:
=====================================
.gitlab/ci/mixins.yml
=====================================
@@ -18,7 +18,7 @@
echo "Attempting to fetch the merge request branch, assuming this pipeline is not running in a fork."
git fetch origin "merge-requests/${CI_MERGE_REQUEST_IID}/head"
fi
- - git checkout origin/${CI_COMMIT_BRANCH:-$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME}
+ - git checkout FETCH_HEAD
.with-local-repo-pwsh:
variables:
@@ -44,4 +44,4 @@
Write-Output "Attempting to fetch the merge request branch, assuming this pipeline is not running in a fork."
git fetch origin "merge-requests/$env:CI_MERGE_REQUEST_IID/head"
}
- - git checkout origin/$branchName
+ - git checkout FETCH_HEAD
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/188…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/188…
You're receiving this email because of your account on gitlab.torproject.org.
Pier Angelo Vendrame pushed to branch tor-browser-128.6.0esr-14.5-1 at The Tor Project / Applications / Tor Browser
Commits:
58c78829 by Beatriz Rizental at 2025-01-27T17:01:27+00:00
fixup! Add CI for Base Browser
- - - - -
1 changed file:
- .gitlab/ci/mixins.yml
Changes:
=====================================
.gitlab/ci/mixins.yml
=====================================
@@ -18,7 +18,7 @@
echo "Attempting to fetch the merge request branch, assuming this pipeline is not running in a fork."
git fetch origin "merge-requests/${CI_MERGE_REQUEST_IID}/head"
fi
- - git checkout origin/${CI_COMMIT_BRANCH:-$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME}
+ - git checkout FETCH_HEAD
.with-local-repo-pwsh:
variables:
@@ -44,4 +44,4 @@
Write-Output "Attempting to fetch the merge request branch, assuming this pipeline is not running in a fork."
git fetch origin "merge-requests/$env:CI_MERGE_REQUEST_IID/head"
}
- - git checkout origin/$branchName
+ - git checkout FETCH_HEAD
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/58c7882…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/58c7882…
You're receiving this email because of your account on gitlab.torproject.org.
Pier Angelo Vendrame pushed to branch tor-browser-128.6.0esr-14.5-1 at The Tor Project / Applications / Tor Browser
Commits:
6c4d876b by Henry Wilkes at 2025-01-27T15:41:07+00:00
fixup! TB 40458: Implement .tor.onion aliases
TB 41831: Add additional effective TLD for abc.au.securedrop.tor.onion
exception.
- - - - -
1 changed file:
- netwerk/dns/effective_tld_names.dat
Changes:
=====================================
netwerk/dns/effective_tld_names.dat
=====================================
@@ -5061,6 +5061,10 @@ pro.om
onion
tor.onion
securedrop.tor.onion
+// An additional TLD for abc.au.securedrop.tor.onion only.
+// See tor-browser#41831.
+// TODO: Remove once abc.au has migrated. See tor-browser#43443.
+au.securedrop.tor.onion
// org : https://www.iana.org/domains/root/db/org.html
org
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/6c4d876…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/6c4d876…
You're receiving this email because of your account on gitlab.torproject.org.