mirror of
https://github.com/release-engineering/dist-git.git
synced 2025-02-23 15:02:54 +00:00
do not touch sources file when creating the repo
This commit is contained in:
parent
7deaf9a52d
commit
115742f026
1 changed files with 1 additions and 1 deletions
|
@ -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 .
|
||||
|
|
Loading…
Add table
Reference in a new issue