> $ 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.

You'll have to reclone. Since the public repo is just recreated from the
private one (where development happens), they do break history once in a
while. :/


> can you confirm the correctness of this tag (although i got it from
github)?

Yes:
```
$ git clone https://software.sandia.gov/trilinos/repositories/publicTrilinos
Cloning into 'publicTrilinos'...
Checking connectivity... done.
Checking out files: 100% (46258/46258), done.
$ 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
```
As I said, however, the git-archive of that commit dow _not_ coincide with
what Sandia distributes as their 12.2.1 tarball. For example, the
git-archive [1] is 212 MB large, the official tarball [2] only 110 MB. This
is because some testing files are removed from the tarball. Possibly there
are other changes as well.

--Nico


[1]
https://github.com/trilinos/trilinos/archive/trilinos-release-12-2-1.tar.gz
[2] http://trilinos.csbsju.edu/download/files/trilinos-12.2.1-Source.tar.gz

On Sat, Sep 19, 2015 at 1:30 PM Felix Salfelder <[email protected]> wrote:

> 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
>

Reply via email to