Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cloudkick/cast-site
Browse files Browse the repository at this point in the history
  • Loading branch information
Russell Haering committed Jul 13, 2011
2 parents d4dbd87 + f7f6553 commit 99a3233
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ setup: hyde/requirements.txt
build:
rm -rf deploy
python hyde/hyde.py -g -s . -d deploy
mkdir deploy/other/
cp KEYS deploy/other/KEYS

run:
python hyde/hyde.py -w -s .
Expand Down
2 changes: 1 addition & 1 deletion content/docs/guides/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h3 id="installing_gnutar">Installing GNU tar</h3>
or homebrew.

{% syntax bash %}
~ $ homebrew install gnutar
~ $ homebrew install gnu-tar
{% endsyntax %}

<h3 id="script_install">Install latest stable version with the Cast installer</h3>
Expand Down
10 changes: 9 additions & 1 deletion content/downloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,15 @@
Cast stable release (v0.2.0) was released on **12th of July 2011** and can be
found at [http://files.cast-project.org/cast-0.2.0.tar.gz](http://files.cast-project.org/cast-0.2.0.tar.gz).

### Past And Current Releases
### Developer Keys

Developer public keys which are used to sign a release can be found at
[http://cast-project.org/other/KEYS](http://cast-project.org/other/KEYS).

For information on how to verify a signature, please refer to this guide -
[http://www.apache.org/dev/release-signing.html#verifying-signature](http://www.apache.org/dev/release-signing.html#verifying-signature).

### Release Table

Bellow is a table which lists all the past and current released.

Expand Down

0 comments on commit 99a3233

Please sign in to comment.