chore: edit git configs before committing
This commit is contained in:
parent
a7c95ab5e4
commit
e839c2e6dc
1 changed files with 5 additions and 5 deletions
|
@ -41,6 +41,10 @@ head -100 debian/**/*
|
|||
|
||||
# TODO ask user to continue
|
||||
|
||||
echo "Edit git configs..."
|
||||
sleep 3
|
||||
git config --global --edit
|
||||
|
||||
git add debian && git commit -a -m 'Initial packaging'
|
||||
|
||||
gbp buildpackage
|
||||
|
@ -48,8 +52,4 @@ gbp buildpackage
|
|||
cd ..
|
||||
lintian -- *.changes
|
||||
|
||||
echo -e "SOLVE LINTIAN ERRORS / WARNINGS\nAFTER THAT, PUSH REPO"
|
||||
|
||||
echo "Edit git configs..."
|
||||
sleep 3
|
||||
git config --global --edit
|
||||
echo -e "SOLVE LINTIAN ERRORS / WARNINGS\nAFTER THAT, PUSH REPO"
|
Loading…
Reference in a new issue