do not touch sources file when creating the repo

This commit is contained in:
clime 2018-09-20 11:40:42 +02:00
parent 7deaf9a52d
commit 115742f026

View file

@ -98,7 +98,7 @@ ln -s /usr/share/dist-git/hooks/post-receive \
# Now clone that repo and create the .gitignore and sources file
git init -q $TMPDIR/$PACKAGE
pushd $TMPDIR/$PACKAGE >/dev/null
touch .gitignore sources
touch .gitignore
git config user.name "$git_author_name"
git config user.email "$git_author_email"
git add .