aboutsummaryrefslogtreecommitdiffstats
path: root/git-repository--after-tarball
diff options
context:
space:
mode:
Diffstat (limited to 'git-repository--after-tarball')
-rwxr-xr-xgit-repository--after-tarball2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-repository--after-tarball b/git-repository--after-tarball
index 47844d0..b9aa92f 100755
--- a/git-repository--after-tarball
+++ b/git-repository--after-tarball
@@ -64,7 +64,7 @@ if [ ! -e .git ]; then
fi
git add .
set_GIT_AUTHOR_DATE $tarballs
-git commit -q -a --author="unknown author <cooker@mandrivalinux.org>" -m "imported $tarballs"
+git commit -q -a --author="unknown author <mageia-dev@mageia.org>" -m "imported $tarballs"
git branch -f vanilla
git branch -f patches-applied
git checkout patches-applied