Checking out a branch or a tag should be pretty much the same. The only potential pitfall is that you need to quote numbers in yaml, otherwise they are interpreted as numbers. So change
branch: develop into e.g. branch: '7.2' On Thursday, July 14, 2016 at 3:53:21 AM UTC+2, John Phamlore wrote: > > The mirror at > > https://github.com/sagemath/sage > > has only two branches, develop and master. Versions seem to be kept as > tags. > > However, editing sage.yaml of binary-pkg > > https://github.com/sagemath/binary-pkg > > does not work for tags. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
