git-annex/doc/news/version_4.20130827/comment_2_faa5cf0645728b4ade850a691fa472db._comment

26 lines
1.4 KiB
Text
Raw Normal View History

2013-08-29 18:26:00 +00:00
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.153.8.7"
subject="comment 2"
date="2013-08-29T18:26:00Z"
content="""
It seems to be there on downloads.kitenet.net. When I run `git log` in there I see commit 82de1ed1a354e389bc71a15af1a3e67b5bd56f23 which added the release to the annex, and all the files seem to be present. For example, git-annex-standalone-amd64.tar.gz is pointing at the key `SHA256E-s20143752--388c33138185fb2eb5fdb00bf2155a9168e5a76501216887ea1ffa7ada06b776.tar.gz`, which is right.
<pre>
joey@wren:~>wget http://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-amd64.tar.gz
--2013-08-29 14:25:00-- http://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-amd64.tar.gz
Resolving downloads.kitenet.net (downloads.kitenet.net)... 2001:41c8:125:49::10, 80.68.85.49
Connecting to downloads.kitenet.net (downloads.kitenet.net)|2001:41c8:125:49::10|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 20143752 (19M) [application/x-gzip]
Saving to: git-annex-standalone-amd64.tar.gz
100%[======================================>] 20,143,752 48.9MB/s in 0.4s
2013-08-29 14:25:01 (48.9 MB/s) - git-annex-standalone-amd64.tar.gz saved [20143752/20143752]
joey@wren:~>sha256sum git-annex-standalone-amd64.tar.gz
388c33138185fb2eb5fdb00bf2155a9168e5a76501216887ea1ffa7ada06b776 git-annex-standalone-amd64.tar.gz
</pre>
"""]]