summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 157a6f9..47ebced 100644
--- a/Makefile
+++ b/Makefile
@@ -113,6 +113,11 @@ release:
debian:
git checkout debian
+ # Setup a temporary .gitignore to allow "gbp import-orig" to work without issues
+ # This .gitignore will be removed by "gbp import-orig" anyway, but it allow it to run without complaining of untracked files
+ git checkout develop .gitignore
+ git add .gitignore
+ git commit -m 'Chore: set a temporary .gitignore so "gbp import-origin" does not complain'
gbp import-orig --upstream-vcs-tag=$(VERSION) $(ARCHIVE)/keyringer-$(VERSION).tar.bz2
# Fine tune debian/changelog prepared by git-dch
dch -e