[tbb-commits] [builders/tor-browser-build] branch main updated: fixup! Bug 40587: Migrate tor-browser-build configs from gitolite to gitlab repos

gitolite role git at cupani.torproject.org
Mon Oct 17 09:22:41 UTC 2022


This is an automated email from the git hooks/post-receive script.

pierov pushed a commit to branch main
in repository builders/tor-browser-build.

The following commit(s) were added to refs/heads/main by this push:
     new 823383c  fixup! Bug 40587: Migrate tor-browser-build configs from gitolite to gitlab repos
823383c is described below

commit 823383cd749307aa49c5625c1f9a0019575a4049
Author: Pier Angelo Vendrame <pierov at torproject.org>
AuthorDate: Fri Oct 14 18:19:58 2022 +0200

    fixup! Bug 40587: Migrate tor-browser-build configs from gitolite to gitlab repos
    
    Changed remaining URLs in GitLab issue templates.
---
 .gitlab/issue_templates/Release Prep - Alpha.md  | 12 ++++++------
 .gitlab/issue_templates/Release Prep - Stable.md | 14 +++++++-------
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/.gitlab/issue_templates/Release Prep - Alpha.md b/.gitlab/issue_templates/Release Prep - Alpha.md
index eb9a3f7..1735c6b 100644
--- a/.gitlab/issue_templates/Release Prep - Alpha.md	
+++ b/.gitlab/issue_templates/Release Prep - Alpha.md	
@@ -33,7 +33,7 @@
 <details>
     <summary>Desktop</summary>
 
-### **torbutton** : https://git.torproject.org/torbutton.git
+### **torbutton** : https://gitlab.torproject.org/tpo/applications/torbutton.git
 - [ ] Update translations :
   - [ ] `./import-translations.sh`
     - **NOTE** : if there are no new strings imported then we are done here
@@ -42,7 +42,7 @@
   - [ ] ***(Optional)*** Backport to maintenance branch if present and necessary
 - [ ] fixup! `tor-browser`'s `Bug 10760 : Integrate TorButton to TorBrowser core` issue to point to updated `torbutton` commit
 
-### **tor-launcher** : https://git.torproject.org/tor-launcher.git
+### **tor-launcher** : https://gitlab.torproject.org/tpo/applications/tor-launcher.git
 - [ ] Update translations:
   - [ ] ./localization/import-translations.sh
   - **NOTE** : if there are no new strings imported then we are done here
@@ -57,11 +57,11 @@
 <details>
     <summary>Android</summary>
 
-### **tba-translation** : https://git.torproject.org/translation.git
+### **tba-translation** : https://gitlab.torproject.org/tpo/translation.git
 - [ ] Fetch latest and identify new `HEAD` of `fenix-torbrowserstringsxml` branch
   - [ ] `origin/fenix-torbrowserstringsxml` : `<INSERT COMMIT HASH HERE>`
 
-### **tor-android-service** ***(Optional)***: https://git.torproject.org/tor-android-service.git
+### **tor-android-service** ***(Optional)***: https://gitlab.torproject.org/tpo/applications/tor-android-service.git
 - [ ] Fetch latest and identify new `HEAD` of `main` branch
   - [ ] `origin/main` : `<INSERT COMMIT HASH HERE>`
 
@@ -101,7 +101,7 @@
 <details>
     <summary>Shared</summary>
 
-### tor-browser: https://git.torproject.org/tor-browser.git
+### tor-browser: https://gitlab.torproject.org/tpo/applications/tor-browser.git
 - [ ] ***(Optional)*** Backport any Android-specific security fixes from Firefox rapid-release
 - [ ] ***(Optional)*** Rebase to `$(ESR_VERSION)`
   - [ ] Find the Firefox hg tag here : https://hg.mozilla.org/releases/mozilla-esr102/tags
@@ -138,7 +138,7 @@
 <details>
     <summary>Build/Signing/Publishing</summary>
 
-### tor-browser-build: https://git.torproject.org/builders/tor-browser-build.git
+### tor-browser-build: https://gitlab.torproject.org/tpo/applications/tor-browser-build.git
 Tor Browser Alpha (and Nightly) are on the `main` branch, while Stable lives in the various `$(TOR_BROWSER_MAJOR).$(TOR_BROWSER_MINOR)-maint` (and possibly more specific) branches
 
 - [ ] Update `rbm.conf`
diff --git a/.gitlab/issue_templates/Release Prep - Stable.md b/.gitlab/issue_templates/Release Prep - Stable.md
index a93f472..6c36008 100644
--- a/.gitlab/issue_templates/Release Prep - Stable.md	
+++ b/.gitlab/issue_templates/Release Prep - Stable.md	
@@ -39,7 +39,7 @@
 <details>
     <summary>Desktop</summary>
 
-### **torbutton** ***(Optional)***: https://git.torproject.org/torbutton.git
+### **torbutton** ***(Optional)***: https://gitlab.torproject.org/tpo/applications/torbutton.git
 - [ ] ***(Optional)*** Update translations :
   - **NOTE** We only update strings in stable if a backported feature depends on new strings
   - [ ] `./import-translations.sh`
@@ -48,7 +48,7 @@
     - **NOTE** : only add files which are already being tracked
 - [ ] fixup! `tor-browser`'s `Bug 10760 : Integrate TorButton to TorBrowser core` issue to point to updated `torbutton` commit
 
-### **tor-launcher** ***(Optional)***: https://git.torproject.org/tor-launcher.git
+### **tor-launcher** ***(Optional)***: https://gitlab.torproject.org/tpo/applications/tor-launcher.git
 - [ ] ***(Optional)*** Update translations:
   - **NOTE** We only update strings in stable if a backported feature depends on new strings
   - [ ] ./localization/import-translations.sh
@@ -59,7 +59,7 @@
   - Message `Tagging $(TOR_LAUNCHER_VERSION)`
 - [ ] Push `main` and tag to origin
 
-### tor-browser: https://git.torproject.org/tor-browser.git
+### tor-browser: https://gitlab.torproject.org/tpo/applications/tor-browser.git
 - [ ] ***(Optional)*** Rebase to `$(ESR_VERSION)`
   - [ ] Find the Firefox hg tag here : https://hg.mozilla.org/releases/mozilla-esr91/tags
     - [ ] `$(ESR_TAG)` : `<INSERT_TAG_HERE>`
@@ -93,7 +93,7 @@
 <details>
     <summary>Android</summary>
 
-### **geckoview**: https://git.torproject.org/tor-browser.git
+### **geckoview**: https://gitlab.torproject.org/tpo/applications/tor-browser.git
 - [ ] ***(Optional)*** Rebase to `$(RR_VERSION)`
   - [ ] Find the Firefox hg tag here : https://hg.mozilla.org/releases/mozilla-release/tags
     - [ ] `$(RR_TAG)` : `<INSERT_TAG_HERE>`
@@ -123,12 +123,12 @@
   - Message : `Tagging $(FIREFOX_BUILD_N) for $(RR_VERSION)-based (alpha|stable)`
 - [ ] Push tag to `origin`
 
-### **tba-translation** ***(Optional)***: https://git.torproject.org/translation.git
+### **tba-translation** ***(Optional)***: https://gitlab.torproject.org/tpo/translation.git
 - **NOTE** We only update strings in stable if a backported feature depends on new strings
 - [ ] Fetch latest and identify new `HEAD` of `fenix-torbrowserstringsxml` branch
   - [ ] `origin/fenix-torbrowserstringsxml` : `<INSERT COMMIT HASH HERE>`
 
-### **tor-android-service** ***(Optional)***: https://git.torproject.org/tor-android-service.git
+### **tor-android-service** ***(Optional)***: https://gitlab.torproject.org/tpo/applications/tor-android-service.git
 - [ ] Fetch latest and identify new `HEAD` of `main` branch
   - [ ] `origin/main` : `<INSERT COMMIT HASH HERE>`
 
@@ -185,7 +185,7 @@
 <details>
     <summary>Build/Signing/Publishing</summary>
 
-### tor-browser-build: https://git.torproject.org/builders/tor-browser-build.git
+### tor-browser-build: https://gitlab.torproject.org/tpo/applications/tor-browser-build.git
 Tor Browser Alpha (and Nightly) are on the `main` branch, while Stable lives in the various `$(TOR_BROWSER_MAJOR).$(TOR_BROWSER_MINOR)-maint` (and possibly more specific) branches
 
 - [ ] Update `rbm.conf`

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tbb-commits mailing list