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
|
# 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
|
|
Loading…
Reference in a new issue