]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Change version update commit message
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 25 Sep 2013 16:22:21 +0000 (13:22 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 25 Sep 2013 16:22:21 +0000 (13:22 -0300)
lib/keyringer/functions

index d0d9816b44ab931386d160c3281e00e93d992f23..e2e8fba8d7d1ddc5ae16c2253fe978a0dbd873c9 100755 (executable)
@@ -304,7 +304,7 @@ function keyringer_upgrade {
   if [ "$CONFIG_VERSION" != "$VERSION" ]; then
     echo $CONFIG_VERSION > $VERSION_INFO
     keyringer_exec git "$BASEDIR" add config/version
-    keyringer_exec git "$BASEDIR" commit -m "Config-upgrade-$CONFIG_VERSION"
+    keyringer_exec git "$BASEDIR" commit -m "Config-update-$CONFIG_VERSION"
     echo "Upgrade to version $CONFIG_VERSION completed, pushing to remotes..."
     for remote in "$BASEDIR/.git/refs/remotes/*"; do
       keyringer_exec git "$BASEDIR" push $remote master