]> gitweb.fluxo.info Git - puppet-backup.git/commitdiff
Use @localhost for sync-media repository contact
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 26 Jul 2015 15:03:23 +0000 (12:03 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 26 Jul 2015 15:04:23 +0000 (12:04 -0300)
files/sync-media
files/sync-media-init

index 4e84035de5235b4feb55dc7567b698f722baf327..5346524d52ccb2cc6b57381c551c1c1f0234d3ba 100644 (file)
@@ -18,7 +18,7 @@ function sync_media_identity {
   if [ -z "`git config --local user.email`" ] || [ -z "`git config --local user.name`" ]; then
     repo="$(basename `pwd`)"
     git config user.name "${repo^} Asset Manager"
-    git config user.email "$repo@assset.manager"
+    git config user.email "$repo@localhost"
   fi
 }
 
index b32e88c0e058701c343fc23c1fe5273654e38091..9f396eceeb5e91b16bef1196851e9838d264c307 100644 (file)
@@ -18,7 +18,7 @@ function sync_media_identity {
   if [ -z "`git config --local user.email`" ] || [ -z "`git config --local user.name`" ]; then
     repo="$(basename `pwd`)"
     git config user.name "${repo^} Asset Manager"
-    git config user.email "$repo@assset.manager"
+    git config user.email "$repo@localhost"
   fi
 }