On Sat, Sep 19, 2015 at 01:06:43PM +0200, Felix Salfelder wrote: > On Sat, Sep 19, 2015 at 10:12:59AM +0000, Nico Schlömer wrote: > > We probably want to use the official public repo > > ``` > > https://software.sandia.gov/trilinos/repositories/publicTrilinos > > ``` > > fething from this repo did not give any more tags. maybe i am doing > something wrong.
more precisely: $ GIT_SSL_NO_VERIFY=1 git fetch --tags upstream error: Unable to find af2857b05342466443453642b25d822154600f71 under https://software.sandia.gov/trilinos/repositories/publicTrilinos Cannot obtain needed object af2857b05342466443453642b25d822154600f71 error: fetch failed. this appears to work better: $ git fetch --tags github [..] >From git://github.com/trilinos/trilinos [..] * [new tag] trilinos-release-12-2-1 -> trilinos-release-12-2-1 [..] $ git log -1 trilinos-release-12-2-1 commit 7c5be74389aaf922af9f2be359d6ede6b67dedbd Author: Brent Perschbacher <[email protected]> Date: Thu Aug 6 10:02:23 2015 -0600 Update version to 12.2.1 > using github whatsoever was not my intent. can you confirm the correctness of this tag (although i got it from github)? thanks felix

