]> gitweb.fluxo.info Git - puppet-backup.git/commitdiff
Updates user names at sync-media scripts
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 26 Jul 2015 19:09:52 +0000 (16:09 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 27 Jul 2015 00:34:07 +0000 (21:34 -0300)
files/sync-media
files/sync-media-init

index 5346524d52ccb2cc6b57381c551c1c1f0234d3ba..a5465f125be5e8bf992f7cb9317b24fa2d53cf29 100644 (file)
@@ -17,7 +17,7 @@ OPTIONS="$*"
 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.name "${repo^} Archive"
     git config user.email "$repo@localhost"
   fi
 }
index 9f396eceeb5e91b16bef1196851e9838d264c307..839deea0f37de87b83c0aca33607c8b3f9619748 100644 (file)
@@ -17,7 +17,7 @@ BOXES=""
 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.name "${repo^} Archive"
     git config user.email "$repo@localhost"
   fi
 }