From 4586d3d4ef9db866ab8c00f841106bfb73990cc3 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Thu, 29 Apr 2021 14:45:35 -0400 Subject: remove sources from ff-git --- scripts/git-helper.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/git-helper.sh b/scripts/git-helper.sh index 20c3aad..f6fafdd 100755 --- a/scripts/git-helper.sh +++ b/scripts/git-helper.sh @@ -30,6 +30,8 @@ cp -p "${script_dir}/../for-repo/README.md" . sed -i -r .gitignore \ -e '/cbindgen-vendor/d' grep -qE '\*\.spec\?' .gitignore || echo '*.spec?' >> .gitignore +# remove sources file which uses dist-git and lookaside cache +rm -f sources # Add git remote git remote add gitlab https://gitlab.com/bgstack15/librewolf-fedora-ff.git -- cgit