chore: edit git configs before committing

This commit is contained in:
Aliberk Sandıkçı 2023-08-10 00:47:01 +03:00
parent a7c95ab5e4
commit e839c2e6dc
Signed by: asandikci
GPG key ID: 25C67A03B5666BC1

View file

@ -41,6 +41,10 @@ head -100 debian/**/*
# TODO ask user to continue # TODO ask user to continue
echo "Edit git configs..."
sleep 3
git config --global --edit
git add debian && git commit -a -m 'Initial packaging' git add debian && git commit -a -m 'Initial packaging'
gbp buildpackage gbp buildpackage
@ -49,7 +53,3 @@ cd ..
lintian -- *.changes lintian -- *.changes
echo -e "SOLVE LINTIAN ERRORS / WARNINGS\nAFTER THAT, PUSH REPO" echo -e "SOLVE LINTIAN ERRORS / WARNINGS\nAFTER THAT, PUSH REPO"
echo "Edit git configs..."
sleep 3
git config --global --edit