- Apr 08, 2022
-
-
Jenkins for Software Heritage authored
-
Jenkins for Software Heritage authored
Update to upstream version '2.6.1' with Debian dir f47640479f60ac5953ae27bed149658969098344
-
Antoine R. Dumont authored
This has been changed in latest swh.deposit v1.0 Related to T4125
- Apr 07, 2022
-
-
vlorentz authored
Just in case they also vary despite using the same id.
-
- Mar 30, 2022
-
-
vlorentz authored
In at least one occurence, replicate.npmjs.com shows the exact same tarball for two different versions. As we only used the shasum to identify a release (formerly revision) when loading incrementally, this causes two ExtIDs to be created for the same target, which causes a crash when re-loading incrementally (formerly, this caused duplicate branches' revision to be replaced by the other one). For example, https://archive.softwareheritage.org/swh:1:snp:9fe3ba7515a9b567ab7f66e20d1f4ff7f9f5cf23;origin=https://www.npmjs.com/package/koreanbots has a branch named "releases/3.0.0-alpha3" which points to a revision with the right date and directory, but "3.0.0-beta" as commit message. This may have been caused by both revisions having the same directory. This seems to have confused the next load of the loader, whose result can be seen at https://archive.softwareheritage.org/swh:1:snp:e9dca2ee671f8d12a0163fe4cacfc61eabf7d8fe;origin=https://www.npmjs.com/package/koreanbots as it used the revision in the "releases/3.0.0-alpha3" branch as the target of the "releases/3.0.0-beta" branch.
-
- Mar 22, 2022
-
-
Antoine Lambert authored
Due to test modules being copied in subdirectories of the build directory by setuptools, it makes pytest fail by raising ImportPathMismatchError exceptions when invoked from root directory of the module. So ignore the build folder to discover tests.
-
- Mar 02, 2022
-
-
Jenkins for Software Heritage authored
-
Jenkins for Software Heritage authored
Update to upstream version '2.6.0' with Debian dir c4bb5079cf38d1e373751e7598339fabbf018b7d
- Mar 01, 2022
-
- Feb 25, 2022
-
-
Jenkins for Software Heritage authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Related to T3973 Related to T3976 (drop this when this task is dealt with)
-
Antoine R. Dumont authored
-
Jenkins for Software Heritage authored
Update to upstream version '2.5.4' with Debian dir 2bc3748c932323f6e57d1fb7885a5f6d22e2a2eb
-
Antoine R. Dumont authored
Instead, this fixes the pseudo fake opam root present in tests datadir folder to the right structure and then installs it properly for the test to use. Another benefit from this is now inhibiting any actual network happening during the opam init cli call. This also reverts the previous commit which added a --yes in the opam init cli. This was not working and not the right solution in the end. Related to T3973
- Feb 24, 2022
-
-
Jenkins for Software Heritage authored
Update to upstream version '2.5.3' with Debian dir 1cd20a7851d179dfb1e66f14e064de617838533a
-
Antoine R. Dumont authored
In newest version, new question is asked about continuing initializing the repo. Without this, the build fails [1] [1] https://jenkins.softwareheritage.org/job/debian/job/packages/job/DLDBASE/job/gbp-buildpackage/261/console Related to T3973
-
Jenkins for Software Heritage authored
Update to upstream version '2.5.2' with Debian dir 08ebc6ae6a9698564a240294433ddffb4b845f8c
- Feb 23, 2022
-
- Feb 16, 2022
-
-
Jenkins for Software Heritage authored
Update to upstream version '2.5.1' with Debian dir 106c928723e7cd02628472c72bb6b763aca8f23c
- Feb 15, 2022
-
-
Antoine R. Dumont authored
Without this, no scheduling of maven visits occurs. Related to T3746
-
Antoine R. Dumont authored
This reverts commit 4ead2b60 to fix the master build [1] [1] https://jenkins.softwareheritage.org/view/swh-draft/job/DLDBASE/job/tests/1817/console
-
- Feb 10, 2022
-
-
Antoine Lambert authored
-
Antoine Lambert authored
-
Antoine Lambert authored
To install the new hook: $ pre-commit install -t commit-msg
-