Cosmetic patch from ticket 3354

This commit is contained in:
Kevin Fenzi 2012-07-05 08:30:21 -06:00
parent f7ed75b8df
commit 3eefcbf8e3

View file

@ -102,7 +102,7 @@ git config --add hooks.maildomain fedoraproject.org
popd >/dev/null
# Now clone that repo and create the .gitignore and sources file
git clone -q /srv/git/rpms/$PACKAGE.git $TMPDIR/$PACKAGE
git clone -q $GITROOT/$PACKAGE.git $TMPDIR/$PACKAGE
pushd $TMPDIR/$PACKAGE >/dev/null
touch .gitignore sources
git add .