Skip to content
Snippets Groups Projects
Commit 3a6dc2b9 authored by Thibault Cohen's avatar Thibault Cohen
Browse files

Remove git folder in sources

Change-Id: I03cd8bab72edfabf2109c37e64ef2740766d9cc9
parent 459ae07e
Branches
No related tags found
No related merge requests found
......@@ -57,6 +57,7 @@ get-orig-source:
git config user.name "joulupukki"
git config user.email "joulupukki@localhost"
git merge $(DAEMON_TAG) --no-edit
rm -rf .git
# Packing
@echo "# Packing ... "
find . | sort \
......
......@@ -47,6 +47,7 @@ git checkout packaging-releases -f
git config user.name "joulupukki"
git config user.email "joulupukki@localhost"
git merge %{daemon_tag} --no-edit
rm -rf .git
# Apply all patches
for patch_file in $(cat debian/patches/series | grep -v "^#")
do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment