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.
./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
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