[sage-devel] Re: Automated Downloading of Most Recent Version of Sage

2016-04-08 Thread Chris Swierczewski


> The easiest way is probably to poll one of
>
> https://raw.githubusercontent.com/sagemath/sage/master/src/sage/version.py
>
> https://raw.githubusercontent.com/sagemath/sage/master/src/bin/sage-version.sh
>
>
That's a cute trick. I'll try that out. Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.


[sage-devel] Re: Automated Downloading of Most Recent Version of Sage

2016-04-08 Thread Volker Braun
The easiest way is probably to poll one of

https://raw.githubusercontent.com/sagemath/sage/master/src/sage/version.py
https://raw.githubusercontent.com/sagemath/sage/master/src/bin/sage-version.sh



On Friday, April 8, 2016 at 11:27:33 PM UTC+2, Chris Swierczewski wrote:
>
> I have written an sort of experimental package for Sage and I am currently 
> using TravisCI to run my tests. Since TravisCI doesn't have an installation 
> of Sage I decided to make downloading it a step in the travis.yml config, 
> in particular, during the before_install step:
>
> wget 
> http://mirrors.mit.edu/sage/linux/64bit/sage-7.0-Ubuntu_12.04-x86_64.tar.bz2
>
> However, with the release of sage-7.1 this link appears to be broken. At 
> least, TravisCI reported failure on this step of the automated testing.
>
> My question is: is there are better way to obtain a particular version or, 
> at least, the most recent version of Sage or do I have to update my 
> travis.yml script every time a new version of Sage comes out? Thanks in 
> advance for any help on the matter.
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.