wow I really didn't think I could newb this up any worse

This commit is contained in:
Dave Airlie 2012-03-21 09:36:48 +00:00
parent 329fb5ac35
commit 2ce395aac7

View File

@ -34,7 +34,7 @@ if [ -z "$GIT_COMMITTER_NAME" ]; then
git config user.name "Fedora X Ninjas"
fi
git add .
git commit --author="builder@redhat.com" -m init .
git commit -m init .
git am %{PATCH1}
%build