From 89e608309ff7dc7a19d1807df067fe8e7348664e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 13 Jun 2014 14:17:56 -0300 Subject: Updating hydra, metadot and README --- README.md | 11 +++++------ hydra | 2 +- metadot | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0ba0afc..3ffe2c7 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,14 @@ deployed in your home folder of whichever system you have access to. Installation ------------ -Just +Get the code: - git clone --recursive git://git.sarava.org/apps.git $HOME/apps + git clone --recursive git://git.sarava.org/apps.git $HOME/apps && cd $HOME/apps -Then check tag signatures and checkout to a specific version you have -verified: +Then check the source integrity of the latest release: - cd $HOME/apps && git tag -v - git checkout tags/verified_tag + tag="`git describe --abbrev=0 --tags`" + git tag -v $tag && git checkout $tag Then add each folder to your `$PATH`. If you use rhatto's profile module that will be automatically handled by you. diff --git a/hydra b/hydra index 9779432..f65233f 160000 --- a/hydra +++ b/hydra @@ -1 +1 @@ -Subproject commit 977943271516266d35b36ffe2413f36fbf005118 +Subproject commit f65233f5d234c5175dd8c42c38b6215e7b0bb30f diff --git a/metadot b/metadot index 57a80f9..1199b17 160000 --- a/metadot +++ b/metadot @@ -1 +1 @@ -Subproject commit 57a80f9e4a5c1580015711b4c42fcce6908fc474 +Subproject commit 1199b177c6d5ab254e974b6f7cd2fdfca6889ee1 -- cgit v1.2.3