aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2023-06-19 14:31:29 -0400
committerDavid Goulet <dgoulet@torproject.org>2023-06-19 14:33:12 -0400
commit846bad3a96587dd23b7370735f53031662e33919 (patch)
tree4e8b1f48f0fc3dea0d1b476503a2988944b33796 /scripts
parent8286d88ed012789c56a6cab5c7c5f5c7625b4bc1 (diff)
downloadtor-846bad3a96587dd23b7370735f53031662e33919.tar.gz
tor-846bad3a96587dd23b7370735f53031662e33919.zip
scripts: Update git scripts with new gitlab canonical repository
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/git/git-pull-all.sh18
1 files changed, 1 insertions, 17 deletions
diff --git a/scripts/git/git-pull-all.sh b/scripts/git/git-pull-all.sh
index bbe2576d8e..12a0372f73 100755
--- a/scripts/git/git-pull-all.sh
+++ b/scripts/git/git-pull-all.sh
@@ -168,19 +168,6 @@ function fetch_origin
fi
}
-# Fetch tor-gitlab pull requests. No arguments.
-function fetch_tor_gitlab
-{
- local cmd="git fetch tor-gitlab"
- printf "%s Fetching tor-gitlab..." "$MARKER"
- if [ $DRY_RUN -eq 0 ]; then
- msg=$( eval "$cmd" 2>&1 )
- validate_ret $? "$msg"
- else
- printf "\\n %s\\n" "${IWTH}$cmd${CNRM}"
- fi
-}
-
###############
# Entry point #
###############
@@ -188,10 +175,7 @@ function fetch_tor_gitlab
# Get into our origin repository.
goto_repo "$ORIGIN_PATH"
-# First, fetch tor-gitlab
-fetch_tor_gitlab
-
-# Then, fetch the origin.
+# Fetch the origin.
fetch_origin
# Go over all configured worktree.