summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-04-29 14:45:35 -0400
committerB. Stack <bgstack15@gmail.com>2021-04-29 14:45:35 -0400
commit4586d3d4ef9db866ab8c00f841106bfb73990cc3 (patch)
tree588d498582ff540f68aea02ba3be2c3293984410
parentdisable tests (diff)
downloadlibrewolf-fedora-4586d3d4ef9db866ab8c00f841106bfb73990cc3.tar.gz
librewolf-fedora-4586d3d4ef9db866ab8c00f841106bfb73990cc3.tar.bz2
librewolf-fedora-4586d3d4ef9db866ab8c00f841106bfb73990cc3.zip
remove sources from ff-git
-rwxr-xr-xscripts/git-helper.sh2
1 files changed, 2 insertions, 0 deletions
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
bgstack15