aboutsummaryrefslogtreecommitdiff
path: root/inception
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-03-10 00:05:32 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-03-10 00:05:32 -0300
commita3900b7902c640cb7a308dcc649d83f100e123df (patch)
treeec4ab11700b639d349691c2d29562d6520071709 /inception
parent9cd24a1cf25606274e9214d5e4b929cc83470766 (diff)
downloadapps-a3900b7902c640cb7a308dcc649d83f100e123df.tar.gz
apps-a3900b7902c640cb7a308dcc649d83f100e123df.tar.bz2
Updates signature verification
Diffstat (limited to 'inception')
-rwxr-xr-xinception12
1 files changed, 6 insertions, 6 deletions
diff --git a/inception b/inception
index 394f29e..d66f38f 100755
--- 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