aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-07-26 16:09:52 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-07-26 21:34:07 -0300
commitdac78b19ce2854bd09188fb7a9750d3abcbed81e (patch)
tree31cc16f5b663b1306a7227609f8342e7c9abe5f2 /files
parentb9eca8c7464ae2fccaa077c20c69e7232261a7b7 (diff)
downloadpuppet-backup-dac78b19ce2854bd09188fb7a9750d3abcbed81e.tar.gz
puppet-backup-dac78b19ce2854bd09188fb7a9750d3abcbed81e.tar.bz2
Updates user names at sync-media scripts
Diffstat (limited to 'files')
-rw-r--r--files/sync-media2
-rw-r--r--files/sync-media-init2
2 files changed, 2 insertions, 2 deletions
diff --git a/files/sync-media b/files/sync-media
index 5346524..a5465f1 100644
--- a/files/sync-media
+++ b/files/sync-media
@@ -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
}
diff --git a/files/sync-media-init b/files/sync-media-init
index 9f396ec..839deea 100644
--- a/files/sync-media-init
+++ b/files/sync-media-init
@@ -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
}