diff options
author | B. Stack <bgstack15@gmail.com> | 2021-04-29 14:45:35 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2021-04-29 14:45:35 -0400 |
commit | 4586d3d4ef9db866ab8c00f841106bfb73990cc3 (patch) | |
tree | 588d498582ff540f68aea02ba3be2c3293984410 | |
parent | disable tests (diff) | |
download | librewolf-fedora-4586d3d4ef9db866ab8c00f841106bfb73990cc3.tar.gz librewolf-fedora-4586d3d4ef9db866ab8c00f841106bfb73990cc3.tar.bz2 librewolf-fedora-4586d3d4ef9db866ab8c00f841106bfb73990cc3.zip |
remove sources from ff-git
-rwxr-xr-x | scripts/git-helper.sh | 2 |
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 |