GNU bug report logs -
#53148
[PATCH] gnu: java-snakeyaml: Fix the source URI
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Artyom V. Poptsov schreef op ma 10-01-2022 om 00:37 [+0300]:
> (method url-fetch)
> - (uri (string-append
> "https://bitbucket.org/asomov/snakeyaml/get/v"
> + (uri (string-append
> "https://bitbucket.org/snakeyaml/snakeyaml/get/v"
> version ".tar.gz"))
> (file-name (string-append name "-" version ".tar.gz"))
I compared the result of "guix build --source java-snakeyaml"
before this change with
"guix download https://bitbucket.org/snakeyaml/snakeyaml/get/v1.18.tar.gz".
There are some small differences in the tarball:
│ │┄ Files identical despite different names
│ │ --- asomov-snakeyaml-
97aa6dd6be26/src/test/resources/recursive/with-children-as-set.yaml
│ ├── +++ snakeyaml-snakeyaml-
97aa6dd6be26/src/test/resources/recursive/with-children-as-set.yaml
So it seems like these tarballs are autogenerated.
Seems like we need to switch to git-fetch, and investigate
other tarballs from bitbucket.org as well?
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 3 years and 98 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.