From: Mitch S. <mit...@be...> - 2009-11-20 17:20:18
|
On 11/19/2009 11:13 PM, Martin A. Hansen wrote: > Yup, that is exactly where I downloaded from - and the tarball was > funny. Now I use a clone from GIT and there is no trouble. Hmmm, I haven't been able to reproduce this, so I'm not sure where to go from here. If anyone else encounters this please let me know. > How do you determine current version? Is there a version/revision number? We haven't started tagging versions yet, but tarball downloads and git clones do come with mechanisms that allow you to identify the current commit. If you get a tarball, the tarball name has the first part of the commit hash in it. In the example below, "020db6d" identifies the version. If you have a git clone, you can do a "git rev-parse HEAD" to get the hash of the current head commit. Mitch $ wget http://github.com/jbrowse/jbrowse/tarball/master --2009-11-20 09:10:15-- http://github.com/jbrowse/jbrowse/tarball/master Resolving github.com... 207.97.227.239 Connecting to github.com|207.97.227.239|:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://waitdownload.github.com/jbrowse-jbrowse-020db6d.tar.gz [following] --2009-11-20 09:10:16-- http://waitdownload.github.com/jbrowse-jbrowse-020db6d.tar.gz Resolving waitdownload.github.com... 207.97.227.241 Connecting to waitdownload.github.com|207.97.227.241|:80... connected. HTTP request sent, awaiting response... 302 Moved Temporarily Location: http://download.github.com/jbrowse-jbrowse-020db6d.tar.gz [following] --2009-11-20 09:10:17-- http://download.github.com/jbrowse-jbrowse-020db6d.tar.gz Resolving download.github.com... 207.97.227.240 Connecting to download.github.com|207.97.227.240|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 509686 (498K) [application/octet-stream] Saving to: `jbrowse-jbrowse-020db6d.tar.gz' 100%[======================================>] 509,686 236K/s in 2.1s 2009-11-20 09:10:21 (236 KB/s) - `jbrowse-jbrowse-020db6d.tar.gz' saved [509686/509686] $ ls jbrowse-jbrowse-020db6d.tar.gz |