Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure

This commit is contained in:
Jon Ciesla 2012-07-05 10:13:37 -05:00
commit 95da709094

View file

@ -102,7 +102,7 @@ git config --add hooks.maildomain fedoraproject.org
popd >/dev/null popd >/dev/null
# Now clone that repo and create the .gitignore and sources file # 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 pushd $TMPDIR/$PACKAGE >/dev/null
touch .gitignore sources touch .gitignore sources
git add . git add .