blob b41287ae897a42992d886393b4a5ec6f7bd5a23d 1851 bytes (raw)
name: test/lisp/emacs-lisp/package-resources/archive-contents # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
| | (1
(simple-single .
[(1 3)
nil "A single-file package with no dependencies" single
((:url . "http://doodles.au")
(:keywords quote ("frobnicate")))])
(simple-depend .
[(1 0)
((simple-single (1 3))) "A single-file package with a dependency." single])
(simple-two-depend .
[(1 1)
((simple-depend (1 0)) (simple-single (1 3)))
"A single-file package with two dependencies." single])
(multi-file .
[(0 2 3)
nil "Example of a multi-file tar package" tar
((:url . "http://puddles.li"))])
(checksum-valid .
[(123)
nil "A single-file package with a valid checksum." single
nil
343
((sha512 . "6270d64d63c90ef541c3386c40acb7716865499c506465f2ff9b408f05c6612fb0c58f5d83b60af9d7f8d972796ee270d0bc6ca8a17bd0412cc249dede6f7359"))])
(checksum-valid-tar .
[(0 99)
nil "A multi-file package with a valid checksum." tar
nil
10240
((sha512 . "2be7c37a16db32a2b08fc917ed5f4241814e2665bda1bd15328c2e5a842e45b81f6f31274697248ffaabf8010796685acb3342c5920af53ddd1e75d7fd764bd1"))])
(checksum-invalid .
[(1 0)
nil "A single-file package with an invalid checksum." single
nil
365
((sha512 . "not-a-valid-checksum"))])
(checksum-invalid-tar .
[(0 1)
nil "A multi-file package with an invalid checksum." tar
nil
10240
((sha512 . "not-a-valid-checksum"))]))
|
debug log:
solving b41287ae89 ...
found b41287ae89 in https://yhetil.org/emacs-bugs/CADwFkm=XOkXyZB+SQut4wUq=cJDOyqjfnO3fPk_sG_UK+3qSFA@mail.gmail.com/
found e2f92304f8 in https://git.savannah.gnu.org/cgit/emacs.git
preparing index
index prepared:
100644 e2f92304f8628d3e2283b96d11062aa1ac0e0afb test/lisp/emacs-lisp/package-resources/archive-contents
applying [1/1] https://yhetil.org/emacs-bugs/CADwFkm=XOkXyZB+SQut4wUq=cJDOyqjfnO3fPk_sG_UK+3qSFA@mail.gmail.com/
diff --git a/test/lisp/emacs-lisp/package-resources/archive-contents b/test/lisp/emacs-lisp/package-resources/archive-contents
index e2f92304f8..b41287ae89 100644
Checking patch test/lisp/emacs-lisp/package-resources/archive-contents...
Applied patch test/lisp/emacs-lisp/package-resources/archive-contents cleanly.
index at:
100644 b41287ae897a42992d886393b4a5ec6f7bd5a23d test/lisp/emacs-lisp/package-resources/archive-contents
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).