]> gitweb.fluxo.info Git - rhatto/apps.git/commitdiff
Updates signature verification
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 10 Mar 2017 03:05:32 +0000 (00:05 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 10 Mar 2017 03:05:32 +0000 (00:05 -0300)
README.md
inception

index e3cf0c2d56dc4b0f51022e06ec5c21889146511d..e65bca877620b6fc0d18082f27795bffc54b9bf9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ Get the code:
 
 Then check the source integrity of the latest release (also implemented on `git-check-tag` on `utils-git` subfolder):
 
-    git log --show-signature -n 1
+    git verify-commit HEAD
 
 Then add each subfolder from the `apps` repository to your `$PATH` depending on which projects you want to use.
 
index 394f29e5e46d48cb0f6bf03e93115a46e61df646..d66f38f8ee2cd45213a175d69a6e822aeba4c217 100755 (executable)
--- a/inception
+++ b/inception
@@ -25,12 +25,12 @@ elif [ "$1" == "init" ]; then
       ./metadot/metadot update
     fi
 
-    echo "Checking latest tag..."
-    cd $HOME/.dotfiles
-    $DIRNAME/utils-git/git-check-tag
+    #echo "Checking latest tag..."
+    #cd $HOME/.dotfiles
+    #$DIRNAME/utils-git/git-check-tag
 
-    echo "Checking out the latest tag..."
-    $DIRNAME/utils-git/git-checkout-tag
+    #echo "Checking out the latest tag..."
+    #$DIRNAME/utils-git/git-checkout-tag
 
     echo "Checking dotfiles..."
     $DIRNAME/metadot/metadot version
@@ -79,7 +79,7 @@ elif [ "$1" == "deploy" ]; then
 EOF
   fi
 elif [ "$1" == "version" ]; then
-  ( cd $DIRNAME && git log -n 1 )
+  ( cd $DIRNAME && git log --show-signature -n 1 )
 elif [ "$1" == "fetch" ]; then
   ( cd $DIRNAME && git fetch --all && git log -n 1 --branches=origin/master )
 elif [ "$1" == "merge" ]; then