From 7249e827a1b0dac77959d0fedc63d7be5851a422 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 16 Dec 2022 04:59:55 -0500 Subject: [PATCH] common/travis/fetch_upstream.sh: remove now-unnecessary script no longer needed now that the checkout script fetches the entire commit history of master and the PR branch --- common/travis/fetch_upstream.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 common/travis/fetch_upstream.sh diff --git a/common/travis/fetch_upstream.sh b/common/travis/fetch_upstream.sh deleted file mode 100755 index e5ec5979493..00000000000 --- a/common/travis/fetch_upstream.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -# -# changed_templates.sh - -# required by git 2.35.2+ -git config --global --add safe.directory "$PWD" - -/bin/echo -e '\x1b[32mFetching upstream...\x1b[0m' -git fetch --depth 200 https://github.com/void-linux/void-packages.git master